Revision 15866d03
Von Werner Hahn vor 7 Tagen hinzugefügt
templates/design40_webpages/part/form.html | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<h1>[% FORM.title %] [% IF SELF.part.id %]: [% HTML.escape(SELF.part.displayable_name) %][% END %]</h1> |
8 | 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 |
|
|
9 | 18 |
<form method="post" id="ic" name="ic" action="controller.pl"> |
10 | 19 |
|
11 | 20 |
[% INCLUDE 'common/flash.html' %] |
Auch abrufbar als: Unified diff
Part: Druckdialog im Design4.0 hinzugefügt