diff options
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r-- | templates/show_mail_users.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index 13085c54..acc13fb5 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -28,7 +28,7 @@ ?> -<?php show_box_top(_('Send E-mail to Users')); ?> +<?php show_box_top(_('Send E-mail to Users'), 'box box_mail_users'); ?> <form name="mail" method="post" action="<?php echo Config::get('web_path'); ?>/admin/mail.php?action=send_mail" enctype="multipart/form-data"> <table> <tr> |