alon (Prolink) asked a question.

How to change color of Aveksa menu bar / footer dynamically ?

Hi,

I would like to change the color of the menu bar / footer of Aveksa (or any other indication on screen)

when I'm using a certain user (for example: AveksaAdmin).

The logic for doing so is to get a distinct look when login with administrator user with all the privilages.

I know I can change the color by uploading a css files with classes like:

.MainFooter, .MainMenuCell, .Tbl .Header .HCell etc.

but this change is constant. I'm looking to change the color dynamically using a JSP.

1.I was looking for a JSP to change its code manually but I couldn't find any JSP with those css classes names.

In which JSP can I add this type of code ? (I understand the disadvantages of changing Aveksa's internal JSP)

2.Is there any other way to do this ?