CC-4811: Move the edit user form to its own page

-done
This commit is contained in:
denise 2013-01-08 15:09:35 -05:00
parent 3c6925da2a
commit 3de33bc3e3
4 changed files with 23 additions and 43 deletions

View file

@ -1,3 +1,5 @@
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong edit-current-user">
<h2><? echo _("Edit User") ?></h2>
<?php echo $this->successMessage ?>
<?php echo $this->form?>
</div>