converting more of playlist.php to propel ORM.

This commit is contained in:
naomiaro 2010-11-08 17:19:01 -05:00
parent d5546c3952
commit 9f79b1bf89
20 changed files with 537 additions and 570 deletions

View file

@ -35,13 +35,13 @@ onClick="return contextmenu('{$i.id}' , '{$i.type}'
, 'SCHEDULER.addPL'
, 'PL.addItem'
, 'PL.activate'
, 'delete'
, 'PL.delete'
{/if}
{else}
, 'SCHEDULER.addPL'
, 'PL.activate'
, 'PL.create'
, 'delete'
, 'PL.delete'
, 'PL.export'
{/if}
{/if}