Update of /var/cvs/applications/cloudcontext/META-INF/tags/mm/security
In directory james.mmbase.org:/tmp/cvs-serv6305/META-INF/tags/mm/security

Modified Files:
        table.tagx 
Added Files:
        commit.tagx 
Log Message:
  MMB-1759


See also: 
http://cvs.mmbase.org/viewcvs/applications/cloudcontext/META-INF/tags/mm/security
See also: http://www.mmbase.org/jira/browse/MMB-1759


commit.tagx is new



Index: table.tagx
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/META-INF/tags/mm/security/table.tagx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- table.tagx  29 Dec 2008 16:08:01 -0000      1.1
+++ table.tagx  30 Dec 2008 17:49:43 -0000      1.2
@@ -4,20 +4,22 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     version="2.0">
   <jsp:directive.attribute name="operations"  />
-  <jsp:directive.attribute name="type"  />
+  <jsp:directive.attribute name="query"  
type="org.mmbase.storage.search.SearchQuery" />
   <jsp:directive.attribute name="page"  />
 
   <mm:import id="ops" vartype="list">${empty operations ? 
'create,read,write,delete,change context,change relation' : 
operations}</mm:import>
 
   <table class="rights">
     <tr>
-      <th><mm:nodeinfo nodetype="${empty type ? 'mmbasecontexts' : type}" 
type="guinodemanager" /></th>
+      <th><mm:nodeinfo nodetype="${empty query ? 'mmbasecontexts' : 
query.builder.tableName}" type="guinodemanager" /></th>
       <mm:stringlist referid="ops">
         <th><mm:write /></th>
       </mm:stringlist>
     </tr>
     <mm:functioncontainer referids="_n...@grouporuser">
-      <mm:listnodes id="thiscontext" type="${empty type ? 'mmbasecontexts' : 
type}"
+      <mm:listnodescontainer referid="query" type="${empty query ? 
'mmbasecontexts' : ''}">
+        <mm:listnodes id="thiscontext"
+                      max="200"
                     >
         <tr>
           <td class="text">
@@ -55,7 +57,7 @@
           </mm:stringlist>
         </tr>
       </mm:listnodes>
+      </mm:listnodescontainer>
     </mm:functioncontainer>
-    <tr><td><input type="submit"  name="submit" /></td></tr>
   </table>
 </jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to