CC-84: Smart Playlists
-added save button for static playlists
This commit is contained in:
parent
fc09baacd7
commit
e0a674a96c
6 changed files with 44 additions and 36 deletions
|
@ -27,7 +27,7 @@
|
|||
<?php echo $this->element->getElement('sp_criteria_modifier_'.$i) ?>
|
||||
<?php echo $this->element->getElement('sp_criteria_value_'.$i) ?><span id="extra_criteria" <?php echo $this->element->getElement('sp_criteria_extra_'.$i)->getAttrib("disabled") == "disabled"?'style="display:none;"':""?>> to <?php echo $this->element->getElement('sp_criteria_extra_'.$i) ?></span>
|
||||
<?php if ($i != 0) { ?>
|
||||
<a class='ui-button sp-add sp-ui-button-icon-only' id='criteria_remove_<?php echo $i ?>'>
|
||||
<a class='ui-button sp-ui-button-icon-only' id='criteria_remove_<?php echo $i ?>'>
|
||||
<span class='ui-icon ui-icon-closethick'></span>
|
||||
</a>
|
||||
<?php } ?>
|
||||
|
@ -45,10 +45,10 @@
|
|||
<?php echo $this->element->getElement('sp_limit_options') ?>
|
||||
</label>
|
||||
</dd>
|
||||
|
||||
<dd id='sp_save'>
|
||||
<?php echo $this->element->getElement('save_button') ?>
|
||||
</dd>
|
||||
<dd id='action_buttons'>
|
||||
<?php echo $this->element->getElement('save_button') ?>
|
||||
<?php echo $this->element->getElement('generate_button') ?>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
|
|
@ -31,9 +31,7 @@
|
|||
</dl>
|
||||
</fieldset>
|
||||
|
||||
<?php
|
||||
|
||||
echo $this->form; ?>
|
||||
<?php echo $this->form; ?>
|
||||
|
||||
<div id="crossfade_main" class="crossfade-main clearfix" style="display:none;">
|
||||
<span class="ui-icon ui-icon-closethick"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue