summaryrefslogtreecommitdiffstats
path: root/templates/show_box.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-16 07:42:36 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-16 07:42:36 +0000
commit965afffeb50044f266975570bafe887ccea5b9f3 (patch)
tree967acb63f7e98a3e02ce5d532e597e9f58bf10fc /templates/show_box.inc.php
parent883a1d60d3993f606131108d8c5675617d94bc82 (diff)
downloadampache-965afffeb50044f266975570bafe887ccea5b9f3.tar.gz
ampache-965afffeb50044f266975570bafe887ccea5b9f3.tar.bz2
ampache-965afffeb50044f266975570bafe887ccea5b9f3.zip
few more tweaks to box and index page
Diffstat (limited to 'templates/show_box.inc.php')
-rw-r--r--templates/show_box.inc.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/show_box.inc.php b/templates/show_box.inc.php
index 6be8f960..5f9553c8 100644
--- a/templates/show_box.inc.php
+++ b/templates/show_box.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
@@ -21,7 +20,7 @@
*/
?>
<span class="box-title"><?php echo $title; ?></span>
- <ol>
+ <ol class="box-list">
<?php if (count($items)) { ?>
<?php
foreach ($items as $item) {