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:
parent
f7d418031e
commit
78088edeeb
|
@ -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>
|
2010-05-27 Raúl Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* operation/agentes/tactical.php: Give some colour to the data shown.
|
* operation/agentes/tactical.php: Give some colour to the data shown.
|
||||||
|
|
|
@ -40,6 +40,9 @@ if (($config["id_user"] == $id || give_acl ($config["id_user"], get_user_groups
|
||||||
$view_mode = true;
|
$view_mode = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Header
|
||||||
|
print_page_header (__('User detail editor'), "images/group.png", false, "", false, "");
|
||||||
|
|
||||||
if (isset ($_GET["modified"]) && !$view_mode) {
|
if (isset ($_GET["modified"]) && !$view_mode) {
|
||||||
$upd_info = array ();
|
$upd_info = array ();
|
||||||
$upd_info["fullname"] = get_parameter_post ("fullname", $user_info["fullname"]);
|
$upd_info["fullname"] = get_parameter_post ("fullname", $user_info["fullname"]);
|
||||||
|
@ -77,9 +80,6 @@ if (isset ($_GET["modified"]) && !$view_mode) {
|
||||||
$user_info = $upd_info;
|
$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&sec2=operation/users/user_edit&modified=1&id='.$id.'">';
|
echo '<form name="user_mod" method="post" action="index.php?sec=usuarios&sec2=operation/users/user_edit&modified=1&id='.$id.'">';
|
||||||
|
|
||||||
echo '<table cellpadding="4" cellspacing="4" class="databox" width="90%">';
|
echo '<table cellpadding="4" cellspacing="4" class="databox" width="90%">';
|
||||||
|
|
Loading…
Reference in New Issue