dpillot 2005/11/22 16:57:03 CET
Modified files:
core/src/webapp/jsp/jahia/javascript jahia.js
Log:
display pickers script
Revision Changes Path
1.8 +3 -2 jahia/core/src/webapp/jsp/jahia/javascript/jahia.js
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/javascript/jahia.js.diff?r1=1.7&r2=1.8&f=h
Index: jahia.js
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/javascript/jahia.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jahia.js 15 Nov 2005 15:15:52 -0000 1.7
+++ jahia.js 22 Nov 2005 15:57:02 -0000 1.8
@@ -337,6 +337,7 @@
}
// just display pickers straight ahead
// added by joe
- function displayPickers(id) {
- fenetre =
window.open("/jahia/jsp/jahia/engines/importexport/dispPickers.jsp?id=" + id,
"jwin", "width=300,height=400");
+ function displayPickers(id,width,height) {
+ params = "width=" + width + ",height=" + height +
",resizable=yes,scrollbars=yes,status=yes";
+ fenetre =
window.open("/jahia/jsp/jahia/engines/importexport/dispPickers.jsp?id=" + id,
"jwin", params);
}