dpillot 2005/11/15 16:15:52 CET
Modified files:
core/src/webapp/jsp/jahia/javascript jahia.js
Log:
actionmenu 2 pickerlist script
Revision Changes Path
1.7 +5 -1 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.6&r2=1.7&f=h
Index: jahia.js
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/javascript/jahia.js,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jahia.js 12 Oct 2005 08:09:23 -0000 1.6
+++ jahia.js 15 Nov 2005 15:15:52 -0000 1.7
@@ -335,4 +335,8 @@
}
return newURL;
}
-
+ // 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");
+}