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

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

Modified: 
CMSContainer/branches/b1_6/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
===================================================================
--- 
CMSContainer/branches/b1_6/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-06-26 03:39:37 UTC (rev 36436)
+++ 
CMSContainer/branches/b1_6/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-06-26 03:39:50 UTC (rev 36437)
@@ -416,6 +416,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>
 
@@ -501,10 +502,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