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

Modified Files:
      Tag: b1_4
        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.15.2.2
retrieving revision 1.15.2.3
diff -u -b -r1.15.2.2 -r1.15.2.3
--- search.jsp  8 Apr 2008 15:33:57 -0000       1.15.2.2
+++ search.jsp  14 Jul 2008 09:21:13 -0000      1.15.2.3
@@ -369,7 +369,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>
@@ -453,7 +453,7 @@
                                                ${title}
                </td>
                <td style="white-space: nowrap;">
-                                 <img src="<cmsc:staticurl 
page="${channelIcon}"/>" align="top" alt="${channelIconMessage}" />
+                                 <img src="<cmsc:staticurl 
page="${channelIcon}"/>" align="top" alt="${channelIconMessage}" 
title="${channelIconMessage}" />
                            <mm:compare referid="action" value="search">
                          <a href="${channelUrl}">${channelName}</a>
                       </mm:compare>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to