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:
@@ -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
|
||||
});
|
||||
|
||||
@@ -218,7 +218,7 @@ Ext.onReady(function(){
|
||||
})
|
||||
});
|
||||
|
||||
infoGrid.on('rowcontextmenu',
|
||||
infoGrid.on('rowcontextmenu',
|
||||
function (grid, rowIndex, evt) {
|
||||
var sm = grid.getSelectionModel();
|
||||
sm.selectRow(rowIndex, sm.isSelected(rowIndex));
|
||||
@@ -226,10 +226,10 @@ Ext.onReady(function(){
|
||||
this
|
||||
);
|
||||
|
||||
infoGrid.on('contextmenu',
|
||||
infoGrid.on('contextmenu',
|
||||
function (evt) {
|
||||
evt.preventDefault();
|
||||
},
|
||||
},
|
||||
this
|
||||
);
|
||||
|
||||
@@ -270,7 +270,7 @@ ShowSelectedLog = function(){
|
||||
Ext.getCmp('cstatus').setText(rowSelected.data.WS_CREATE_CASE_STATUS);
|
||||
Ext.getCmp('rstatus').setText(rowSelected.data.WS_ROUTE_CASE_STATUS);
|
||||
w = new Ext.Window({
|
||||
autoHeight: true,
|
||||
autoHeight: true,
|
||||
width: 550,
|
||||
resizable: false,
|
||||
closable: false,
|
||||
@@ -305,5 +305,3 @@ UpdatePageConfig = function(pageSize){
|
||||
params: {action:'updatePageSize', size: pageSize}
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user