dpillot 2005/10/21 16:04:11 CEST
Modified files:
core/src/webapp/jsp/jahia/engines/importexport contentpick.jsp
Log:
minor cosmetic changes
Revision Changes Path
1.31 +6 -3
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.30&r2=1.31&f=h
Index: contentpick.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- contentpick.jsp 21 Oct 2005 09:06:09 -0000 1.30
+++ contentpick.jsp 21 Oct 2005 14:04:11 -0000 1.31
@@ -81,7 +81,7 @@
%>
<%
/**
- * @version $Id: contentpick.jsp,v 1.30 2005/10/21 09:06:09 dpillot Exp $
+ * @version $Id: contentpick.jsp,v 1.31 2005/10/21 14:04:11 dpillot Exp $
*/
HashMap engineMap = (HashMap)
request.getAttribute("org.jahia.engines.EngineHashMap");
@@ -601,11 +601,11 @@
if (z != 4) {
sb.append("<a href=\"javascript:expandcontent('sc");
sb.append((z + 1));
- sb.append("')\"><img
src=\"/jahia/jsp/jahia/engines/images/adding.png\" width=\"16\"height=\"16\"
border=\"0\"></a>");
+ sb.append("')\"
title=\""+bundle.getString(bundle_prefix+".criteria.add.label")+"\"><img
src=\"/jahia/jsp/jahia/engines/images/adding.png\" width=\"16\"height=\"16\"
border=\"0\"></a>");
}
sb.append("<a href=\"javascript:contractcontent('sc");
sb.append(z);
- sb.append("')\"><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(" <select name=\"condition");
@@ -930,6 +930,9 @@
<%
/**
* $Log: contentpick.jsp,v $
+ * Revision 1.31 2005/10/21 14:04:11 dpillot
+ * minor cosmetic changes
+ *
* Revision 1.30 2005/10/21 09:06:09 dpillot
* fix .
*