BUG 6258 FIXED FOR IE
This commit is contained in:
@@ -118,10 +118,7 @@ Ext.onReady(function(){
|
|||||||
store.load({params:{start : 0 , limit : 20}});
|
store.load({params:{start : 0 , limit : 20}});
|
||||||
//store.load({params:{ start : 0 , limit : pageSize }});
|
//store.load({params:{ start : 0 , limit : pageSize }});
|
||||||
}
|
}
|
||||||
})
|
}),'->',
|
||||||
|
|
||||||
|
|
||||||
,'->',
|
|
||||||
new Ext.form.TextField ({
|
new Ext.form.TextField ({
|
||||||
id: 'searchTxt',
|
id: 'searchTxt',
|
||||||
ctCls:'pm_search_text_field',
|
ctCls:'pm_search_text_field',
|
||||||
@@ -207,7 +204,7 @@ Ext.onReady(function(){
|
|||||||
text: 'Save',
|
text: 'Save',
|
||||||
iconCls: 'ss_sprite ss_disk',
|
iconCls: 'ss_sprite ss_disk',
|
||||||
handler: saveEdit
|
handler: saveEdit
|
||||||
}],
|
}]
|
||||||
});
|
});
|
||||||
|
|
||||||
var viewport = new Ext.Viewport({
|
var viewport = new Ext.Viewport({
|
||||||
@@ -315,7 +312,7 @@ function saveNew()
|
|||||||
},
|
},
|
||||||
failure: function(obj, resp) {
|
failure: function(obj, resp) {
|
||||||
Ext.Msg.alert( _('ID_ERROR'), resp.result.msg);
|
Ext.Msg.alert( _('ID_ERROR'), resp.result.msg);
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user