Update of /var/cvs/applications/cloudcontext/META-INF/tags/mm/security
In directory james.mmbase.org:/tmp/cvs-serv21933
Modified Files:
table.tagx tbody.tagx
Log Message:
dropped silly 'page' attribute
See also:
http://cvs.mmbase.org/viewcvs/applications/cloudcontext/META-INF/tags/mm/security
Index: table.tagx
===================================================================
RCS file:
/var/cvs/applications/cloudcontext/META-INF/tags/mm/security/table.tagx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- table.tagx 5 Jan 2009 12:09:24 -0000 1.3
+++ table.tagx 5 Jan 2009 15:19:51 -0000 1.4
@@ -6,9 +6,8 @@
version="2.0">
<jsp:directive.attribute name="operations" />
<jsp:directive.attribute name="query"
type="org.mmbase.storage.search.SearchQuery" />
- <jsp:directive.attribute name="page" />
<table class="rights">
- <sec:tbody operations="${operations}" query="${query}" page="${page}" />
+ <sec:tbody operations="${operations}" query="${query}" />
</table>
</jsp:root>
Index: tbody.tagx
===================================================================
RCS file:
/var/cvs/applications/cloudcontext/META-INF/tags/mm/security/tbody.tagx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tbody.tagx 5 Jan 2009 14:54:38 -0000 1.1
+++ tbody.tagx 5 Jan 2009 15:19:51 -0000 1.2
@@ -5,7 +5,6 @@
version="2.0">
<jsp:directive.attribute name="operations" />
<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>
@@ -18,7 +17,8 @@
</tr>
<mm:functioncontainer referids="_n...@grouporuser">
<mm:listnodescontainer referid="query" type="${empty query ?
'mmbasecontexts' : ''}">
- <mm:listnodes id="thiscontext"
+ <mm:listnodes
+ id="thiscontext"
max="200"
>
<tr>
@@ -27,18 +27,11 @@
<mm:nodeinfo type="gui" />
<mm:hasfield name="description"><mm:field
name="description"><mm:isnotempty>(<mm:write
/>)</mm:isnotempty></mm:field></mm:hasfield>
</mm:import>
- <c:choose>
- <c:when test="${empty page}">
- <mm:write referid="text" escape="none" />
- </c:when>
- <c:otherwise>
- <mm:link page="${page}" referids="thiscont...@context">
+ <mm:link page="context" referids="thiscont...@node">
<a href="${_}">
<mm:write referid="text" escape="none" />
</a>
</mm:link>
- </c:otherwise>
- </c:choose>
</td>
<mm:stringlist referid="ops">
<mm:param name="operation"><mm:write /></mm:param>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs