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:
@@ -123,7 +123,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1199,7 +1199,7 @@ Ext.onReady ( function() {
|
|||||||
|
|
||||||
var resetSearchButton = {
|
var resetSearchButton = {
|
||||||
text:'X',
|
text:'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: function(){
|
handler: function(){
|
||||||
textSearch.setValue('');
|
textSearch.setValue('');
|
||||||
doSearch();
|
doSearch();
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -305,5 +305,3 @@ UpdatePageConfig = function(pageSize){
|
|||||||
params: {action:'updatePageSize', size: pageSize}
|
params: {action:'updatePageSize', size: pageSize}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -123,11 +123,10 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
smodel = new Ext.grid.RowSelectionModel({
|
smodel = new Ext.grid.RowSelectionModel({
|
||||||
singleSelect: true,
|
singleSelect: true,
|
||||||
listeners:{
|
listeners:{
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -120,11 +120,10 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
smodel = new Ext.grid.RowSelectionModel({
|
smodel = new Ext.grid.RowSelectionModel({
|
||||||
singleSelect: true,
|
singleSelect: true,
|
||||||
listeners:{
|
listeners:{
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
clearTextButton = new Ext.Action({
|
clearTextButton = new Ext.Action({
|
||||||
text: 'X',
|
text: 'X',
|
||||||
ctCls:'pm_search_x_button',
|
ctCls:"pm_search_x_button_des",
|
||||||
handler: GridByDefault
|
handler: GridByDefault
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user