[Bedework-commit] webapps r758 - trunk/webclient/war/docs/category

svnadmin at bedework.org svnadmin at bedework.org
Wed May 14 17:17:34 EDT 2008


Author: johnsa
Date: 2008-05-14 17:17:33 -0400 (Wed, 14 May 2008)
New Revision: 758

Modified:
   trunk/webclient/war/docs/category/categoryList.jsp
Log:
user client: avoid redundant category listing

Modified: trunk/webclient/war/docs/category/categoryList.jsp
===================================================================
--- trunk/webclient/war/docs/category/categoryList.jsp	2008-05-13 21:16:42 UTC (rev 757)
+++ trunk/webclient/war/docs/category/categoryList.jsp	2008-05-14 21:17:33 UTC (rev 758)
@@ -8,13 +8,8 @@
 
 <page>categoryList</page>
 
-<categories>
-  <logic:present name="calForm" property="editableCategories" >
-    <logic:iterate id="category" name="calForm" property="editableCategories" >
-      <%@include file="/docs/category/emitCategory.jsp"%>
-    </logic:iterate>
-  </logic:present>
-</categories>
+<%-- categories with creators are output in the header;
+     we needn't reproduce them here. --%>
 
 <%@include file="/docs/footer.jsp"%>
 



More information about the Bedework-commit mailing list