more info is displayed about the date/time of the show selected in the schedule dialog.
This commit is contained in:
parent
bb7890a6f5
commit
567335c72f
2 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<div id="schedule_playlist_dialog">
|
||||
<h2 id="scheduled_playlist_name"><?php echo $this->showName; ?>, <span><?php echo $this->showLength; ?></span></h2>
|
||||
<h2 id="scheduled_playlist_name"><?php echo $this->showName; ?>: <span><?php echo $this->wday." ".$this->month." ".$this->day.", ".$this->startTime." - ".$this->endTime; ?></span></h2>
|
||||
<div class="clearfix">
|
||||
<div class="wrapp-one">
|
||||
<table id="schedule_playlists" cellpadding="0" cellspacing="0" class="datatable">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue