Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r9973 -r9976 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 9973) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 9976) @@ -156,4 +156,10 @@ INSERT INTO ConfigurationValues VALUES (DEFAULT, 'UseColumnFreezer', '0', 'In-Portal', 'in-portal:configure_general'); INSERT INTO ConfigurationAdmin VALUES ('TrimRequiredFields', 'la_Text_Website', 'la_config_TrimRequiredFields', 'checkbox', '', '', 10.23, 0, 0); -INSERT INTO ConfigurationValues VALUES (DEFAULT, 'TrimRequiredFields', '0', 'In-Portal', 'in-portal:configure_general'); \ No newline at end of file +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'TrimRequiredFields', '0', 'In-Portal', 'in-portal:configure_general'); + +INSERT INTO ConfigurationAdmin VALUES ('MenuFrameWidth', 'la_title_General', 'la_prompt_MenuFrameWidth', 'text', NULL, NULL, '11', '0', '0'); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'MenuFrameWidth', 200, 'Proj-Base', 'in-portal:configure_general'); + +INSERT INTO ConfigurationAdmin VALUES ('DefaultSettingsUserId', 'la_title_General', 'la_prompt_DefaultUserId', 'text', NULL, NULL, '12', '0', '0'); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'DefaultSettingsUserId', -1, 'Proj-Base', 'in-portal:configure_general'); \ No newline at end of file Index: branches/RC/core/kernel/db/db_event_handler.php =================================================================== diff -u -r9839 -r9976 --- branches/RC/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 9839) +++ branches/RC/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 9976) @@ -697,7 +697,7 @@ $view_name = $this->Application->RecallVar($event->getPrefixSpecial().'_current_view'); $storage_prefix = $event->getEventParam('same_special') ? $event->Prefix : $event->getPrefixSpecial(); - $per_page = $this->Application->RecallPersistentVar($storage_prefix.'_PerPage.'.$view_name); + $per_page = $this->Application->RecallPersistentVar($storage_prefix.'_PerPage.'.$view_name, '_USE_DEFAULT_USER_DATA_'); if (!$per_page) { // per-page is stored to current session Index: branches/RC/core/admin_templates/js/toolbar.js =================================================================== diff -u -r8929 -r9976 --- branches/RC/core/admin_templates/js/toolbar.js (.../toolbar.js) (revision 8929) +++ branches/RC/core/admin_templates/js/toolbar.js (.../toolbar.js) (revision 9976) @@ -63,7 +63,7 @@ ToolBarButton.prototype.GetHTML = function() { var add_style = this.ToolBar.ButtonStyle ? 'style="'+this.ToolBar.ButtonStyle+'"' : ''; var o = '
' return o; Index: branches/RC/core/admin_templates/users/admins_list.tpl =================================================================== diff -u -r9639 -r9976 --- branches/RC/core/admin_templates/users/admins_list.tpl (.../admins_list.tpl) (revision 9639) +++ branches/RC/core/admin_templates/users/admins_list.tpl (.../admins_list.tpl) (revision 9976) @@ -31,7 +31,14 @@ a_toolbar.AddButton( new ToolBarSeparator('sep1') ); + a_toolbar.AddButton( new ToolBarButton('refresh', '