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

Modified Files:
        urlsearch.jsp 
Log Message:
CMSC-899,Check and improve all lists according to guideline,


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


Index: urlsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- urlsearch.jsp       24 Sep 2008 06:06:33 -0000      1.12
+++ urlsearch.jsp       6 Oct 2008 06:50:18 -0000       1.13
@@ -77,6 +77,8 @@
                                                   <mm:param name="returnurl" 
value="<%="../editors/resources/UrlAction.do" + 
request.getAttribute("geturl")%>" />
                                                </mm:url>">
                      <img src="../gfx/icons/page_edit.png" title="<fmt:message 
key="urlsearch.icon.edit" />" /></a>
+                      <a href="javascript:showInfo(<mm:field name="number" 
/>,'<%="/editors/resources/UrlAction.do" + request.getAttribute("geturl")%>')">
+                            <img src="../gfx/icons/info.png" 
title="<fmt:message key="urlsearch.icon.info" />" /></a>
                      <mm:hasrank minvalue="siteadmin">
                         <a href="<mm:url 
page="DeleteSecondaryContentAction.do" >
                                                      <mm:param 
name="objectnumber"><mm:field name="number" /></mm:param>
@@ -85,8 +87,7 @@
                         <img src="../gfx/icons/delete.png" title="<fmt:message 
key="urlsearch.icon.delete" />" /></a>
                      </mm:hasrank>
                     </c:if>
-                          <a href="javascript:showInfo(<mm:field name="number" 
/>,'<%="/editors/resources/UrlAction.do" + request.getAttribute("geturl")%>')">
-                            <img src="../gfx/icons/info.png" 
title="<fmt:message key="urlsearch.icon.info" />" /></a>
+
                   </td>
                   <mm:field name="name" jspvar="name" write="false"/>
                   <td onMouseDown="objClick(this);">${fn:substring(name, 0, 
40)}<c:if test="${fn:length(name) > 40}">...</c:if></td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to