Changeset 447

Show
Ignore:
Timestamp:
11/12/08 18:38:27 (2 months ago)
Author:
nicolas
Message:

Traduction mot "years" en fr_FR
La bourse dans le rapprochement apparait uniquement pour les clients d'une bourse

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/intranet/i18n/messages.fr_FR.xml

    r435 r447  
    872872  </trans-unit> 
    873873  <trans-unit> 
     874    <source>years</source> 
     875    <target>années</target> 
     876  </trans-unit> 
     877  <trans-unit> 
    874878    <source>provider</source> 
    875879    <target>fournisseur</target> 
  • trunk/apps/intranet/modules/search/templates/editSuccess.php

    r433 r447  
    397397<?php endif; ?> 
    398398<?php endif; ?> 
     399 
     400<?php 
     401$c = new Criteria(); 
     402$c->add(ExchangePeer::AGENCY_ID, $sf_user->getSubscriber()->getAgencyId()); 
     403$c->add(ExchangePeer::IS_ACTIVE, 1); 
     404$c->add(ExchangePeer::PROVIDER_ID, 2); 
     405$exchange = ExchangePeer::doSelect($c); 
     406if($exchange): 
     407?> 
    399408<tr> 
    400409  <td colspan="5">&nbsp;</td> 
     
    430439  <td>-</td> 
    431440</tr> 
     441<?php endif; ?> 
     442 
    432443</table> 
    433444<?php endif; ?>