Update of /var/cvs/applications/cloudcontext/templates
In directory james.mmbase.org:/tmp/cvs-serv27337

Modified Files:
      Tag: MMBase-1_8
        index_users_body.jsp 
Log Message:
didn't compile with newer tomcats (MMB-17060)


See also: http://cvs.mmbase.org/viewcvs/applications/cloudcontext/templates
See also: http://www.mmbase.org/jira/browse/MMB-17060


Index: index_users_body.jsp
===================================================================
RCS file: /var/cvs/applications/cloudcontext/templates/index_users_body.jsp,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -b -r1.8 -r1.8.2.1
--- index_users_body.jsp        14 Aug 2006 10:58:09 -0000      1.8
+++ index_users_body.jsp        9 Dec 2008 09:22:38 -0000       1.8.2.1
@@ -97,7 +97,7 @@
             href="<mm:url referids="user,parameters,$parameters"><mm:param 
name="url">edit_user.jsp</mm:param></mm:url>"><img src="<mm:url 
page="${location}images/mmbase-edit.gif" />" alt="<%=getPrompt(m,"update")%>" 
title="<%=getPrompt(m,"update")%>" /></a>
           </mm:maywrite>
           <mm:function name="rank" >
-            <mm:compare value="<%="" + 
org.mmbase.security.Rank.ADMIN.getInt()%>" inverse="true">
+            <mm:compare value='<%="" + 
org.mmbase.security.Rank.ADMIN.getInt()%>' inverse="true">
               <mm:maydelete>
                 <mm:import id="prompt">reallydeleteusers</mm:import>
                 <a onclick="<[EMAIL PROTECTED] file="confirm.js" %>" 
href="<mm:url referids="[EMAIL PROTECTED],parameters,$parameters"><mm:param 
name="url">delete_user.jsp</mm:param></mm:url>"><img src="<mm:url 
page="${location}images/mmbase-delete.gif" />" alt="<%=getPrompt(m,"delete")%>" 
title="<%=getPrompt(m,"delete")%>" /></a>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to