commit
2be8ef0f2b
65 changed files with 1611 additions and 126 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue