Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / ajax_scripts / base_properties.js.dtml
diff --git a/Products/Plinn/skins/ajax_scripts/base_properties.js.dtml b/Products/Plinn/skins/ajax_scripts/base_properties.js.dtml
new file mode 100644 (file)
index 0000000..d854757
--- /dev/null
@@ -0,0 +1,9 @@
+// $Id$
+// $URL$
+
+var base_properties = [];
+<dtml-with base_properties>
+<dtml-in propertyIds>
+base_properties["<dtml-var sequence-item>"] = '<dtml-var "getProperty(_['sequence-item'])">';
+</dtml-in>
+</dtml-with>
\ No newline at end of file