From 02125f198deab9cdf58e4fa6f0136e54edae57ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 16 Nov 2008 10:45:46 +0100 Subject: [PATCH] Erases a few trailing whitespaces. --- templates/admin/index.tpl | 2 +- templates/include/field.promo.tpl | 82 +++++++++++++++++------------------ templates/include/plview.referent.tpl | 42 +++++++++--------- templates/profile/jobs.job.tpl | 4 +- templates/survey/index.tpl | 6 +-- templates/survey/show_root.tpl | 18 ++++---- 6 files changed, 77 insertions(+), 77 deletions(-) diff --git a/templates/admin/index.tpl b/templates/admin/index.tpl index 7a793c7..453be21 100644 --- a/templates/admin/index.tpl +++ b/templates/admin/index.tpl @@ -134,7 +134,7 @@ Auth Groupes X   |   Listes - + diff --git a/templates/include/field.promo.tpl b/templates/include/field.promo.tpl index f0fdfae..3c14d62 100644 --- a/templates/include/field.promo.tpl +++ b/templates/include/field.promo.tpl @@ -20,67 +20,67 @@ {* *} {**************************************************************************} - + {/literal} +//]]> {if $full} {/if} - - - + + - - - - + + + + - - - - + size="4" maxlength="4" value="{$promo_max|default:0}" + onkeyup="return updateRange();" onchange="return updateRange();" /> incluse +  (ex : 2000) + + + + + {if $full}
Promotion la plus ancienne +
Promotion la plus ancienne incluse -  (ex : 1980) -
Promotion la plus jeune + size="4" maxlength="4" value="{$promo_min|default:0}" + onkeyup="return updateRange();" onchange="return updateRange();" /> incluse +  (ex : 1980) +
Promotion la plus jeune incluse -  (ex : 2000) -
- -
+ +
{/if} diff --git a/templates/include/plview.referent.tpl b/templates/include/plview.referent.tpl index d1253a6..47782fa 100644 --- a/templates/include/plview.referent.tpl +++ b/templates/include/plview.referent.tpl @@ -21,30 +21,30 @@ {**************************************************************************}
-{foreach from=$set item=p} -
-
+{foreach from=$set item=p} +
+
{$p.name_display} -
-
- {$p.promo_display} -
-
- +
+
+ {$p.promo_display} +
+
+ - {icon name=user_suit title="Voir sa fiche"} - + {icon name=user_suit title="Voir sa fiche"} - Voir sa fiche référent - -
-
- - - - - -
Expertise :{$p.expertise|nl2br}
-
-
+ +
+
+ + + + + +
Expertise :{$p.expertise|nl2br}
+
+
{/foreach}
diff --git a/templates/profile/jobs.job.tpl b/templates/profile/jobs.job.tpl index a9fc99b..b12d298 100644 --- a/templates/profile/jobs.job.tpl +++ b/templates/profile/jobs.job.tpl @@ -85,12 +85,12 @@ - + - + Fonction occupée diff --git a/templates/survey/index.tpl b/templates/survey/index.tpl index 3479967..0610d0d 100644 --- a/templates/survey/index.tpl +++ b/templates/survey/index.tpl @@ -41,12 +41,12 @@ {assign var="has_cs" value="true"} {/if} {/iterate} - + {if !$has_cs}Aucun sondage en cours{/if} {if $smarty.session.auth}{icon name=page_edit} Proposer un sondage{/if} - - + +
diff --git a/templates/survey/show_root.tpl b/templates/survey/show_root.tpl index 8e6c20b..442f47d 100644 --- a/templates/survey/show_root.tpl +++ b/templates/survey/show_root.tpl @@ -37,16 +37,16 @@ Type de sondage : {$survey_modes[$survey.mode]} - {if $survey.mode != Survey::MODE_ALL} + {if $survey.mode != Survey::MODE_ALL} - Promotions : + Promotions : - {if $survey.promos eq "#"} - erreur - {elseif $survey.promos eq ""} - aucune restriction - {else} - {$survey.promos} + {if $survey.promos eq "#"} + erreur + {elseif $survey.promos eq ""} + aucune restriction + {else} + {$survey.promos} {/if} @@ -93,7 +93,7 @@

{if $survey_editmode} - {icon name=tick} + {icon name=tick} {if $survey_updatemode}Enregistrer les modifications{else}Proposer ce sondage{/if} | -- 2.1.4