close from main pl editor.
This commit is contained in:
parent
8f088abaea
commit
461df7b61f
|
@ -25,7 +25,15 @@
|
|||
</form>
|
||||
<div class="pl_footer">
|
||||
<span id="pl_remove_selected">Remove Selected</span>
|
||||
<span id="pl_close">Close Playlist</span>
|
||||
<span id="pl_close">
|
||||
<a href="<?php echo $this->url(
|
||||
array(
|
||||
'controller' => 'Playlist',
|
||||
'action' => 'close'
|
||||
),
|
||||
'default',
|
||||
true) ?>">Close Playlist</a>
|
||||
</span>
|
||||
<span id="pl_delete">
|
||||
<a href="<?php echo $this->url(
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue