
alerta={version:'2.0'};alerta.css=function()
{return{Icon_Error:Ext.MessageBox.ERROR,Icon_Info:Ext.MessageBox.INFO,Icon_Question:Ext.MessageBox.QUESTION,Icon_Excel:'ico-excel',Icon_Pdf:'ico-pdf',Icon_Imagen:'ico-imagen',Icon_Txt:'ico-txt',Icon_Mail:'ico-enviar',Icon_Guardar:'ico-guardar',Icon_Cancelar:'ico-cancelar',Button_Disabled:'x-item-disabled',Button_Enabled:'x-item-enabled',Icon_Prev:'x-tbar-page-prev',Icon_Next:'x-tbar-page-next',Icon_Enviar:'ico-enviar',Icon_Report:'icon-report',Icon_Pie:'icon-pie',Icon_Tag:'icon-tag',Icon_Stats:'icon-stats',Icon_Back:'ico-atras',Icon_Cantidad:'ico-cantidad',Icon_Monto:'ico-monto',Icon_Tabla:'ico-tabla',Icon_Editar:'ico-edit',Icon_Print:'ico-print'}}();alerta.MessageBox=function()
{var MSG_TITLE='Mensaje';var MSG_ERROR_MAIL='Error al mandar mail';var MSG_ERROR_SAVE='No se pudieron guardar los datos';var MSG_OK_SAVE='Datos guardados...';var MSG_WAIT='Guardando';return{mail_error:function()
{Ext.MessageBox.alert(MSG_TITLE,MSG_ERROR_MAIL);},mail:function(json)
{Ext.Msg.show({title:json.titulo,msg:json.mensaje,buttons:Ext.Msg.OK,icon:(json.success=='true')?Ext.MessageBox.INFO:Ext.Msg.ERROR});return this;},info:function(msg)
{Ext.Msg.show({title:MSG_TITLE,msg:msg,buttons:Ext.Msg.OK,icon:Ext.MessageBox.INFO});},save_error:function()
{Ext.Msg.show({title:MSG_TITLE,msg:MSG_ERROR_SAVE,buttons:Ext.Msg.OK,icon:Ext.MessageBox.INFO});},wait:function()
{return Ext.Msg.wait(MSG_WAIT);},save_ok:function()
{Ext.Msg.show({title:MSG_TITLE,msg:MSG_OK_SAVE,icon:Ext.MessageBox.INFO});}};}();
