diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-21 08:33:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-21 08:33:33 +0000 |
commit | abcb173edc821f5d652e388bdeb303e8c6c8edf7 (patch) | |
tree | 2422545a6b8fc15d5f30f08be12dfc2e6ac423c6 /admin | |
parent | 82e94fd071b42211c4d8a31ca080afbfa9669217 (diff) | |
download | ampache-abcb173edc821f5d652e388bdeb303e8c6c8edf7.tar.gz ampache-abcb173edc821f5d652e388bdeb303e8c6c8edf7.tar.bz2 ampache-abcb173edc821f5d652e388bdeb303e8c6c8edf7.zip |
I am not happy with it.. but its progress and I need sleep
Diffstat (limited to 'admin')
-rw-r--r-- | admin/index.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/admin/index.php b/admin/index.php index 70540c49..0fcbec54 100644 --- a/admin/index.php +++ b/admin/index.php @@ -36,15 +36,13 @@ show_template('header'); <table> <tr> <!-- Needs Attention Cell --> - <td rowspan="2" valign="top" width="50%"> + <td valign="top"> <?php require (conf('prefix') . '/templates/show_admin_info.inc.php'); ?> </td> <!-- Catalog Cell --> - <td width="50%"><?php require (conf('prefix') . '/templates/show_admin_catalog.inc.php'); ?></td> -</tr> -<tr> - <!-- Users Cell --> - <td><?php require (conf('prefix') . '/templates/show_admin_user.inc.php'); ?></td> + <td valign="top"> + <?php require (conf('prefix') . '/templates/show_admin_tools.inc.php'); ?> + </td> </tr> </table> <?php show_footer(); ?> |