CC-84: Smart Playlists

-fixed add/remove behaviour
This commit is contained in:
denise 2012-07-13 15:15:11 -04:00
parent 971b4cf7cf
commit b48fb49947
2 changed files with 19 additions and 13 deletions

View file

@ -1,5 +1,5 @@
<form id="smart-playlist-form" method="post" action="">
<fieldset class='toggle closed' id='smart_playlist_options'>
<fieldset class='toggle closed' id='smart_playlist_options' style='overflow-x:auto; width:781px'>
<legend style='cursor: pointer;'><span class='ui-icon ui-icon-triangle-2-n-s'></span>Smart Playlist Options</legend>
<dl class='zend_form'>
<dd id='sp_type-element' class='radio-inline-list'>
@ -28,7 +28,7 @@
<?php if ($i != 0) { ?>
<a href='#' id='criteria_remove_<?php echo $i ?>'>Remove&nbsp;</a>
<?php } else { ?>
<a href='#' id='criteria_add'>Add</a>
<a href='#' id='criteria_add' class='criteria_add'>Add</a>
<?php } ?>
<br />
</div>