summaryrefslogtreecommitdiff
path: root/html/schema.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-01-18 16:48:25 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-01-18 16:48:25 +0000
commit7e1edd7310c35548846e444cf1b81fcfd1ee2d8c (patch)
tree5bfc809fd3a1253d5fd73255ca7c55de575fe43e /html/schema.tmpl
parent1f837ad310bfd99baa472c1a42123d344f7fb393 (diff)
downloadxxv-7e1edd7310c35548846e444cf1b81fcfd1ee2d8c.tar.gz
xxv-7e1edd7310c35548846e444cf1b81fcfd1ee2d8c.tar.bz2
* TIMERS: Use MD5Sum to reference timer
* AUTOTIMER: Fix double create timer if starttime less then 60 seconds changed * AUTOTIMER: Hide 'use pdc' if TIMER::use pdc disabled * AUTOTIMER: Bug #12960 dont create timer with pdc, if TIMER::use pdc disabled
Diffstat (limited to 'html/schema.tmpl')
-rw-r--r--html/schema.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/schema.tmpl b/html/schema.tmpl
index 5869c4e..b933184 100644
--- a/html/schema.tmpl
+++ b/html/schema.tmpl
@@ -166,10 +166,10 @@ Duration = param.zeitbis - param.zeitvon;
<?%- BLOCK getStatus -%?>
<?%-
class = 'schema_normal';
- IF t.exists(e.0) && t.${e.0}.Status;
+ IF t.exists(e.0) && t.${e.0}.activ;
class = 'schema_record_plan';
END;
- IF t.exists(e.0) && r.exists(t.${e.0}.Id);
+ IF t.exists(e.0) && r.exists(t.${e.0}.id);
class = 'schema_record_now';
END;
class;