diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-09 09:36:13 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-09 09:36:13 +0000 |
commit | 87495d0d5ca7b429da43cbd141185ede0f42b659 (patch) | |
tree | f821b38ff9a9e29fe3619fb4f928ed743269740a /templates/show_flag.inc.php | |
parent | fa37176da1386a30916be606348942b5c9bbeec5 (diff) | |
download | ampache-87495d0d5ca7b429da43cbd141185ede0f42b659.tar.gz ampache-87495d0d5ca7b429da43cbd141185ede0f42b659.tar.bz2 ampache-87495d0d5ca7b429da43cbd141185ede0f42b659.zip |
some minor cleanup
Diffstat (limited to 'templates/show_flag.inc.php')
-rw-r--r-- | templates/show_flag.inc.php | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/show_flag.inc.php b/templates/show_flag.inc.php index 1a0038c1..5648b889 100644 --- a/templates/show_flag.inc.php +++ b/templates/show_flag.inc.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 @@ -39,11 +38,9 @@ switch ($type) { } // end type switch ?> -<p class="header1"><?php echo _('Flag song'); ?></p> -<p><?php echo _('Flag the following song as having one of the problems listed below. Site admins will then take the appropriate action for the flagged files.'); ?></p> - +<?php show_box_top(_('Flag Song')); ?> <form name="flag" method="post" action="<?php echo $web_path; ?>/flag.php" enctype="multipart/form-data"> -<table class="text-box"> +<table class="tabledata"> <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('File'); ?>:</td> <td><?php echo $file; ?></td> @@ -78,3 +75,4 @@ switch ($type) { </tr> </table> </form> +<?php show_box_bottom(); ?> |