Changeset 447
- Timestamp:
- 11/12/08 18:38:27 (2 months ago)
- Files:
-
- trunk/apps/intranet/i18n/messages.fr_FR.xml (modified) (1 diff)
- trunk/apps/intranet/modules/search/templates/editSuccess.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/intranet/i18n/messages.fr_FR.xml
r435 r447 872 872 </trans-unit> 873 873 <trans-unit> 874 <source>years</source> 875 <target>années</target> 876 </trans-unit> 877 <trans-unit> 874 878 <source>provider</source> 875 879 <target>fournisseur</target> trunk/apps/intranet/modules/search/templates/editSuccess.php
r433 r447 397 397 <?php endif; ?> 398 398 <?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); 406 if($exchange): 407 ?> 399 408 <tr> 400 409 <td colspan="5"> </td> … … 430 439 <td>-</td> 431 440 </tr> 441 <?php endif; ?> 442 432 443 </table> 433 444 <?php endif; ?>
