Oops, uncommited file for [1101]
[platal.git] / templates / admin / gerer_decos.tpl
index a821d1e..4bb456d 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -45,7 +45,7 @@
 </script>
 {/literal}
 
-<form method="post" action='#form_grade' id='form_grade'>
+<form method="post" action='{$t->pl}/edit/{$id}#form_grade' id='form_grade'>
   <table class='bicol'>
     <tr>
       <th>id</th>
@@ -58,7 +58,7 @@
         Nouveau ...
       </td>
       <td  class='action'>
-        <a href='javascript:new_grade()'>nouveau</a>
+        <a href='javascript:new_grade()'>nouveau{icon name=add title='nouveau grade'}</a>
       </td>
     </tr>
     {iterate from=$grades item=g}
@@ -71,7 +71,7 @@
         <input type='text' maxlength='2' value="{$g.pos}" name="pos[{$g.gid}]" />
       </td>
       <td class='action'>
-        <a href='javascript:del_grade({$g.gid})'>suppr.</a>
+        <a href='javascript:del_grade({$g.gid})'>{icon name=delete title='supprimer grade'}</a>
       </td>
     </tr>
     {/iterate}