Commit 3aba85ef authored by Jérome Perrin's avatar Jérome Perrin

load MochiKit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22679 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 766af48d
......@@ -71,7 +71,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block tal:define="portal_path here/portal_url;\n
css_list python: [\'%s/ERP5Subversion_dhtmlXTree.css\' % portal_path,\n
\'%s/ERP5Subversion_movableMenu.css\' % portal_path];\n
js_list python: [\'%s/erp5.js\' % portal_path,\n
js_list python: [\'%s/MochiKit/MochiKit.js\' % portal_path,\n
\'%s/erp5.js\' % portal_path,\n
\'%s/ERP5Subversion_dhtmlXCommon.js\' % portal_path,\n
\'%s/ERP5Subversion_dhtmlXTree.js\' % portal_path,\n
\'%s/ERP5Subversion_menuico.js\' % portal_path,\n
......@@ -171,7 +172,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</script>\n
</tal:block>\n
</tal:block>\n
</tal:block>
</tal:block>\n
]]></string> </value>
</item>
......
254
256
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment