BUG 11082 Los mensajes de error se despliegan con el boton muy pequeñ vacio SOLVED

- Los mensajes de error se despliegan con el boton muy pequeno y vacio.

- Commented test button(yes/no) in confirm by conflicts with other buttons
This commit is contained in:
Julio Cesar Laura
2013-04-04 20:23:21 -04:00
parent 26613d8d81
commit ccf8d3da90
2 changed files with 1 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,12 +5,6 @@ PMExtJSCommon = function() {
this.confirm = function(title, msg, fnYes, fnNo)
{
if (typeof(_) != 'undefined') {
Ext.MessageBox.buttonText = {
yes : _('ID_YES'),
no : _('ID_NO')
};
}
Ext.MessageBox.confirm(title, msg, function(btn, text){
if ( btn == 'yes' )
setTimeout(fnYes, 0)