2010-05-27 Sergio Martin <sergio.martin@artica.es>

* operation/users/user_edit.php: Fixed the message
	over the header for bug: 3007803 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2808 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-05-27 07:48:09 +00:00
parent 411e345db9
commit c5b7ffde73
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-05-27 Sergio Martin <sergio.martin@artica.es>
* operation/users/user_edit.php: Fixed the message
over the header for bug: 3007803
2010-05-27 Raúl Mateos <raulofpandora@gmail.com>
* operation/agentes/tactical.php: Give some colour to the data shown.

View File

@ -40,6 +40,9 @@ if (($config["id_user"] == $id || give_acl ($config["id_user"], get_user_groups
$view_mode = true;
}
// Header
print_page_header (__('User detail editor'), "images/group.png", false, "", false, "");
if (isset ($_GET["modified"]) && !$view_mode) {
$upd_info = array ();
$upd_info["fullname"] = get_parameter_post ("fullname", $user_info["fullname"]);
@ -77,9 +80,6 @@ if (isset ($_GET["modified"]) && !$view_mode) {
$user_info = $upd_info;
}
// Header
print_page_header (__('User detail editor'), "images/group.png", false, "", false, "");
echo '<form name="user_mod" method="post" action="index.php?sec=usuarios&amp;sec2=operation/users/user_edit&amp;modified=1&amp;id='.$id.'">';
echo '<table cellpadding="4" cellspacing="4" class="databox" width="90%">';