i like your browse interface but i want to change some little things.
How i can do that ?
I change your browse.jsp or i can copy yours in extension and modify it ? In this last option i need to do change all navigation rules right ?
I want to do that cleaner as possible to avoid problem in future upgrade I had read how to modify login page but im little bit affrad to do same thing with browse.jsp because its your "core" jsp.
JSPs that belong to a new style dialog or wizard (as from 1.3) can be overridden by supplying custom configuration for the dialog/wizard. You can then point to custom JSPs and not change "core" files. Furthermore, you can override navigation rules so that the page navigated to is your custom page (which would typically be a modidifed copy of ours).
There are a set of files that you can not override currently, unfortunately, browse.jsp is one of those files. So, for now you will have to change our browse.jsp and re-apply your changes when you upgrade.