Display bullettin board messages opened by default
A common requirement is to display the bulletin board messages in a more visible way.
A simple solution is to display the formatted message opened by default.
To achieve this you can edit the following JSP file: [SMP]\applications\maximo\maximouiweb\webmodule\webclient\components\bulletinboard.jsp
On my Maximo 7.5.0.6 i have this line of code at row 335:
If you change the display attribute to 'inline' it will show the full message without clicking.
Rebuild and redeploy maximo.ear file and you are done.
A simple solution is to display the formatted message opened by default.
To achieve this you can edit the following JSP file: [SMP]\applications\maximo\maximouiweb\webmodule\webclient\components\bulletinboard.jsp
On my Maximo 7.5.0.6 i have this line of code at row 335:
style="display:none;overflow:visible"
If you change the display attribute to 'inline' it will show the full message without clicking.
style="display:inline;overflow:visible"
Rebuild and redeploy maximo.ear file and you are done.
No comments:
Post a Comment