From ff1439c9237bf8fb6296b2c73c212b0aeace6551 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Wed, 28 Nov 2012 23:51:00 +0100 Subject: [PATCH] Add name to counter We are going to need several counters. Add a name to the existing one so we can distinguish them. --- templates/entry_edit.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/entry_edit.tpl b/templates/entry_edit.tpl index ddad5dc..ccda0bb 100644 --- a/templates/entry_edit.tpl +++ b/templates/entry_edit.tpl @@ -225,16 +225,16 @@ {if $fields._mail} {foreach from=$entry.mail|smarty:nodefaults item=mail} - {$lang.mail} {counter}: + {$lang.mail} {counter name=mail}: {/foreach} - {$lang.mail} {counter}: + {$lang.mail} {counter name=mail}: - {$lang.mail} {counter}: + {$lang.mail} {counter name=mail}: {/if} -- 2.39.5