small fixes to wekk view of scheduler
This commit is contained in:
parent
56f3c705fe
commit
fe5337e9db
3 changed files with 4 additions and 5 deletions
|
@ -43,7 +43,7 @@
|
|||
<td class="day_full">
|
||||
{foreach from=$_entrys[$_day.day][$_hour] item="i"}
|
||||
<div {include file="scheduler/removeitem.tpl"}>
|
||||
<img src="img/playlist.png" border="0" {* include file="sub/alttext.tpl" *}>
|
||||
<img src="html/img/playlist.png" border="0" {* include file="sub/alttext.tpl" *}>
|
||||
|
||||
<h2>{$i.title|truncate:12}</h2>
|
||||
<p>{$i.start|truncate:8:""} - {$i.end|truncate:8:""}</p>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
style="cursor: pointer"
|
||||
onClick="return contextmenu('year={$_day.year}&month={$_day.month}&day={$_day.day}&hour={$_hour}&minute=0&second=0', 'SCHEDULER.addItem')"
|
||||
onClick="return contextmenu('&year={$_day.year}&month={$_day.month}&day={$_day.day}&hour={$_hour}&minute=0&second=0', null, 'SCHEDULER.addItem')"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue