X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fsurvey%2Fedit_survey.tpl;h=0d3160b6f7ab3eae6450f24fb4524f9574b19d81;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=b4dfb645e2b26127b5dfaaef9c95b7575f9fbf63;hpb=c144f2e51e27431ae770661216906997c5dbd725;p=platal.git diff --git a/templates/survey/edit_survey.tpl b/templates/survey/edit_survey.tpl index b4dfb64..0d3160b 100644 --- a/templates/survey/edit_survey.tpl +++ b/templates/survey/edit_survey.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -19,7 +19,13 @@ {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} -

Sondage : {if $survey_type == 'root'}nouveau sondage{else}nouvelle question{/if}

+

Sondage : + {if $survey_type == 'newsurvey'} créer un nouveau sondage + {elseif $survey_type == 'new'} ajouter une question + {elseif $survey_type == 'root'} modifier la description + {else} modifier une question + {/if} +

@@ -27,9 +33,11 @@ {include file="survey/edit_$survey_type.tpl"}
- - - +
+ + + +
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 ts=8 enc=utf-8: *}