BUG 10698 "Imagen del search del Designer no esta...." SOLVED

- Imagen del search del Designer no esta alineada.

- Problema:
  Al ingresar a la opcion ADMIN->USER, la imagen "X" del Search no estaban alineados.

  Solucion:
  La imagen "X" del Search utilizaba la siguiente hoja de estilo: ctCls:'pm_search_x_button',
  se hizo un cambio por: ctCls:"pm_search_x_button_des", dando solucion al problema.

  Estara disponible en la version 2.5.2
This commit is contained in:
Luis Fernando Saisa Lopez
2013-09-18 10:13:59 -04:00
parent 01ddc122a7
commit 6a86af2587
9 changed files with 93 additions and 97 deletions

View File

@@ -123,7 +123,7 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});

View File

@@ -1199,7 +1199,7 @@ Ext.onReady ( function() {
var resetSearchButton = {
text:'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: function(){
textSearch.setValue('');
doSearch();

View File

@@ -77,7 +77,7 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});
@@ -305,5 +305,3 @@ UpdatePageConfig = function(pageSize){
params: {action:'updatePageSize', size: pageSize}
});
};

View File

@@ -123,11 +123,10 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});
smodel = new Ext.grid.RowSelectionModel({
singleSelect: true,
listeners:{

View File

@@ -116,7 +116,7 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});

View File

@@ -130,7 +130,7 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});

View File

@@ -124,7 +124,7 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});

View File

@@ -120,11 +120,10 @@ Ext.onReady(function(){
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});
smodel = new Ext.grid.RowSelectionModel({
singleSelect: true,
listeners:{

View File

@@ -155,8 +155,8 @@ Ext.onReady(function(){
});
clearTextButton = new Ext.Action({
text: 'X',
ctCls:'pm_search_x_button',
text: 'X',
ctCls:"pm_search_x_button_des",
handler: GridByDefault
});