summaryrefslogtreecommitdiff
path: root/html/movetimerlist.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'html/movetimerlist.tmpl')
-rw-r--r--html/movetimerlist.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/movetimerlist.tmpl b/html/movetimerlist.tmpl
index 11de8d4..5295ce8 100644
--- a/html/movetimerlist.tmpl
+++ b/html/movetimerlist.tmpl
@@ -85,7 +85,7 @@
<th><?% gettext('Change original timer') %?></th>
</tr>
<?% FOREACH zeile = data %?>
- <?% IF debug;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?>
+ <?% IF verbose;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?>
<?%- id=zeile.0;source=zeile.1;destination=zeile.2;when=zeile.3;action=zeile.4 -%?>
<?% PROCESS Item %?>
<?% END %?>