Autocomplete enterprise name in profile edition. (Closes #836)
[platal.git] / templates / marketing / promo.tpl
index f13025e..c887968 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 
 <form action="marketing/promo/" method="post" onsubmit="this.action += this.promo.value">
   <div class="center">
-    <a href="marketing/promo/{$promo-10}" title="-10"><img src="images/24/first-page.png" alt="[&lt;&lt;]" /></a>
-    <a href="marketing/promo/{$promo-1}" title="-1"><img src="images/24/previous.png" alt="[&lt;]" /></a>
+    <a href="marketing/promo/{$promo-10}" title="-10"><img src="images/icons/resultset_first.gif" alt="[&lt;&lt;]" /></a>
+    <a href="marketing/promo/{$promo-1}" title="-1"><img src="images/icons/resultset_previous.gif" alt="[&lt;]" /></a>
 
     &nbsp;
     Promo:<input type="text" name="promo" value="{$promo}" size="4" maxlength="4" /><input type="submit" value="GO" />
     &nbsp;
 
-    <a href="marketing/promo/{$promo+1}" title="+1"><img src="images/24/next.png" alt="[&gt;]" /></a>
-    <a href="marketing/promo/{$promo+10}" title="+10"><img src="images/24/last-page.png" alt="[&gt;&gt;]" /></a>
+    <a href="marketing/promo/{$promo+1}" title="+1"><img src="images/icons/resultset_next.gif" alt="[&gt;]" /></a>
+    <a href="marketing/promo/{$promo+10}" title="+10"><img src="images/icons/resultset_last.gif" alt="[&gt;&gt;]" /></a>
   </div>
 </form>
 
 
 <div class="center">
   <a href="javascript:void(window.open('stats/promos/{$promo}','','width=800,height=600,toolbar=no'))">
-    Voir l'évolution des inscriptions de la promotion
+    Voir l'évolution des inscriptions de la promotion
   </a>
 </div>
 
 <br />
 
 <form action="marketing/promo" method="post">
-  <table class="bicol" summary="liste des inscriptions non confirmées">
+  <table class="bicol" summary="liste des inscriptions non confirmées">
     <tr>
       <th>Nom</th>
-      <th>Dernière adresse connue</th>
+      <th>Dernière adresse connue</th>
       <th>Statut</th>
       <th>&nbsp;</th>
     </tr>
@@ -60,7 +60,7 @@
         {if $it.dern_rel && $it.dern_rel != '0000-00-00'}
         Relance le: {$it.dern_rel}
         {elseif $it.email}
-        En cours : {$it.email}
+        En cours&nbsp;: {$it.email}
         {else}
         -
         {/if}
@@ -80,4 +80,4 @@
 </p>
 
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}