summaryrefslogtreecommitdiffstats
path: root/templates/show_mail_users.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
commitae70bce26c2f39da93c85a082602d58dcf13652e (patch)
tree0bf530733d44216846ad39f245bc238baf174cee /templates/show_mail_users.inc.php
parentcb12b4a8c948d901f6851a7eae032827b423704d (diff)
downloadampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz
ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2
ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip
more updates to the theme stuff
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r--templates/show_mail_users.inc.php6
1 files changed, 4 insertions, 2 deletions
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>