Update changelog
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 29 Jul 2006 17:36:16 +0000 (17:36 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 29 Jul 2006 17:36:16 +0000 (17:36 +0000)
Still need tests

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@697 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
templates/admin/evenements.tpl

index 4a263a9..23227b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,7 @@ Bug/Wish:
         - #397: Can edit death date in user admin page                     -FRU
         - #429: Tools to administrate duplicated adresses                  -FRU
         - #390: Add date of request in validation form                     -FRU
+        - #440: Rewrite events admin page                                  -FRU
 
     * Carnet:
         - #435: Calendar contains yearly events for all the contacts.      -FRU
index f3269df..257c49a 100644 (file)
   </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 />
+    <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>