Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 3010:3a23308a8f57
fix (list) popup [SF#1083570]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 14 Dec 2004 23:27:44 +0000 |
| parents | 2dd726c56081 |
| children | 7308c3c5a943 |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Tue Dec 14 23:16:45 2004 +0000 +++ b/templates/classic/html/_generic.help.html Tue Dec 14 23:27:44 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>
