close from main pl editor.

This commit is contained in:
naomiaro 2010-12-22 12:50:10 -05:00
parent 8f088abaea
commit 461df7b61f
1 changed files with 9 additions and 1 deletions

View File

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