style(legacy): format (#2039)
This commit is contained in:
parent
7082c9693d
commit
1550d44ac5
122 changed files with 18369 additions and 15819 deletions
|
@ -2,7 +2,7 @@
|
|||
<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()?>
|
||||
<?php echo $this->element->getElement('add_show_has_autoplaylist')->getLabel() ?>
|
||||
</label>
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -10,24 +10,24 @@
|
|||
<span class="show_autoplaylist_help_icon" aria-describedby="ui-tooltip-2"></span>
|
||||
</dd>
|
||||
|
||||
<div id="add_show_playlist_dropdown">
|
||||
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"); ?></p>
|
||||
<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>
|
||||
<div id="add_show_autoplaylist_repeat">
|
||||
<dt id="add_show_autoplaylist_repeat_label">
|
||||
<label for="add_show_autoplaylist_repeat_label">
|
||||
<?php echo $this->element->getElement('add_show_autoplaylist_repeat')->getLabel()?>
|
||||
</label>
|
||||
<div id="add_show_playlist_dropdown">
|
||||
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"); ?></p>
|
||||
<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_repeat') ?>
|
||||
<?php echo $this->element->getElement('add_show_autoplaylist_id') ?>
|
||||
</div>
|
||||
<div id="add_show_autoplaylist_repeat">
|
||||
<dt id="add_show_autoplaylist_repeat_label">
|
||||
<label for="add_show_autoplaylist_repeat_label">
|
||||
<?php echo $this->element->getElement('add_show_autoplaylist_repeat')->getLabel() ?>
|
||||
</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<?php echo $this->element->getElement('add_show_autoplaylist_repeat') ?>
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue