dpillot     2005/10/26 19:23:16 CEST

  Modified files:
    core/src/webapp/jsp/jahia/engines/importexport contentpick.jsp 
  Log:
  cp icon fix
  
  Revision  Changes    Path
  1.32      +5 -2      
jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp.diff?r1=1.31&r2=1.32&f=h
  
  
  
  Index: contentpick.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- contentpick.jsp   21 Oct 2005 14:04:11 -0000      1.31
  +++ contentpick.jsp   26 Oct 2005 17:23:16 -0000      1.32
  @@ -81,7 +81,7 @@
   %>
   <%
       /**
  -     * @version $Id: contentpick.jsp,v 1.31 2005/10/21 14:04:11 dpillot Exp $
  +     * @version $Id: contentpick.jsp,v 1.32 2005/10/26 17:23:16 dpillot Exp $
        */
   
       HashMap engineMap = (HashMap) 
request.getAttribute("org.jahia.engines.EngineHashMap");
  @@ -605,7 +605,7 @@
           }
           sb.append("<a href=\"javascript:contractcontent('sc");
           sb.append(z);
  -        sb.append("')\" 
title=\""+bundle.getString(bundle_prefix+".criteria.remove.label")+"><img 
src=\"/jahia/jsp/jahia/engines/images/deleting.png\" width=\"16\" height=\"16\" 
border=\"0\"></a></span>");
  +        sb.append("')\" 
title=\""+bundle.getString(bundle_prefix+".criteria.remove.label")+"\"><img 
src=\"/jahia/jsp/jahia/engines/images/deleting.png\" width=\"16\" height=\"16\" 
border=\"0\"></a></span>");
           //condition modules
           
sb.append(bundle.getString(bundle_prefix+".prefix.author.label"));//which
           sb.append("&nbsp;&nbsp;<select name=\"condition");
  @@ -930,6 +930,9 @@
   <%
       /**
        * $Log: contentpick.jsp,v $
  +     * Revision 1.32  2005/10/26 17:23:16  dpillot
  +     * cp icon fix
  +     *
        * Revision 1.31  2005/10/21 14:04:11  dpillot
        * minor cosmetic changes
        *
  

Reply via email to