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/show_random_play.inc | |
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/show_random_play.inc')
-rw-r--r-- | templates/show_random_play.inc | 5 |
1 files changed, 2 insertions, 3 deletions
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> |