Changeset 464
- Timestamp:
- 11/25/08 11:15:16 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/intranet/modules/pub/actions/actions.class.php
r404 r464 254 254 $pdf->Ln(5); 255 255 $pdf->SetX(110); 256 if($pub->getUserRelatedByUserId()) 257 $pdf->Cell(0,5,$pub->getUserRelatedByUserId(),0,0,'L'); 256 $pdf->Cell(0,5,$sales->getUserRelatedByInBy(),0,0,'L'); 258 257 259 258 if($this->getRequestParameter('choice') == 'mail'): trunk/apps/intranet/modules/pub/templates/edit_multipleSuccess.php
r202 r464 5 5 <tbody> 6 6 <tr> 7 <th ><?php echo ucfirst(__('publication date')) ?>:</th>7 <th width="120"><?php echo ucfirst('date de publication') ?></th> 8 8 <td><?php echo object_input_date_tag($pub, 'getSupportDate', array ( 9 9 'rich' => true, … … 11 11 </tr> 12 12 <tr> 13 <th><?php echo ucfirst( __('medium')) ?>:</th>13 <th><?php echo ucfirst('support') ?></th> 14 14 <td><?php echo object_select_tag($pub, 'getSupportId', array ( 15 15 'related_class' => 'Pub_support', … … 17 17 </tr> 18 18 <tr> 19 <th><?php echo ucfirst( __('medium name')) ?>:</th>19 <th><?php echo ucfirst('nom du support') ?></th> 20 20 <td><?php echo object_input_tag($pub, 'getSupportName', array ( 21 21 'size' => 30, … … 23 23 </tr> 24 24 <tr> 25 <th><?php echo ucfirst(__('comment')) ?> :</th>25 <th><?php echo ucfirst(__('comment')) ?></th> 26 26 <td><?php echo object_input_tag($pub, 'getComment', array ( 27 27 'size' => 70, … … 38 38 <th>Vente</th> 39 39 <th><?php echo ucfirst(__('price')) ?></th> 40 <th><?php echo ucfirst(__(' person in charge')) ?></th>40 <th><?php echo ucfirst(__('agent')) ?></th> 41 41 </tr> 42 42 </thead>
