close working on side playlist
This commit is contained in:
parent
498a8c6823
commit
8f088abaea
6 changed files with 145 additions and 148 deletions
|
@ -9,7 +9,8 @@
|
|||
'default',
|
||||
true) ?>">New</a>
|
||||
</span>
|
||||
<span id="spl_delete">Delete</span>
|
||||
<?php if (isset($this->pl)) { echo '<span id="spl_delete">Delete</span>';} ?>
|
||||
<?php if (isset($this->pl)) { echo '<span id="spl_close">Close</span>';} ?>
|
||||
<div>
|
||||
<div id="spl_name"><?php if (isset($this->pl)) { echo $this->pl->getName(); } ?></div>
|
||||
<div id="spl_length"><?php if (isset($this->pl)) { echo $this->pl->getLength(); } ?></div>
|
||||
|
@ -41,5 +42,5 @@
|
|||
?>
|
||||
</form>
|
||||
<div class="spl_footer">
|
||||
<span id="spl_remove_selected">Remove</span>
|
||||
<?php if (isset($this->pl)) { echo '<span id="spl_remove_selected">Remove</span>';} ?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue