From: Anne Limoges Date: Fri, 5 Apr 2013 14:14:55 +0000 (+0200) Subject: Puts the erase button at the top of the site_errors page. X-Git-Tag: core/1.1.10~2 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6e8c4aca72b92b6c1a6460155e5dd7688b892b9e;p=platal.git Puts the erase button at the top of the site_errors page. --- diff --git a/templates/site_errors.tpl b/templates/site_errors.tpl index 0863fbb..bcc33e4 100644 --- a/templates/site_errors.tpl +++ b/templates/site_errors.tpl @@ -33,6 +33,11 @@ $(function() {

Erreurs d'exécution

+
+
+ +
+
{iterate from=$errors item=error}
{$error->date} @@ -50,11 +55,5 @@ $(function() { {/foreach}
{/iterate} -
-
- -
-
- {* vim:set et sws=2 sts=2 sw=2 enc=utf-8: *}