2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/menu.php: Fixed an error selecting the correct menu option in workspace menu. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5872 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7403288064
commit
ab355c6ba3
|
@ -1,3 +1,8 @@
|
|||
2012-04-02 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/menu.php: Fixed an error selecting the correct menu option
|
||||
in workspace menu.
|
||||
|
||||
2012-04-02 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/dialog.css
|
||||
|
|
|
@ -285,10 +285,8 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||
|
||||
// Messages
|
||||
$sub["operation/messages/message_list"]["text"] = __('Messages');
|
||||
$sub["operation/messages/message"]["refr"] = 0;
|
||||
$sub["operation/messages/message"]["subsecs"] = array("operation/messages/message_edit",
|
||||
"operation/messages/message_list");
|
||||
|
||||
$sub["operation/messages/message_list"]["refr"] = 0;
|
||||
$sub["operation/messages/message_list"]["subsecs"] = array("operation/messages/message_edit");
|
||||
}
|
||||
|
||||
$menu["workspace"]["sub"] = $sub;
|
||||
|
|
Loading…
Reference in New Issue