Remove pdf version too
[platal.git] / templates / admin / evenements.tpl
index f3269df..84c3c72 100644 (file)
     <th></th>
   </tr>
   {iterate from=$evs item=ev}
-  <tr class="{cycle values="impair,pair"}">
-    <td>{if !$ev.fvalide}<strong>{/if}
-      <a href="admin/events/preview/{$ev.id}">{$ev.titre}</a><br />
+  {cycle values="impair,pair" assign=class}
+  <tr class="{$class}">
+    <td>
+      <a id="{$ev.id}"></a>
+      {if !$ev.fvalide}<strong>{/if}
+      <a href="admin/events/preview/{$ev.id}#{$ev.id}">{$ev.titre}</a><br />
       {if !$ev.fvalide}</strong>{/if}
       <small>
         Proposée par <a href="profile/{$ev.forlife}" class='popup2'>{$ev.prenom} {$ev.nom} (X{$ev.promo})</a>
@@ -77,8 +80,8 @@
     </td>
   </tr>
   {if $ev.preview}
-  <tr class="{cycle value="impair,pair"}">
-    <td colspan="3">
+  <tr class="{$class}">
+    <td colspan="3" style="border-top: 1px dotted #777">
       {$ev.texte|hde|nl2br}
     </td>
   </tr>