diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-29 06:53:41 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-29 06:53:41 +0000 |
commit | a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff (patch) | |
tree | 39eb6f7b5ce6f63ae413a4881d1955d868910611 /templates/list_duplicates.inc | |
parent | 70977abf0dc296fc2b87a43ec8d56014bab4c81c (diff) | |
download | ampache-a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff.tar.gz ampache-a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff.tar.bz2 ampache-a8b94b78da50c9dc4fd272a88de0bb11ecaa15ff.zip |
continued to work on xml-rpc in conjuction with new acls xml-rpc is broken in this svn release.. sorry will fix asap
Diffstat (limited to 'templates/list_duplicates.inc')
-rw-r--r-- | templates/list_duplicates.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/list_duplicates.inc b/templates/list_duplicates.inc index f694c332..54617c92 100644 --- a/templates/list_duplicates.inc +++ b/templates/list_duplicates.inc @@ -25,8 +25,8 @@ $web_path = conf('web_path'); show_duplicate_searchbox($search_type); if ($flags) { ?> + <?php show_box_top(_('Duplicate Songs')); ?> <form method="post" enctype="multipart/form-data" action="<?php echo $web_path . "/admin/song.php?action=disable"; ?>"> - <p class="header1"><?php echo _('Duplicate Songs'); ?></p> <table class="tabledata" cellspacing="0" cellpadding="0" > <tr class="table-header"> <td><?php echo _('Disable'); ?></td> @@ -66,6 +66,7 @@ if ($flags) { ?> </tr> </table> </form> + <?php show_box_bottom(); ?> <?php } else { ?> <p><?php _('You don\'t have any duplicate songs.'); ?></p> <?php } // end if ($flags) and else ?> |