[Zope3-checkins] SVN: Zope3/branches/3.3/ Merge formlib javascript fix from trunk

Martijn Pieters mj at zopatista.com
Fri Aug 18 09:00:09 EDT 2006


Log message for revision 69650:
  Merge formlib javascript fix from trunk

Changed:
  U   Zope3/branches/3.3/doc/CHANGES.txt
  U   Zope3/branches/3.3/src/zope/formlib/pageform.pt

-=-
Modified: Zope3/branches/3.3/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.3/doc/CHANGES.txt	2006-08-18 12:29:35 UTC (rev 69649)
+++ Zope3/branches/3.3/doc/CHANGES.txt	2006-08-18 13:00:09 UTC (rev 69650)
@@ -188,6 +188,10 @@
         List for creators, subjects and contributors, to be in line with the
         implementation.
 
+      - Fixed issue 690: removed a javascript call from formlib/pageform.pt
+        which depended on a non-existent function. It was a holdover from when
+        the library was an external project.
+
     Notes
 
       If you register a new default view name for a particular layer, and this

Modified: Zope3/branches/3.3/src/zope/formlib/pageform.pt
===================================================================
--- Zope3/branches/3.3/src/zope/formlib/pageform.pt	2006-08-18 12:29:35 UTC (rev 69649)
+++ Zope3/branches/3.3/src/zope/formlib/pageform.pt	2006-08-18 13:00:09 UTC (rev 69650)
@@ -144,9 +144,6 @@
 </div>
 
 </form>
-<script type="text/javascript" metal:define-slot="trackChanges">
-  zc_trackChanges(document.getElementById('zc.page.browser_form'));
-</script>
 
 <script type="text/javascript"
     tal:define="extra_script view/extra_script | nothing"



More information about the Zope3-Checkins mailing list