We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44d1bc commit 15866d0Copy full SHA for 15866d0
templates/design40_webpages/part/form.html
@@ -6,6 +6,15 @@
6
7
<h1>[% FORM.title %] [% IF SELF.part.id %]: [% HTML.escape(SELF.part.displayable_name) %][% END %]</h1>
8
9
+<div id="print_options" style="display:none">
10
+ <form method="post" action="controller.pl" id="print_options_form">
11
+ [% SELF.print_options %]
12
+ <br>
13
+ [% L.button_tag('kivi.Part.save_and_print()', LxERP.t8('Print')) %]
14
+ <a href="#" onclick="$('#print_options').dialog('close');" class="button neutral">[% LxERP.t8("Cancel") %]</a>
15
+ </form>
16
+</div>
17
+
18
<form method="post" id="ic" name="ic" action="controller.pl">
19
20
[% INCLUDE 'common/flash.html' %]
0 commit comments