Environment
Novell Service Desk 7.2
Novell Service Desk 7.3
ZENworks Service Desk 8.2
Situation
The Description field in "Ticket Information"screen is comparatively smaller and scrolling must be used.
Important:
Resolution
Windows
\Program
Files\ServiceDesk\Server\webapps\LiveTime\WEB-INF\LiveTime.woa\Contents\Resources\RequestDescriptionPanel.wo\RequestDescriptionPanel.wod
Linux
/usr/local/ServiceDesk/Server/webapps/LiveTime/WEB-INF/LiveTime.woa/Contents/Resources/RequestDescriptionPanel.wo/RequestDescriptionPanel.wod
Appliance v6.x-v7.2
/srv/tomcat6/webapps/LiveTime/WEB-INF/LiveTime.woa/Contents/Resources/RequestDescriptionPanel.wo/RequestDescriptionPanel.wod
Appliance v7.3 -v8.1.x
/opt/novell/nsd/servicedesk/Server/webapps/LiveTime/WEB-INF/LiveTime.woa/Contents/Resources/RequestDescriptionPanel.wo/RequestDescriptionPanel.wod
Change the following:
Generic1: WOGenericContainer {
elementName = "div";
style = "width:99%;height: 300px;padding: 5px;overflow:
auto;background: #ffffff;border: 1px solid #B2B8BD;border-left: 4px solid
#B2B8BD;";
}
Changes are in block letters and underlined.
- Login to Admin Portal
- Go to Setup > Customize > User Portal > CSS
- Scroll to the End and Paste the Following Code
/* To Increase theheight in Non edit mode */
#requestsummary_leftpanel .description-box {
max-height: 20rem !important;
}
/* To Increase theheight in Edit mode */
#requestsummary_leftpanel .tox.tox-tinymce {
height: 500px !important;
}
- Once Saved, Do Hard Refresh (Ctrl+F5)