summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_edit_user.inc.php')
-rw-r--r--templates/show_edit_user.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_edit_user.inc.php b/templates/show_edit_user.inc.php
index 9ebd2e1f..76dfb198 100644
--- a/templates/show_edit_user.inc.php
+++ b/templates/show_edit_user.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Editing existing User')); ?>
+<?php UI::show_box_top(T_('Editing existing User')); ?>
<?php Error::display('general'); ?>
<form name="update_user" enctype="multipart/form-data" method="post" action="<?php echo Config::get('web_path') . "/admin/users.php"; ?>">
<table class="tabledata" cellspacing="0" cellpadding="0">
@@ -117,4 +117,4 @@
<input type="hidden" name="user_id" value="<?php echo $client->id; ?>" />
</div>
</form>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>