BUG 10084 I added a functionality to save order the dashlet IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2012-11-30 14:47:21 -04:00
parent 90b8599528
commit 7a02dba250

View File

@@ -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},