Changeset 453
- Timestamp:
- 11/14/08 17:19:13 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/intranet/modules/purchase/templates/editSuccess.php
r230 r453 7 7 <tbody> 8 8 <tr> 9 <th><?php echo ucfirst(__('purchaser')) ?>* :</th>9 <th><?php echo ucfirst(__('purchaser')) ?>*</th> 10 10 <td><?php echo apicontact_auto_complete_tag('buyer_id', $purchase->getBuyerId(), $purchase->getContactRelatedByBuyerId(), $sf_params) ?> 11 11 <?php if($purchase->getBuyerId()) echo link_to(ucfirst(__('modify')), 'contact/show?id='.$purchase->getBuyerId()) ?></td> 12 12 </tr> 13 13 <tr> 14 <th><?php echo ucfirst( __('purchasing price')) ?>*:</th>14 <th><?php echo ucfirst('prix d\'achat') ?>*</th> 15 15 <td><?php echo object_input_tag($purchase, 'getPrice', array ( 16 16 'size' => 7, … … 18 18 </tr> 19 19 <tr> 20 <th><?php echo ucfirst('conditions particuliÚres') ?>* :</th>20 <th><?php echo ucfirst('conditions particuliÚres') ?>*</th> 21 21 <td><?php echo object_textarea_tag($purchase, 'getConditions', array ( 22 22 'size' => '40x4',
