diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-20 02:59:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-20 02:59:31 +0000 |
commit | d62207327c99ea070985d46eaa8399b139914a86 (patch) | |
tree | 2b44571cd8639a27b1649f97c57c02b5cb5e5395 /admin/flag.php | |
parent | b47b6976239b8e35284c9fa84610cec2dd6d4cd4 (diff) | |
download | ampache-d62207327c99ea070985d46eaa8399b139914a86.tar.gz ampache-d62207327c99ea070985d46eaa8399b139914a86.tar.bz2 ampache-d62207327c99ea070985d46eaa8399b139914a86.zip |
* Added new icons, and speed up icon display
* Fixed ORDER BY `track` on play selected
* Started work on editing/flagging albums and artists
Diffstat (limited to 'admin/flag.php')
-rw-r--r-- | admin/flag.php | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/admin/flag.php b/admin/flag.php index f36b0651..87c83405 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -5,9 +5,8 @@ All rights reserved. This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -97,6 +96,16 @@ switch ($action) { show_confirmation(_('Song Updated'),_('The requested song has been updated'),$_SESSION['source']); break; + // Show the page for editing a full album + case 'show_edit_album': + + + beak; + // Show the page for editing a full artist + case 'show_edit_artist': + + + break; /* Done by 'Select' code passes array of song ids */ case 'mass_update': $songs = $_REQUEST['songs']; |