36 |
<img src="gfx/icon.edit.gif" alt="" class="menu-img"> |
<img src="gfx/icon.edit.gif" alt="" class="menu-img"> |
37 |
<a href="#" onclick="goAlbumMultiEdit('albums','id[]')" onmouseover="showTip(this,event,'Edit the selected albums')" onmouseout="hideTip()">Edit</a> |
<a href="#" onclick="goAlbumMultiEdit('albums','id[]')" onmouseover="showTip(this,event,'Edit the selected albums')" onmouseout="hideTip()">Edit</a> |
38 |
|
|
39 |
|
{if not $cfg.disable_delete_files} |
40 |
<img src="gfx/icon.delete.file.gif" alt="" class="menu-img"> |
<img src="gfx/icon.delete.file.gif" alt="" class="menu-img"> |
41 |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiDelete('albums','id[]'){/if}" onmouseover="showTip(this,event,'Delete the selected albums/s from the<br>filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a> |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiDelete('albums','id[]'){/if}" onmouseover="showTip(this,event,'Delete the selected albums/s from the<br>filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a> |
42 |
|
{/if} |
43 |
|
|
44 |
<img src="gfx/icon.add.gif" alt="" class="menu-img"> |
<img src="gfx/icon.add.gif" alt="" class="menu-img"> |
45 |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiAdd('albums','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected albums to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a> |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiAdd('albums','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected albums to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a> |