Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory 
james.mmbase.org:/tmp/cvs-serv32436/cmsc/contentrepository/src/webapp/editors/repository

Modified Files:
        search.jsp 
Log Message:
CMSC-1011 Repository search screen does not show the correct title for rights 
icon


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1011


Index: search.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/search.jsp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- search.jsp  11 Jul 2008 09:12:09 -0000      1.29
+++ search.jsp  14 Jul 2008 09:21:06 -0000      1.30
@@ -379,7 +379,7 @@
                    <mm:field name="name" jspvar="channelName" write="false"/>
 
                                                 <c:set var="channelIcon" 
value="/editors/gfx/icons/type/contentchannel_${rights}.png"/>
-                                                <c:set 
var="channelIconMessage"><fmt:message key="role.${rights}" /></c:set>
+                                                <c:set 
var="channelIconMessage"><fmt:bundle basename="cmsc-security"><fmt:message 
key="role.${rights}" /></fmt:bundle></c:set>
                                                 <c:set var="channelUrl" 
value="Content.do?parentchannel=${channelNumber}"/>
                              </mm:compare>
                      </mm:relatednodes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to