diff --git a/campcaster/src/modules/htmlUI/var/templates/scheduler/main.tpl b/campcaster/src/modules/htmlUI/var/templates/scheduler/main.tpl index 4818bfee9..a58452466 100644 --- a/campcaster/src/modules/htmlUI/var/templates/scheduler/main.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/scheduler/main.tpl @@ -1,4 +1,4 @@ -{if $SCHEDULER->getErrorMsg()} +{if !$SCHEDULER->getSchedulerTime()} diff --git a/campcaster/src/modules/htmlUI/var/templates/script/clock.js.tpl b/campcaster/src/modules/htmlUI/var/templates/script/clock.js.tpl index cd110f129..312d6c805 100644 --- a/campcaster/src/modules/htmlUI/var/templates/script/clock.js.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/script/clock.js.tpl @@ -16,8 +16,8 @@ function incClock() { {/literal} -myClock({$smarty.now|date_format:"%Y"|string_format:"%d"}, {$smarty.now|date_format:"%m"|string_format:"%d"}, {$smarty.now|date_format:"%d"|string_format:"%d"}, - {$smarty.now|date_format:"%H"|string_format:"%d"}, {$smarty.now|date_format:"%M"|string_format:"%d"}, {$smarty.now|date_format:"%S"|string_format:"%d"}, +myClock({$_now|date_format:"%Y"|string_format:"%d"}, {$_now|date_format:"%m"|string_format:"%d"}, {$_now|date_format:"%d"|string_format:"%d"}, + {$_now|date_format:"%H"|string_format:"%d"}, {$_now|date_format:"%M"|string_format:"%d"}, {$_now|date_format:"%S"|string_format:"%d"}, 1000); diff --git a/campcaster/src/modules/htmlUI/var/templates/statusbar.tpl b/campcaster/src/modules/htmlUI/var/templates/statusbar.tpl index 667d8afa1..c9089c1bf 100644 --- a/campcaster/src/modules/htmlUI/var/templates/statusbar.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/statusbar.tpl @@ -10,8 +10,12 @@