Fixed typo in 5623, various doku added

git-svn-id: https://svn.libreccm.org/ccm/trunk@5639 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2018-08-04 08:14:04 +00:00
parent ffb3f6d9c5
commit d10b4436fd
4 changed files with 8 additions and 8 deletions

View File

@ -112,7 +112,7 @@ public final class NavigationConfig extends AbstractConfig {
/** /**
* The maximum number of items In the object list on an index page. * The maximum number of items In the object list on an index page.
*/ */
private final Parameter m_indexPageMaxItems = new StringParameter( private final Parameter m_indexPageMaxItems = new IntegerParameter(
"com.arsdigita.navigation.index_page_max_items", "com.arsdigita.navigation.index_page_max_items",
Parameter.REQUIRED, new Integer(30) ); Parameter.REQUIRED, new Integer(30) );

View File

@ -7,8 +7,8 @@
Currently the same as def-portal.jsp, may change in future to Currently the same as def-portal.jsp, may change in future to
support special features of a site's start page (home page) support special features of a site's start page (home page)
##Title: A Portal Page usable as Index Page in Navigation ##Title: A Portal Page including navigation bar
##Descr: Portal Page including navigation menu. Portlets must be added separately. ##Descr: Portal Page meant as an alternative site welcome page in navigation. Portlets must be added separately.
##Path : /templates/ccm-navigation/navigation/def-portal-welcome.jsp ##Path : /templates/ccm-navigation/navigation/def-portal-welcome.jsp
--> -->

View File

@ -7,8 +7,8 @@
<!-- JSP template to use a portal page as index page in navigation <!-- JSP template to use a portal page as index page in navigation
Currently the same as def-portal-welcome.jsp, may change in future. Currently the same as def-portal-welcome.jsp, may change in future.
##Title: A Portal Page usable as Index Page in Navigation ##Title: Portal Page with navigatgion menu
##Descr: A portal page including navigation menu. Portlets must be added separately. ##Descr: A portal page for embedding a portal page as navigation leaves page navigation menu. Portlets must be added separately.
##Path : /templates/ccm-navigation/navigation/def-portal.jsp ##Path : /templates/ccm-navigation/navigation/def-portal.jsp
--> -->

View File

@ -1,9 +1,9 @@
<!-- <!--
Template to generate a sitemap page Template to generate a sitemap page
##Title: Sitemap Page ##Title: Navigation Demonstration
##Descr: Same as def-sitemap, for backwards compatibility. To be deleted soon. ##Descr: Purpose unknown. To be deleted soon.
##Path : /templates/ccm-navigation/navigation/min-default.jsp ##Path : /templates/ccm-navigation/navigation/nav-demo.jsp
--> -->
<jsp:root <jsp:root
xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:jsp="http://java.sun.com/JSP/Page"