Post Install Work In ZMI 

After installing and launching the zope/plone site, the following changes must be made to ensure proper functionality:

1) Modify Navtree.css
Navigate in the ZMI to ZMI > Portal_Skins > Plone_Styles > Navtree.css. Choose to create a customization. In that file, add the following lines near the top of the CSS:

/* New navtree styles */
li.simMap {
display: inline;
}

li.simMap a,
li.simMap a:hover {
display: inline;
}


2) Update Javascript Registry
Add the following file to the javascript registry 'wms-gs-1_0_1.js'.

3) Enable Products
Enable the Theme492, SimMap, and SimMapFolder products.

4) Create Legend Portlet
To do this, create a "Static Text Portlet" that will be displayed on the SimMap and SimMapFolder content types. This static text portlet should contain the following html:

<div id="legend"> </div>
[ add comment ] ( 3 views ) permalink ( 3 / 292 )

| 1 | 2 | Next> Last>>