Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit
In directory james.mmbase.org:/tmp/cvs-serv5958

Modified Files:
        ui-singletab.tag 
Log Message:
CMSC-944,Create overview screen for Community Preferences ,add a new attribute 
for adding url


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit
See also: http://www.mmbase.org/jira/browse/CMSC-944


Index: ui-singletab.tag
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/edit/ui-singletab.tag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ui-singletab.tag    15 Jul 2008 09:24:44 -0000      1.2
+++ ui-singletab.tag    1 Aug 2008 07:27:44 -0000       1.3
@@ -1,7 +1,11 @@
 <%@ tag body-content="scriptless" %>
 <%@ attribute name="key" rtexprvalue="true" required="true" %>
-
+<%@ attribute name="action" rtexprvalue="true" required="false" %>
 <%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
 <edit:ui-tabs>
-   <edit:ui-tab key="${key}" active="true"/>
+   <edit:ui-tab key="${key}" active="true">
+      <jsp:body>
+         ${action}
+      </jsp:body>
+ </edit:ui-tab>
 </edit:ui-tabs>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to