diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
commit | ae70bce26c2f39da93c85a082602d58dcf13652e (patch) | |
tree | 0bf530733d44216846ad39f245bc238baf174cee /templates | |
parent | cb12b4a8c948d901f6851a7eae032827b423704d (diff) | |
download | ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2 ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip |
more updates to the theme stuff
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.css | 14 | ||||
-rw-r--r-- | templates/header.inc | 1 | ||||
-rw-r--r-- | templates/show_access_list.inc | 11 | ||||
-rw-r--r-- | templates/show_add_access.inc | 5 | ||||
-rw-r--r-- | templates/show_admin_info.inc.php | 14 | ||||
-rw-r--r-- | templates/show_admin_tools.inc.php | 17 | ||||
-rw-r--r-- | templates/show_all_popular.inc.php | 4 | ||||
-rw-r--r-- | templates/show_all_recent.inc.php | 4 | ||||
-rw-r--r-- | templates/show_box.inc.php | 3 | ||||
-rw-r--r-- | templates/show_box_top.inc.php | 2 | ||||
-rw-r--r-- | templates/show_confirmation.inc.php | 5 | ||||
-rw-r--r-- | templates/show_local_catalog_info.inc.php | 22 | ||||
-rw-r--r-- | templates/show_localplay.inc.php | 11 | ||||
-rw-r--r-- | templates/show_localplay_status.inc.php | 2 | ||||
-rw-r--r-- | templates/show_mail_users.inc.php | 6 | ||||
-rw-r--r-- | templates/show_modules.inc.php | 3 | ||||
-rw-r--r-- | templates/show_now_playing.inc | 6 | ||||
-rw-r--r-- | templates/show_playlist_box.inc.php | 12 | ||||
-rw-r--r-- | templates/show_playlists.inc.php | 8 | ||||
-rw-r--r-- | templates/show_random_play.inc | 5 | ||||
-rw-r--r-- | templates/show_search.inc | 4 | ||||
-rw-r--r-- | templates/show_songs.inc | 2 | ||||
-rw-r--r-- | templates/show_users.inc | 3 |
23 files changed, 75 insertions, 89 deletions
diff --git a/templates/default.css b/templates/default.css index d8fb9ccc..d94cd4f0 100644 --- a/templates/default.css +++ b/templates/default.css @@ -327,7 +327,7 @@ div#sidebar{ /* Styles for Now Playing */ #nowplaying{ clear: all; - margin: 10px; + width: 625px; } #np_container1{ @@ -427,7 +427,7 @@ margin-right:5em; width: 80px; height: 15px; position: relative; - background: url(images/ratings/star_rating.gif) top left repeat-x; + background: url(../images/ratings/star_rating.gif) top left repeat-x; } .star-rating li{ padding:0px; @@ -445,18 +445,18 @@ margin-right:5em; padding: 0px; } .star-rating li a:hover{ - background: url(images/ratings/star_rating.gif) left center; + background: url(../images/ratings/star_rating.gif) left center; z-index: 2; left: 0px; } li.zero-stars a:hover { - background: url(images/ratings/x.gif); + background: url(../images/ratings/x.gif); height: 15px; left: 80px; display: block; } a.zero-stars { - background: url(images/ratings/x_off.gif); + background: url(../images/ratings/x_off.gif); height: 15px; left: 80px; display: block; @@ -492,7 +492,7 @@ a.five-stars:hover{ width: 80px; } li.current-rating{ - background: url(images/ratings/star_rating.gif) left bottom; + background: url(../images/ratings/star_rating.gif) left bottom; position: absolute; height: 15px; display: block; @@ -504,7 +504,7 @@ li.current-rating{ padding:0px; background: #f7f7f7; } -.box #box-title { +.box-title { border-bottom: solid 1px; #000000; font-weight: bold; } diff --git a/templates/header.inc b/templates/header.inc index 542f556e..06a45f3d 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -37,6 +37,7 @@ if (conf('use_rss')) { ?> </head> <body> <link rel="stylesheet" href="<?php echo $web_path; ?>/templates/default.css" type="text/css"> +<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css"> <script src="<?php echo $web_path; ?>/lib/general.js" language="javascript" type="text/javascript"></script> <script src="<?php echo $web_path; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> diff --git a/templates/show_access_list.inc b/templates/show_access_list.inc index 25729ded..817dc04f 100644 --- a/templates/show_access_list.inc +++ b/templates/show_access_list.inc @@ -31,9 +31,7 @@ $row_classes = array('even','odd'); $web_path = conf('web_path'); ?> - -<p class="header1"><?php print _("Host Access to Your Catalog"); ?></p> - +<?php show_box_top(_('Host Access to Your Catalog')); ?> <p>Since your catalog can be accessed remotely you may want to limit the access from remote sources so you are not in violation of copyright laws. By default your server will allow anyone with an account to stream music. It will not allow any @@ -41,7 +39,11 @@ other Ampache servers to connect to it to share catalog information. Use tool b to add any server's IP address that you want to access your Ampache catalog or be able to stream from this server.</p> -<p><a href="<?php echo $web_path; ?>/admin/access.php?action=show_add_host"><?php echo _("Add Entry"); ?></a></p> +<p> +<span class="text-action"> +<a href="<?php echo $web_path; ?>/admin/access.php?action=show_add_host"><?php echo _('Add Entry'); ?></a> +</span> +</p> <table cellspacing="1" cellpadding="3" class="border"> <tr class="table-header" align="center"> @@ -71,4 +73,5 @@ if (count($list)) { <?php } // end foreach ?> <?php } // end if count ?> </table> +<?php show_box_bottom(); ?> diff --git a/templates/show_add_access.inc b/templates/show_add_access.inc index 06827c9b..9c878365 100644 --- a/templates/show_add_access.inc +++ b/templates/show_add_access.inc @@ -24,8 +24,7 @@ @header Add Access List Entry */ ?> -<div class="text-box"> -<p style="font-size: 10pt; font-weight: bold;"><?php echo _('Add Access for a Host'); ?></p> +<?php show_box_top(_('Add Access for a Host')); ?> <p><?php echo _('Use the form below to add a host that you want to have access to your Ampache catalog.'); ?></p> @@ -69,4 +68,4 @@ </tr> </table> </form> -</div> +<?php show_box_bottom(); ?> diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index b0414611..459355fd 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -29,21 +29,19 @@ $total_flagged = $flag->get_total(); /* Disabled Information Gathering */ $catalog = new Catalog(); $songs = $catalog->get_disabled(10); - ?> -<span class="header1"><?php echo _('Information'); ?></span><br /> -<div class="text-box"> -<span class="header2"><?php echo _('Last Ten Flagged Records'); ?></span><br /> + +<?php show_box_top(_('Last Ten Flagged Records')); ?> <?php require (conf('prefix') . '/templates/show_flagged.inc.php'); ?> <div class="text-action"> <a href="<?php echo $web_path; ?>/admin/flag.php?action=show_flagged"><?php echo _('Show All'); ?>...</a> </div> -</div><br /> -<span class="header2"><?php echo _('Disabled Songs'); ?></span><br /> -<div class="text-box"> +<?php show_box_bottom(); ?> + +<?php show_box_top(_('Disabled Songs')); ?> <!-- Show Last 10 Disabled Songs --> <?php require (conf('prefix') . '/templates/show_disabled_songs.inc'); ?> <div class="text-action"> <a href="<?php echo $web_path; ?>/admin/catalog.php?action=show_disabled"><?php echo _('Show All'); ?>...</a> </div> -</div> +<?php show_box_bottom(); ?> diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index b843feca..7c73fda2 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -25,10 +25,7 @@ $catalogs = $catalog->get_catalogs(); $users = $GLOBALS['user']->get_recent(10); ?> -<span class="header1"><?php echo _('Catalogs'); ?></span> -<div class="text-box"> -<div class="text-action"> -</div> +<?php show_box_top(_('Catalogs')); ?> <table border="0" cellpadding="0" cellspacing="0"> <tr class="table-header"> <th><?php echo _('Name'); ?></th> @@ -73,18 +70,16 @@ $users = $GLOBALS['user']->get_recent(10); <a href="<?php echo $web_path; ?>/admin/catalog.php?action=gather_album_art"><?php echo _('Gather Album Art'); ?></a> </div> -</div><br /> -<span class="header1"><?php echo _('Other Tools'); ?></span><br /> -<div class="text-box"> +<?php show_box_bottom(); ?> +<?php show_box_top(_('Other Tools')); ?> <div class="text-action"> <a href="<?php echo $web_path; ?>/admin/duplicates.php"><?php echo _('Show Duplicate Songs'); ?></a> <a href="<?php echo $web_path; ?>/admin/catalog.php?action=clear_now_playing"><?php echo _('Clear Now Playing'); ?></a> </div> -</div><br /> -<span class="header2"><?php echo _('User Activity'); ?></span><br /> -<div class="text-box"> +<?php show_box_bottom(); ?> +<?php show_box_top(_('User Activity')); ?> <?php require (conf('prefix') . '/templates/show_users_info.inc.php'); ?> <div class="text-action"> <a href="<?php echo $web_path; ?>/admin/users.php"><?php echo _('Show All'); ?>...</a> </div> -</div> +<?php show_box_bottom(); ?> diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php index 486644b9..551c453e 100644 --- a/templates/show_all_popular.inc.php +++ b/templates/show_all_popular.inc.php @@ -23,7 +23,7 @@ ?> <table class="tabledata"> <tr> - <td valign="top" align="right"> + <td valign="top" > <?php show_info_box(_("Most Popular Artists"), 'artist', $artists); ?> </td> <td valign="top" align="left"> @@ -36,7 +36,7 @@ <td valign="top" align="left"> <?php show_info_box(_("Most Popular Genres"), '', $genres); ?> </td> - <td valign="top" align="right"> + <td valign="top" > <?php show_info_box(_("Most Popular Songs"), 'song', $songs); ?> </td> </tr> diff --git a/templates/show_all_recent.inc.php b/templates/show_all_recent.inc.php index 076da614..aec905fe 100644 --- a/templates/show_all_recent.inc.php +++ b/templates/show_all_recent.inc.php @@ -23,10 +23,10 @@ ?> <table class="tabledata"> <tr> - <td valign="top" align="right"> + <td valign="top"> <?php show_info_box(_("Newest Artist Additions"), '', $artists); ?> </td> - <td valign="top" align="left"> + <td valign="top"> <?php show_info_box(_("Newest Album Additions"), '', $albums); ?> </td> </tr> diff --git a/templates/show_box.inc.php b/templates/show_box.inc.php index 3e74d9b5..0682a9c4 100644 --- a/templates/show_box.inc.php +++ b/templates/show_box.inc.php @@ -20,7 +20,7 @@ */ ?> -<?php require(conf('prefix') . '/templates/show_box_top.inc.php'); ?> + <span class="box-title"><?php echo $title; ?></span> <ol> <?php foreach ($items as $item) { @@ -28,4 +28,3 @@ } ?> </ol> -<?php require(conf('prefix') . '/templates/show_box_bottom.inc.php'); ?> diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php index 26aa1fa2..1055ad4f 100644 --- a/templates/show_box_top.inc.php +++ b/templates/show_box_top.inc.php @@ -29,7 +29,7 @@ <tr> <td class="box-left" rowspan="2"></td> <?php if ($title) { ?> - <td id="box-title"><?php echo $title; ?></td> + <td class="box-title"><?php echo $title; ?></td> <?php } else { ?> <td></td> <?php } ?> diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index bf64f576..165df5b6 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -19,8 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> -<div class="confirmation-box"> -<span class="header1"><?php echo scrub_out($title); ?></span><br /> +<?php show_box_top(scrub_out($title)); ?> <?php echo scrub_out($text); ?> <br /> <div class="text-action"> @@ -29,4 +28,4 @@ <a href="<?php echo conf('web_path') . "/" . return_referer(); ?>"><?php echo _('Cancel'); ?></a> <?php } ?> </div> -</div> +<?php show_box_bottom(); ?> diff --git a/templates/show_local_catalog_info.inc.php b/templates/show_local_catalog_info.inc.php index 7a30034d..4b3f6c2d 100644 --- a/templates/show_local_catalog_info.inc.php +++ b/templates/show_local_catalog_info.inc.php @@ -20,35 +20,33 @@ */ ?> -<table class="border" cellspacing="1" cellpadding="3" width="100%" border="0"> -<tr class="table-header"> - <td class="table-header" colspan="2"><?php echo _("Catalog Statistics"); ?> </td> -</tr> -<tr class="<?php echo flip_class(); ?>"> +<span class="box-title"><?php echo _("Catalog Statistics"); ?></span> +<table cellspacing="1" cellpadding="3" width="100%" border="0"> +<tr> <td><?php echo _("Total Users"); ?></td> <td><b><?php echo $users[0]; ?></b></td> - </tr> -<tr class="<?php echo flip_class(); ?>"> +</tr> +<tr> <td><?php echo _("Connected Users"); ?></td> <td><b><?php echo $connected_users[0]; ?></b></td> </tr> -<tr class="<?php echo flip_class(); ?>"> +<tr> <td><?php echo _("Albums"); ?></td> <td><b><?php echo $albums[0]; ?></b></td> </tr> -<tr class="<?php echo flip_class(); ?>"> +<tr> <td><?php echo _("Artists"); ?></td> <td><b><?php echo $artists[0]; ?></b></td> </tr> -<tr class="<?php echo flip_class(); ?>"> +<tr> <td><?php echo _("Songs"); ?></td> <td><b><?php echo $songs['songs']; ?></b></td> </tr> -<tr class="<?php echo flip_class(); ?>"> +<tr> <td><?php echo _("Catalog Size"); ?></td> <td><b><?php echo $total_size; ?> <?php echo $size_unit; ?></b></td> </tr> -<tr class="<?php echo flip_class(); ?>"> +<tr> <td><?php echo _("Catalog Time"); ?></td> <td><b><?php echo $time_text; ?></b></td> </tr> diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index 8abc788a..72fa4c51 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -25,18 +25,15 @@ $localplay = init_localplay(); $songs = $localplay->get(); ?> -<div class="text-box"> -<span class="header2"><?php echo ucfirst($localplay->type); ?> <?php echo _('Localplay'); ?></span> +<?php show_box_top(ucfirst($localplay->type) . ' ' . _('Localplay')); ?> <ul class="text-action"> <?php if ($localplay->has_function('delete_all')) { ?> <li><a href="<?php echo $web_path; ?>/localplay.php?action=delete_all"><?php echo _('Clear Playlist'); ?></a></li> <?php } ?> </ul> -</div> -<br /> <?php require_once(conf('prefix') . '/templates/show_localplay_status.inc.php'); ?> -<br /> -<div class="text-box"> +<?php show_box_bottom(); ?> +<?php show_box_top(_('Current Playlist')); ?> <table class="border" cellspacing="0" border="0"> <tr class="table-header"> <th><?php echo _('Track'); ?></th> @@ -61,4 +58,4 @@ $songs = $localplay->get(); </tr> <?php } ?> </table> -</div> +<?php show_box_bottom(); ?> diff --git a/templates/show_localplay_status.inc.php b/templates/show_localplay_status.inc.php index df7857dc..c4352323 100644 --- a/templates/show_localplay_status.inc.php +++ b/templates/show_localplay_status.inc.php @@ -36,11 +36,9 @@ $track_name = $status['track_artist'] . ' - ' . $status['track_album'] . ' - ' . $track_name = ltrim(ltrim($track_name,' - ')); ?> -<div class="text-box"> <?php echo _('State') .": ". ucfirst($status['state']); ?><br /> <?php echo _('Repeat') . ":" . print_boolean($status['repeat']); ?> | <?php echo _('Random') . ":" . print_boolean($status['random']); ?><br /> <?php echo _('Volume') . ":" . $status['volume']; ?><br /> <br /> <span class="header2"><?php echo _('Now Playing') . '</span><br />[' . $status['track'] . '] - ' . $track_name . '<br />'; ?> -</div> diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index 19960474..54f0020b 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -20,9 +20,10 @@ */ ?> + <form name="mail" method="post" action="<?php echo conf('web_path'); ?>/admin/mail.php" enctype="multipart/form-data"> -<span class="header1"><?php echo _('Send E-mail to Users'); ?></span> -<table class="text-box"> +<?php show_box_top(_('Send E-mail to Users')); ?> +<table> <tr> <td><?php echo _('Mail to'); ?>:</td> <td> @@ -56,4 +57,5 @@ </td> </tr> </table> +<?php show_box_bottom(); ?> </form> diff --git a/templates/show_modules.inc.php b/templates/show_modules.inc.php index 0fc80bfb..4530b75e 100644 --- a/templates/show_modules.inc.php +++ b/templates/show_modules.inc.php @@ -30,7 +30,7 @@ $localplay_modules = get_localplay_controllers(); $web_path = conf('web_path'); ?> -<span class="header1"><?php echo _('Modules'); ?></span> +<?php show_box_top(_('Modules')); ?> <table class="border" border="0" cellspacing="0"> <tr class="table-header"> <th><?php echo _('Module Name'); ?></th> @@ -57,3 +57,4 @@ foreach ($localplay_modules as $module) { </tr> <?php } ?> </table> +<?php show_box_bottom(); ?> diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index 77f68dea..ab5773f5 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { ?> -<table class="box" cellspacing="0" cellpadding="0"> +<table class="box" cellspacing="0" cellpadding="0" style="width:625px;"> <tr> <td class="box-left-top"></td> <td class="box-top"></td> @@ -37,7 +37,7 @@ if (count($results)) { </tr> <tr> <td class="box-left" rowspan="2"></td> - <td id="box-title"><?php echo _('Now Playing'); ?></td> + <td class="box-title"><?php echo _('Now Playing'); ?></td> <td class="box-right" rowspan="2"></td> </tr> <tr><td style="padding-top:3px;"> @@ -57,7 +57,7 @@ foreach ($results as $item) { </td></tr> <tr> <td class="box-left-bottom"></td> - <td class="box-bottom"></td> + <td class="box-bottom" style="width:100%;"></td> <td class="box-right-bottom"></td> </tr> </table> diff --git a/templates/show_playlist_box.inc.php b/templates/show_playlist_box.inc.php index 26055365..5f1ff2cc 100644 --- a/templates/show_playlist_box.inc.php +++ b/templates/show_playlist_box.inc.php @@ -27,12 +27,9 @@ $web_path = conf('web_path'); $playlist_id = scrub_out($_REQUEST['playlist_id']); +$title = _('Playist Actions'); ?> - -<table class="text-box"> <!-- Playlist Table --> -<tr> - <td> - <span class="header1"><?php echo _('Playlist Actions'); ?></span><br /> +<?php require (conf('prefix') . '/templates/show_box_top.inc.php'); ?> <ul class="text-action"> <?php if ($_REQUEST['playlist_id']) { ?> <li><a href="<?php echo $web_path; ?>/playlist.php?action=edit&playlist_id=<?php echo $playlist_id; ?>"><?php echo _('Edit Playlist'); ?></a></li> @@ -48,7 +45,4 @@ $playlist_id = scrub_out($_REQUEST['playlist_id']); <?php } ?> <?php } ?> </ul> - </td> -</tr> -</table><!-- End Playlist Table --> -<br /> +<?php require (conf('prefix') . '/templates/show_box_bottom.inc.php'); ?> diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index a18cb651..ce679928 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -25,9 +25,9 @@ * /playlists.php $type is always passed */ $web_path = conf('web_path'); - +$title = $type . ' ' . _('Playlists'); ?> -<h3><?php echo $type . ' ' . _('Playlists'); ?></h3> +<?php show_box_top($title); ?> <table class="tabledata" cellspacing="0" cellpadding="0" border="0"> <!-- Playlist Table --> <tr class="table-header"> <th><?php echo _('Playlist Name'); ?></th> @@ -75,4 +75,6 @@ foreach ($playlists as $playlist) { <td colspan="4"><?php echo _('No Playlists Found'); ?></td> </tr> <?php } ?> -</table> <!-- End Playlist Table --> +</table> +<?php show_box_bottom(); ?> + diff --git a/templates/show_random_play.inc b/templates/show_random_play.inc index 84ef198a..6ead2244 100644 --- a/templates/show_random_play.inc +++ b/templates/show_random_play.inc @@ -23,8 +23,7 @@ ?> <form id="random" method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ?>/song.php"> -<div class="text-box"> -<span class="header2"><?php echo _('Play Random Selection'); ?></span> +<?php show_box_top(_('Play Random Selection')); ?> <table> <tr> <td><?php echo _("Item count"); ?></td> @@ -87,5 +86,5 @@ </td> </tr> </table> -</div> +<?php show_box_bottom(); ?> </form> diff --git a/templates/show_search.inc b/templates/show_search.inc index 393a6c24..09262afe 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -140,11 +140,11 @@ </table> </form> -<?php if (isset($_REQUEST['search_object'])) { ?> +<?php if ($_REQUEST['action'] == 'search' || $_REQUEST['action'] == 'quick_search') { ?> <br /> <form method="post" action="<?php echo conf('web_path'); ?>/playlist.php?action=add_dyn_song"> <?php echo _('Save Search As Track on'); ?>: -<?php show_playlist_dropdown('', true); ?> +<?php show_playlist_dropdown($_SESSION['data']['playlist_id']); ?> <input class="button" type="submit" value="<?php echo _('Save'); ?>" /></form> <?php } ?> <?php require (conf('prefix') . '/templates/show_box_bottom.inc.php'); ?> diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 50c918d4..c8dbcc7c 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -55,7 +55,7 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G <th><?php echo _('Genre'); ?></th> <th><?php echo _('Action'); ?></th> <?php if (conf('ratings') || conf('ratings')=="false") { ?> - <th width="90"><?php echo _('Rating'); ?></th> + <th width="95px"><?php echo _('Rating'); ?></th> <?php } ?> </tr> <?php diff --git a/templates/show_users.inc b/templates/show_users.inc index db3172dd..a6e6442b 100644 --- a/templates/show_users.inc +++ b/templates/show_users.inc @@ -28,7 +28,7 @@ $total_items = $view->total_items; $admin_menu = "admin/"; ?> - +<?php show_box_top(); ?> <table class="tabledata" cellpadding="0" cellspacing="0" border="0"> <tr class="even" align="center"> <td colspan="8"> @@ -137,3 +137,4 @@ while ($results = mysql_fetch_object($db_result)) { </tr> <?php } //end while ($results = mysql_fetch_object($db_result)) ?> </table> +<?php show_box_bottom(); ?> |