Merge pull request #55 from radiorabe/feature/autodj

Robbs AutoDJ
This commit is contained in:
Robb 2017-03-11 18:41:08 -05:00 committed by GitHub
commit 2be8ef0f2b
65 changed files with 1611 additions and 126 deletions

View file

@ -0,0 +1,22 @@
<fieldset>
<dl>
<dt id="add_show_has_autoplaylist_label">
<label for="add_show_has_autoplaylist_label">
<?php echo $this->element->getElement('add_show_has_autoplaylist')->getLabel()?>
</label>
</dt>
<dd>
<?php echo $this->element->getElement('add_show_has_autoplaylist') ?>
</dd>
<div id="add_show_playlist_dropdown">
<dt id="add_show_autoplaylist_id">
<label for="add_show_autoplaylist_id" class="required">
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel()?>
</label>
</dt>
<dd>
<?php echo $this->element->getElement('add_show_autoplaylist_id') ?>
</div>
</dl>
</fieldset>