dpillot 2005/10/21 11:06:09 CEST
Modified files:
core/src/webapp/jsp/jahia/engines/importexport contentpick.jsp
Log:
fix .
Revision Changes Path
1.30 +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.29&r2=1.30&f=h
Index: contentpick.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- contentpick.jsp 20 Oct 2005 16:53:40 -0000 1.29
+++ contentpick.jsp 21 Oct 2005 09:06:09 -0000 1.30
@@ -81,7 +81,7 @@
%>
<%
/**
- * @version $Id: contentpick.jsp,v 1.29 2005/10/20 16:53:40 dpillot Exp $
+ * @version $Id: contentpick.jsp,v 1.30 2005/10/21 09:06:09 dpillot Exp $
*/
HashMap engineMap = (HashMap)
request.getAttribute("org.jahia.engines.EngineHashMap");
@@ -546,7 +546,7 @@
if (sitecount > 1) {
// looping on all sites
%>
- <br/><%=bundle.getString(bundle_prefix+"searchsite.allpos.label")%>
+
<br/><%=bundle.getString(bundle_prefix+".searchsite.allpos.label")%>
<select name="searchSite" onchange="goSearch(this.name)">
<%
sb = new StringBuffer();
@@ -930,6 +930,9 @@
<%
/**
* $Log: contentpick.jsp,v $
+ * Revision 1.30 2005/10/21 09:06:09 dpillot
+ * fix .
+ *
* Revision 1.29 2005/10/20 16:53:40 dpillot
* internationalization & bug NFE fix
*