[GeoNetwork-users] Split mecanism between search and results 2.6.1

Hi !
I'm trying to modify the split mecanism between the search and the results
view.
What I want is to have either one view or the other. No actual split and I
think this should be achieveable quite simply.
I have two questions :
1) How can I deactivate the manual sliding (dragging) system ? I only want
the click system to work.
2) Where can I change the looks of the little arrow symbol present on the
vertical split bar ?
Kind regards,
Tim
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Split-mecanism-between-search-and-results-2-6-1-tp5914240p5914240.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi Tim :stuck_out_tongue:

1) How can I deactivate the manual sliding (dragging) system ? I only want
the click system to work.

In main-page.xsl,
you can set all three parameters
- width
- minSize
- maxSize
to the same value. That does the trick. (Advice from an Ext developper)

2) Where can I change the looks of the little arrow symbol present on the
vertical split bar ?

In scripts/Ext/resources/images/default/layout : you can change the
mini-left.gif image. But be careful, you'll notice that the same image is
used inside the mapViewer. So that would need to be customised.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Split-mecanism-between-search-and-results-2-6-1-tp5914240p5988467.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.