Author: kevinshen
Date: 2009-06-26 05:39:37 +0200 (Fri, 26 Jun 2009)
New Revision: 36436

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
Log:
CMSC-1436 Asset Search improvements: Functional Specification

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-06-25 20:32:57 UTC (rev 36435)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-06-26 03:39:37 UTC (rev 36436)
@@ -449,6 +449,7 @@
                    <c:set var="channelIcon" 
value="/editors/gfx/icons/type/contentchannel_${rights}.png"/>
                    <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?type=content&parentchannel=${channelNumber}&direction=down"/>
+                   <mm:field name="path" id="contentChannelPath" write="false" 
/>
                </mm:compare>
             </mm:relatednodes>
 
@@ -534,10 +535,10 @@
                <td style="white-space: nowrap;">
               <img src="<cmsc:staticurl page="${channelIcon}"/>" align="top" 
alt="${channelIconMessage}" />
                   <mm:compare referid="action" value="search">
-                     <a href="${channelUrl}">${channelName}</a>
+                     <a href="${channelUrl}" 
title="${contentChannelPath}">${channelName}</a>
                   </mm:compare>
                   <mm:compare referid="action" value="search" inverse="true">
-                     ${channelName}
+                     <span title="${contentChannelPath}">${channelName}</span>
                   </mm:compare>
                </td>
                <td style="white-space: nowrap;">

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to