CC-84: Smart Playlists

-added save button for static playlists
This commit is contained in:
denise 2012-07-16 18:24:46 -04:00
parent fc09baacd7
commit e0a674a96c
6 changed files with 44 additions and 36 deletions

View file

@ -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>