diff options
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r-- | templates/show_mail_users.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index 4ce04ea8..91af8eb0 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -21,7 +21,7 @@ */ ?> -<?php show_box_top(T_('Send E-mail to Users'), 'box box_mail_users'); ?> +<?php UI::show_box_top(T_('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> @@ -122,5 +122,5 @@ <input class="button" type="submit" value="<?php echo T_('Send Mail'); ?>" /> </div> </form> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |