From 9f94a7d4fefc0ccc2dff7df27721727cc84ae96f Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 1 Aug 2006 10:04:00 +0000 Subject: [PATCH] Some html fixes git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@766 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/banana/banana.inc.php | 2 +- templates/admin/evenements.tpl | 4 ++-- templates/admin/valider.tpl | 2 +- templates/emails/duplicated.tpl | 7 +++---- templates/listes/listes.inc.tpl | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/banana/banana.inc.php b/modules/banana/banana.inc.php index 2a7ac14..bad2b3c 100644 --- a/modules/banana/banana.inc.php +++ b/modules/banana/banana.inc.php @@ -27,7 +27,7 @@ function hook_formatDisplayHeader($_header, $_text) { $id = $banana->post->headers['x-org-id']; $_text = formatFrom($_text); return $_text . ' ' - . ''; + . ''; } } diff --git a/templates/admin/evenements.tpl b/templates/admin/evenements.tpl index b43b20b..59ac3e7 100644 --- a/templates/admin/evenements.tpl +++ b/templates/admin/evenements.tpl @@ -55,9 +55,9 @@ {cycle values="impair,pair" assign=class} - + {if !$ev.fvalide}{/if} - {$ev.titre}
+ {$ev.titre}
{if !$ev.fvalide}
{/if} Proposée par {$ev.prenom} {$ev.nom} (X{$ev.promo}) diff --git a/templates/admin/valider.tpl b/templates/admin/valider.tpl index 7dbd1eb..f7ea92f 100644 --- a/templates/admin/valider.tpl +++ b/templates/admin/valider.tpl @@ -125,7 +125,7 @@
{/foreach} -
+

diff --git a/templates/emails/duplicated.tpl b/templates/emails/duplicated.tpl index 0984128..1ff4bd2 100644 --- a/templates/emails/duplicated.tpl +++ b/templates/emails/duplicated.tpl @@ -30,7 +30,6 @@ Utilisateurs - Ajouter une entrée manuellement @@ -78,16 +77,16 @@  {$doublon.mail} + {foreach from=$doublon.users key=i name=all item=user} - {if $i is even}{/if} + {if $i is even}{/if} {$user}{icon name=user_suit title="Fiche"} {icon name=wrench title="Administrer}{if !$smarty.foreach.all.last}
{/if} {if $i is even && $smarty.foreach.all.last}{/if} - {if $id is odd || $smarty.foreach.all.last}{/if} + {if $i is odd || $smarty.foreach.all.last}{/if} {/foreach} - Date de détection {$doublon.detection|date_format} diff --git a/templates/listes/listes.inc.tpl b/templates/listes/listes.inc.tpl index a752194..6a703e1 100644 --- a/templates/listes/listes.inc.tpl +++ b/templates/listes/listes.inc.tpl @@ -33,7 +33,7 @@ {foreach from=$listes item=liste} {if $liste.priv eq $priv} - + {if $liste.own} {icon name=wrench title="Modérateur"} {/if} -- 2.1.4