X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8c7e44938a661e035f62840e1e177353240ace5d..03ea97647e3fbdea4323f4f2136bdfa87cb15c1b:/templates/webpages/generic/part_selection_master.html diff --git a/templates/webpages/generic/part_selection_master.html b/templates/webpages/generic/part_selection_master.html index 41c3f5181..7eb7ef6b2 100644 --- a/templates/webpages/generic/part_selection_master.html +++ b/templates/webpages/generic/part_selection_master.html @@ -9,6 +9,7 @@ +
[% title %]
@@ -92,7 +93,7 @@ } if (document.Form.action_on_part_selected.value != "") { window.opener.document.getElementsByName("action")[0].value = document.Form.action_on_part_selected.value; - window.opener.document.Form.submit(); + window.opener.document.[% formname %].submit(); } @@ -107,6 +108,10 @@ input.value = name; } + [%- IF click_button %] + window.opener.document.[% formname %].[% click_button %].click(); + [%- END %] + self.close(); } //-->