[Erp5-report] r7730 - /erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 15 15:45:35 CEST 2006


Author: vincent
Date: Thu Jun 15 15:45:33 2006
New Revision: 7730

URL: http://svn.erp5.org?rev=7730&view=rev
Log:
Remove references to non-existing javascript.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_html.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/view_master.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_html.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_html.xml?rev=7730&r1=7729&r2=7730&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_html.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/form_html.xml Thu Jun 15 15:45:33 2006
@@ -88,8 +88,6 @@
   <!-- declaring scripting based on the JavaScript Language -->\n
   <script language="JavaScript" src="erp5.js"\n
           tal:attributes="src python:\'%s/erp5.js\' % here.portal_url()">\n
-  </script>\n
-  <script type="text/javascript" src="wz_dragdrop.js" tal:attributes="src python:\'%s/wz_dragdrop.js\' % here.portal_url()">\n
   </script>\n
 \n
   <!-- HEAD -->\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/view_master.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/view_master.xml?rev=7730&r1=7729&r2=7730&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/view_master.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/view_master.xml Thu Jun 15 15:45:33 2006
@@ -89,9 +89,6 @@
 \n
   <script language="JavaScript" src="erp5.js"\n
           tal:attributes="src python:\'%s/erp5.js\' % here.portal_url()">\n
-  </script>\n
-\n
-  <script type="text/javascript" src="wz_dragdrop.js" tal:attributes="src python:\'%s/wz_dragdrop.js\' % here.portal_url()">\n
   </script>\n
 \n
   <head tal:define="dummy python:request.RESPONSE.setHeader(\'Content-Type\', \'text/html;; charset=utf-8\')">\n




More information about the Erp5-report mailing list