diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-05 17:13:11 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-05 17:13:11 +0000 |
commit | a207d880ab992f000837087976485e05ec1b8e3a (patch) | |
tree | 1efa6791878aa634f51bcabc579b80d1755d0c17 /templates/list_header.inc | |
parent | fc039eefba03b4dbf7dc9fb0e9ce550a6861d3fb (diff) | |
download | ampache-a207d880ab992f000837087976485e05ec1b8e3a.tar.gz ampache-a207d880ab992f000837087976485e05ec1b8e3a.tar.bz2 ampache-a207d880ab992f000837087976485e05ec1b8e3a.zip |
few style changes per request
Diffstat (limited to 'templates/list_header.inc')
-rw-r--r-- | templates/list_header.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/list_header.inc b/templates/list_header.inc index 32ef6b76..08812014 100644 --- a/templates/list_header.inc +++ b/templates/list_header.inc @@ -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 @@ -96,7 +95,7 @@ $script = conf('web_path') . "/" . $admin_menu . $matches[1]; // are there enough items to even need this view? if (($pages > 1) && ($_SESSION['view_script'])) { ?> -<table cellpadding="1" cellspacing="0" width="100%"> +<table class="list-header" cellpadding="1" cellspacing="0" width="100%"> <tr> <td valign="top"> <a class="list-header" href="<?php echo $script; ?>?<?php echo $action; ?>&offset=<?php echo $prev_offset; ?>&keep_view=true">[<?php echo _('Prev'); ?>]</a> |