BUG 0000 setting again the case notes port icon
This commit is contained in:
@@ -917,6 +917,16 @@ antes funcionaba.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-pm-startcase-btn {
|
.x-pm-startcase-btn {
|
||||||
|
background-image:url(/images/start.png) !important;
|
||||||
|
color: #000 !important;
|
||||||
|
padding-left: 25px !important;
|
||||||
|
padding-right: 2px !important;
|
||||||
|
padding-top: 5px !important;
|
||||||
|
padding-bottom: 8px !important;
|
||||||
|
font: 12px "Lucida Grande",Lucida,Verdana,sans-serif !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-pm-notes-btn {
|
||||||
background-image:url(/images/notes.png) !important;
|
background-image:url(/images/notes.png) !important;
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
padding-left: 2px !important;
|
padding-left: 2px !important;
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ function openCaseNotesWindow(appUid,modalSw){
|
|||||||
}),{
|
}),{
|
||||||
xtype:'button',
|
xtype:'button',
|
||||||
id:'CASES_MORE_BUTTON',
|
id:'CASES_MORE_BUTTON',
|
||||||
|
iconCls: '.x-pm-notes-btn',
|
||||||
hidden:true,
|
hidden:true,
|
||||||
text:_('ID_CASE_NOTES_MORE'),
|
text:_('ID_CASE_NOTES_MORE'),
|
||||||
align:'center',
|
align:'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user