projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af607e
)
Corrected the total number in events (Closes #1566)
author
Brice Gelineau
<brice.gelineau@polytechnique.org>
Fri, 18 Nov 2011 17:16:52 +0000
(18:16 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Sat, 19 Nov 2011 14:29:09 +0000
(15:29 +0100)
Signed-off-by: Brice Gelineau <brice.gelineau@polytechnique.org>
templates/xnetevents/admin.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/xnetevents/admin.tpl
b/templates/xnetevents/admin.tpl
index
bf4adb9
..
197e64b
100644
(file)
--- a/
templates/xnetevents/admin.tpl
+++ b/
templates/xnetevents/admin.tpl
@@
-23,11
+23,7
@@
<h1>{$asso->nom} : <a href='{$platal->ns}events'>Événements</a> </h1>
<p>
- {if $evt.titre || count($moments) eq 1}
{$evt.nb_tot} personne{if $evt.nb_tot > 1}s ont réalisé leur {else} a réalisé son {/if}
- {else}
- {$evt.nb} personne{if $evt.nb > 1}s ont réalisé leur {else} a réalisé son {/if}
- {/if}
inscription à l'événement {$evt.intitule} {if $evt.titre}- {$evt.titre} {/if}
qui aura lieu {$evt.date}.
</p>