*** empty log message ***
This commit is contained in:
parent
a6b91a8a9d
commit
a7baf17231
8 changed files with 30 additions and 57 deletions
|
@ -1,40 +1,7 @@
|
|||
{UIBROWSER->getMDataArr id=$i.id assign="_metaarr"}
|
||||
{UIBROWSER->getMDataArr id=$i.plid assign="_metaarr"}
|
||||
|
||||
onMouseover="showalttext('{foreach from=$_metaarr.metadata key=_key item=_item}{$_key}: {$_item}<br>{/foreach}')"
|
||||
onMouseover="showalttext('{foreach from=$_metaarr.metadata key=_key item=_item}{$_key}: {$_item}<br>{/foreach}')" *}
|
||||
onMouseout="hidealttext()"
|
||||
onClick="hidealttextnow(); return contextmenu('{$i.id}'
|
||||
, 'SP.removeItem'
|
||||
|
||||
{if $i.type == 'audioclip'}
|
||||
, 'listen', '{$i.gunid}'
|
||||
{if $_PL_activeId}
|
||||
, 'PL.addItem'
|
||||
{else}
|
||||
, 'PL.create'
|
||||
{/if}
|
||||
, 'edit', 'delete'
|
||||
{/if}
|
||||
|
||||
{if $i.type == 'webstream'}
|
||||
{if $_PL_activeId}
|
||||
, 'PL.addItem'
|
||||
{else}
|
||||
, 'PL.create'
|
||||
{/if}
|
||||
, 'edit', 'delete'
|
||||
{/if}
|
||||
|
||||
{if $i.type == 'playlist'}
|
||||
{if $_PL_activeId}
|
||||
{if $_PL_activeId == $i.id}
|
||||
, 'PL.release'
|
||||
{else}
|
||||
, 'PL.addItem', 'delete'
|
||||
{/if}
|
||||
{else}
|
||||
, 'PL.activate', 'PL.create', 'delete'
|
||||
{/if}
|
||||
{/if}
|
||||
)"
|
||||
onClick="return contextmenu('scheduleId={$i.scheduleid}', 'SCHEDULER.removeItem')"
|
||||
|
||||
{assign var="_metaarr" value=NULL}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<td style="border-right: 1px solid #ccc;">
|
||||
|
||||
{foreach from=$_entrys[$_hour] item="i"} {* hier werden die Einträge welche in der jeweil. h beginnen durchlaufen *}
|
||||
<div onClick="return contextmenu('scheduleId={$i.id}', 'SCHEDULER.removeItem')">
|
||||
<div {include file="scheduler/actionhandler.tpl"}>
|
||||
<b>{$i.title}</b>
|
||||
{$i.start}-{$i.end}
|
||||
{$i.creator}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<td class="date_full" onClick="return contextmenu('year={$_day.year}&month={$_day.month}&day={$_day.day}&hour={$_hour}', 'SCHEDULER.addItem')"></td>
|
||||
<td class="day_full">
|
||||
{foreach from=$_entrys[$_day.day][$_hour] item="i"}
|
||||
<div onClick="return contextmenu('scheduleId={$i.id}', 'SCHEDULER.removeItem')">
|
||||
<div {include file="scheduler/actionhandler.tpl"}>
|
||||
<h2>{$i.title|truncate:12}</h2>
|
||||
<p>{$i.start|truncate:5:""} - {$i.end|truncate:5:""}</p>
|
||||
<p>{$i.creator}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue