X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fvalider.tpl;h=e28ffeb1e3ccc0d9ddee02ffc3e416f090e2b909;hb=f4035298fd421e87b9a58f6a801b53da348613de;hp=5a56ea1a382badbe4acadf58522148101daa88a2;hpb=5af85e819a8602f6720dff9e2efa6aa02d257d48;p=platal.git diff --git a/templates/admin/valider.tpl b/templates/admin/valider.tpl index 5a56ea1..e28ffeb 100644 --- a/templates/admin/valider.tpl +++ b/templates/admin/valider.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -15,31 +15,39 @@ {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} -{* Foundation, Inc., *} + {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} + +

Validation

- + {if $vit->total()} {counter print=false start=0 assign=hidden} -{iterate item=valid from=$vit|smarty:nodefaults} +{iterate item=valid from=$vit} {assign var=type value=$valid->type} {if !$hide_requests[$type]}
- + @@ -51,35 +59,56 @@ {include file=$valid->formu()} {if $valid->editor()} - + + + + id()}style="display: none"{/if} id="edit_{$valid->id()}"> {/if} - + + + {foreach from=$valid->comments item=c} - + {/foreach} - + comments|@count eq 0}style="display: none"{/if} id="comment_{$valid->id()}"> - - + + +
{$valid->type}{$valid->type}
Demandeur : - - {$valid->prenom} {$valid->nom} (X{$valid->promo}) + + {$valid->user->fullName()} (X{$valid->user->promo()})
+ {if $preview_id neq $valid->id()} +
+ {icon name="add"} +
+ {/if} + Éditer +
-
+ + {xsrf_token_field}
{include file=$valid->editor()} - +
- +
Commentaires
+ {if $valid->comments|@count eq 0} +
+ {icon name="add"} +
+ {/if} + Commentaires +
{$c[0]} {$c[1]}{$c[1]|nl2br}
+ {xsrf_token_field}
- + @@ -90,25 +119,35 @@
Réponse
rules}> + + {if $preview_id neq $valid->id()} +
+ {icon name="null"} +
+ {/if} + Réponse +
ruleText()}>
+ {xsrf_token_field}
- Réponse préremplie : + Réponse préremplie : - {icon name="page_edit" title="Editer les réponses automatiques"} + {icon name="page_edit" title="Éditer les réponses automatiques"}
- Ajouté dans l'email :
+ Ajouté dans l'email :

- + @@ -125,17 +164,17 @@ {/iterate} {if $hidden} -

{$hidden} validation{if $hidden > 1}s ont été masquées{else} a été masquée{/if}.

+

{$hidden} validation{if $hidden > 1}s ont été masquées{else} a été masquée{/if}.

{/if} {else} -

Rien à valider

+

Rien à valider

{/if}

- Afficher seulement les validation suivantes : + Afficher seulement les validation suivantes :

@@ -146,4 +185,4 @@
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}