BUG 10084 I added a functionality to save order the dashlet IMPROVEMENT
This commit is contained in:
@@ -87,7 +87,7 @@ Ext.onReady(function(){
|
||||
handler : function(a) {
|
||||
Ext.MessageBox.show({
|
||||
msg: _('ID_LOADING'),
|
||||
progressText: 'Saving...',
|
||||
progressText: _('ID_SAVING'),
|
||||
width:300,
|
||||
wait:true,
|
||||
waitConfig: {interval:200},
|
||||
@@ -175,7 +175,7 @@ Ext.onReady(function(){
|
||||
var orderNow = generatedOrder();
|
||||
Ext.MessageBox.show({
|
||||
msg: _('ID_LOADING'),
|
||||
progressText: 'Saving...',
|
||||
progressText: _('ID_SAVING'),
|
||||
width:300,
|
||||
wait:true,
|
||||
waitConfig: {interval:200},
|
||||
|
||||
Reference in New Issue
Block a user