diff templates/minimal/html/_generic.help.html @ 3011:c49d0724fc3c maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Tue, 14 Dec 2004 23:32:55 +0000
parents 2dd726c56081
children 7308c3c5a943 124638970f0a
line wrap: on
line diff
--- a/templates/minimal/html/_generic.help.html	Tue Dec 14 23:23:35 2004 +0000
+++ b/templates/minimal/html/_generic.help.html	Tue Dec 14 23:32:55 2004 +0000
@@ -11,7 +11,8 @@
       <script language="Javascript" type="text/javascript"
           tal:content="structure string:
           // this is the name of the field in the original form that we're working on
-          form  = window.opener.document.${request/form/form/value};" >
+          form  = window.opener.document.${request/form/form/value};
+          field  = '${request/form/property/value}';">
       </script>
       <script src="@@file/help_controls.js" type="text/javascript"><!--
       //--></script>

Roundup Issue Tracker: http://roundup-tracker.org/