mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Give preferences popup bigger size plus show fulltext of selectboxes
This commit is contained in:
parent
13300f035d
commit
163b6b6522
@ -133,13 +133,13 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function()
|
|||||||
case 'prefs':
|
case 'prefs':
|
||||||
query.menuaction ='preferences.preferences_settings.index';
|
query.menuaction ='preferences.preferences_settings.index';
|
||||||
if (jQuery.inArray(current_app, apps) != -1) query.appname=current_app;
|
if (jQuery.inArray(current_app, apps) != -1) query.appname=current_app;
|
||||||
egw.open_link(egw.link(url, query), '_blank', '900x450');
|
egw.open_link(egw.link(url, query), '_blank', '1200x600');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'acl':
|
case 'acl':
|
||||||
query.menuaction='preferences.preferences_acl.index';
|
query.menuaction='preferences.preferences_acl.index';
|
||||||
if (jQuery.inArray(current_app, apps) != -1) query.acl_app=current_app;
|
if (jQuery.inArray(current_app, apps) != -1) query.acl_app=current_app;
|
||||||
egw.open_link(egw.link(url, query), '_blank', '900x450');
|
egw.open_link(egw.link(url, query), '_blank', '1200x600');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'cats':
|
case 'cats':
|
||||||
|
@ -441,7 +441,7 @@ class preferences_hooks
|
|||||||
'description' => 'Preferences',
|
'description' => 'Preferences',
|
||||||
'url' => '/index.php',
|
'url' => '/index.php',
|
||||||
'extradata' => 'menuaction=preferences.preferences_settings.index',
|
'extradata' => 'menuaction=preferences.preferences_settings.index',
|
||||||
'popup' => '900x450',
|
'popup' => '1200x600',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,3 +79,7 @@ tr.prefRow:hover .prefHelp {
|
|||||||
.et2_selectbox.readonly.prefType {
|
.et2_selectbox.readonly.prefType {
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prefValueColumn select.prefValue {
|
||||||
|
white-space: pre-line;
|
||||||
|
}
|
@ -98,6 +98,9 @@ textarea.prefValue {
|
|||||||
.et2_selectbox.readonly.prefType {
|
.et2_selectbox.readonly.prefType {
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
}
|
}
|
||||||
|
.prefValueColumn select.prefValue {
|
||||||
|
white-space: pre-line;
|
||||||
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user