diff options
Diffstat (limited to 'template/default/timer_new.html')
-rw-r--r-- | template/default/timer_new.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/timer_new.html b/template/default/timer_new.html index 76646cb..0f0b318 100644 --- a/template/default/timer_new.html +++ b/template/default/timer_new.html @@ -63,6 +63,10 @@ </tr> </table> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="group"> <?% tr_class = "row_odd" %?> <tr class="<?% tr_class %?>"> |