This email is for all people who have custom skins created
The following changes should be added for the next MP of 2.40 and 2.50 due to the incoming improvement of pagination in DataGrid:
* The two attached files should be added to "yourSkin/Common/DataGrid/" folder
* These two new lines should be added in the css (Recommended place just after the class "DataGrid_Header_icon_delete")
.DataGrid_Scroll_icon_prevRange {
overflow: auto;
position: relative;
width: 17px;
height: 16px;
margin-top: 1px;
_left: -1px;
cursor: pointer;
border-collapse:collapse;
border: none;
background-image: url(Common/DataGrid/iconPrevRange.png); /**
sprite-ref: xxspritexx_V; sprite-alignment-ltr: left; */
}
.DataGrid_Scroll_icon_nextRange {
overflow: auto;
position: relative;
width: 17px;
height: 16px;
margin-top: 18px;
_left: -1px;
cursor: pointer;
border-collapse:collapse;
border: none;
background-image: url(Common/DataGrid/iconNextRange.png); /**
sprite-ref: xxspritexx_V; sprite-alignment-ltr: left; */
} Regards. David
<<inline: iconNextRange.png>>
<<inline: iconPrevRange.png>>
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
