Changeset 464

Show
Ignore:
Timestamp:
11/25/08 11:15:16 (1 month ago)
Author:
nicolas
Message:

CR Pub : affiche nom de la personne agent du mandat comme conseillé, correction traduction en anglais

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/intranet/modules/pub/actions/actions.class.php

    r404 r464  
    254254        $pdf->Ln(5); 
    255255        $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'); 
    258257 
    259258    if($this->getRequestParameter('choice') == 'mail'): 
  • trunk/apps/intranet/modules/pub/templates/edit_multipleSuccess.php

    r202 r464  
    55<tbody> 
    66<tr> 
    7   <th><?php echo ucfirst(__('publication date')) ?>:</th> 
     7  <th width="120"><?php echo ucfirst('date de publication') ?></th> 
    88  <td><?php echo object_input_date_tag($pub, 'getSupportDate', array ( 
    99  'rich' => true, 
     
    1111</tr> 
    1212<tr> 
    13   <th><?php echo ucfirst(__('medium')) ?>:</th> 
     13  <th><?php echo ucfirst('support') ?></th> 
    1414  <td><?php echo object_select_tag($pub, 'getSupportId', array ( 
    1515  'related_class' => 'Pub_support', 
     
    1717</tr> 
    1818<tr> 
    19   <th><?php echo ucfirst(__('medium name')) ?>:</th> 
     19  <th><?php echo ucfirst('nom du support') ?></th> 
    2020  <td><?php echo object_input_tag($pub, 'getSupportName', array ( 
    2121  'size' => 30, 
     
    2323</tr> 
    2424<tr> 
    25   <th><?php echo ucfirst(__('comment')) ?>:</th> 
     25  <th><?php echo ucfirst(__('comment')) ?></th> 
    2626  <td><?php echo object_input_tag($pub, 'getComment', array ( 
    2727  'size' => 70, 
     
    3838  <th>Vente</th> 
    3939  <th><?php echo ucfirst(__('price')) ?></th> 
    40   <th><?php echo ucfirst(__('person in charge')) ?></th> 
     40  <th><?php echo ucfirst(__('agent')) ?></th> 
    4141</tr> 
    4242</thead>