diff options
author | morgan <morgan@ampache> | 2006-01-18 06:49:50 +0000 |
---|---|---|
committer | morgan <morgan@ampache> | 2006-01-18 06:49:50 +0000 |
commit | db6f0d4dbb11c49c17a6d72e56d7318e177430b3 (patch) | |
tree | 178e506e27fc3bb83ddfc35078881ba4fb24d4d1 /templates | |
parent | 93cdb3518bd2f7a38b9be9918ca2869c62713464 (diff) | |
download | ampache-db6f0d4dbb11c49c17a6d72e56d7318e177430b3.tar.gz ampache-db6f0d4dbb11c49c17a6d72e56d7318e177430b3.tar.bz2 ampache-db6f0d4dbb11c49c17a6d72e56d7318e177430b3.zip |
Put a proper border and heading on the catalog stats table.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_local_catalog_info.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_local_catalog_info.inc.php b/templates/show_local_catalog_info.inc.php index c65fc352..7a30034d 100644 --- a/templates/show_local_catalog_info.inc.php +++ b/templates/show_local_catalog_info.inc.php @@ -20,9 +20,9 @@ */ ?> -<table width="100%" class="border" cellpadding="0" cellspacing="0"> +<table class="border" cellspacing="1" cellpadding="3" width="100%" border="0"> <tr class="table-header"> - <th colspan="2"><?php echo _("Catalog Statistics"); ?> </th> + <td class="table-header" colspan="2"><?php echo _("Catalog Statistics"); ?> </td> </tr> <tr class="<?php echo flip_class(); ?>"> <td><?php echo _("Total Users"); ?></td> |