CC-1809 added a dialog to display show contents, anyone has access to this dialog. made sure only hosts can access schedule/clear/delete options on the context menu for future shows.
This commit is contained in:
parent
567335c72f
commit
2cdaf4b413
7 changed files with 97 additions and 58 deletions
12
application/views/scripts/schedule/show-content-dialog.phtml
Normal file
12
application/views/scripts/schedule/show-content-dialog.phtml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<div id="show_content_dialog">
|
||||
<?php foreach($this->showContent as $row): ?>
|
||||
<div>
|
||||
<span><?php echo $row["starts"] ?></span>
|
||||
<span><?php echo $row["track_title"] ?></span>
|
||||
<span><?php echo $row["artist_name"] ?></span>
|
||||
<span><?php echo $row["album_title"] ?></span>
|
||||
<span><?php echo $row["length"] ?></span>
|
||||
<span><?php echo $row["genre"] ?></span>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue