{foreach from=$SCHEDULER->Week item="_Day"}
-
- {$_Day.day}
+ {assign var="_oneday" value=$SCHEDULER->getDayTiming($_Day.year, $_Day.month, $_Day.day)}
- {assign var="_oneday" value=$SCHEDULER->getDayTiming($_Day.year, $_Day.month, $_Day.day)}
+ |
+
+ {foreach from=$_scale item="_hour"}
+
+
+ {$_hour|string_format:'%02d'}
+ |
+
+ {/foreach}
+
+ |
+
+
{foreach from=$_oneday item="i"}
-
+ {assign var = "_start" value = $i.entry.start|regex_replace:"/[0-9]+T/":""}
+ {assign var = "_end" value = $i.entry.end|regex_replace:"/[0-9]+T/":""}
+ {assign var = "_period" value = "$_start-$_end"}
+ {assign var = "_title" value = $i.entry.title}
+ {assign var = "_creator" value = $i.entry.creator}
+
+
{if is_array($i.entry)}
-
{if $i.length/$_divisor > $_minwidth}
-
- {$i.entry.title}
-
- {$i.entry.start|regex_replace:"/[0-9]+T/":""|truncate:5:""}-{$i.entry.end|regex_replace:"/[0-9]+T/":""|truncate:5:""}
-
- {$i.entry.creator}
-
+ | {$_title} {$_period} {$_creator} |
+ {else}
+ |
{/if}
-
{else}
-
- |
+ |
{/if}
{/foreach}
-
|
+
{/foreach}
diff --git a/livesupport/modules/htmlUI/var/templates/script/contextMenue.js.tpl b/livesupport/modules/htmlUI/var/templates/script/contextMenue.js.tpl
index 498d8c587..616a66934 100755
--- a/livesupport/modules/htmlUI/var/templates/script/contextMenue.js.tpl
+++ b/livesupport/modules/htmlUI/var/templates/script/contextMenue.js.tpl
@@ -3,22 +3,22 @@
// www.jjam.de - Kontextmenü mit JavaScript - Version 15.12.2002
// Nur für IE 5+ und NN 6+
-ie5=(document.getElementById && document.all && document.styleSheets)?1:0;
-nn6=(document.getElementById && !document.all)?1:0;
+ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
+nn6 = (document.getElementById && !document.all) ? 1 : 0;
menuStatus = 0;
document.onmouseup = hideMenu;
document.write('');
-menuWidth = 180,
+menuWidth = 0,
menuHeight = 0;
function menu(param) {
- var menuHeader = "