- Timestamp:
- Sep 26, 2010, 6:56:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/alerte/templates/formSuccess.php
r1436 r1437 1 <?php if ($submit == 'Créer') : ?> 1 2 <h1>Création d'une alerte email</h2> 3 <?php $sf_response->setTitle('Création d\'une alerte email'); 4 else :?> 5 <h1>Modification d'une alerte email</h2> 6 <?php $sf_response->setTitle('Modification d\'une alerte email'); 7 endif; 8 ?> 2 9 <form method="POST"> 3 10 <table><?php
Note: See TracChangeset
for help on using the changeset viewer.