Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
* Changed command message when no options are available, added minwid…
Browse files Browse the repository at this point in the history
…th for ack window (#fixes 727)
  • Loading branch information
jmosshammer committed Sep 9, 2010
1 parent 535a34c commit 8247c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/modules/AppKit/templates/User/PreferencesSuccess.php
Expand Up @@ -22,7 +22,7 @@
border:false,
monitorResize: true,
height: 450,

defaults: {
border: false
},
Expand Down Expand Up @@ -314,7 +314,9 @@
}

if (Ext.getCmp('user_prefs_target')) {
Ext.getCmp('user_prefs_target').setWidth(Ext.getBody().getWidth*0.70);
Ext.getCmp('user_prefs_target').add(AppKit.UserPrefs.container);

AppKit.UserPrefs.container.doLayout();
Ext.getCmp('user_prefs_target').doLayout();
}
Expand Down
Expand Up @@ -132,7 +132,7 @@ IcingaCommandHandler.prototype = {
}),

'name': '__return_value_combo',

width:300,
mode: 'local',
typeAhead: true,
triggerAction: 'all',
Expand Down Expand Up @@ -350,7 +350,7 @@ IcingaCommandHandler.prototype = {
if (bAdd === false) {
oForm.add({
xtype: 'label',
text: _('no more fields')
text: _('This command will be send to all selected items')
});
}

Expand Down

0 comments on commit 8247c83

Please sign in to comment.