Minimum hacking to have a working site.
[platal.git] / templates / survey / edit_radiotable.tpl
index 0baf34f..0e034c3 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
         {foreach from=$survey_current.subquestions key=value item=subquestion}
         <div id="subquestions_t{$value}">
           <input type="text" name="survey_question[subquestions][t{$value}]" size="50" maxlength="200" value="{$subquestion}" />
-          <a href="javascript:removeField('subquestions', 't{$value}')">{icon name=delete title="Supprimer"}</a>
+          <a href="javascript:removeField('subquestions','t{$value}')">{icon name=delete title="Supprimer"}</a>
         </div>
         {/foreach}
         <div id="subquestions_last">
-          <a href="javascript:newField('subquestions', 'last')">{icon name=add}</a>
+          <a href="javascript:newField('subquestions','last')">{icon name=add}</a>
         </div>
       </td>
     </tr>