Revision 0aa94519
Von Werner Hahn vor 11 Monaten hinzugefügt
templates/design40_webpages/part/form.html | ||
---|---|---|
|
||
<h1>[% FORM.title %] [% IF SELF.part.id %]: [% HTML.escape(SELF.part.displayable_name) %][% END %]</h1>
|
||
|
||
<div id="print_options" style="display:none">
|
||
<form method="post" action="controller.pl" id="print_options_form">
|
||
[% SELF.print_options %]
|
||
<br>
|
||
[% L.button_tag('kivi.Part.save_and_print()', LxERP.t8('Print')) %]
|
||
<a href="#" onclick="$('#print_options').dialog('close');" class="button neutral">[% LxERP.t8("Cancel") %]</a>
|
||
</form>
|
||
</div>
|
||
|
||
<form method="post" id="ic" name="ic" action="controller.pl">
|
||
|
||
[% INCLUDE 'common/flash.html' %]
|
Auch abrufbar als: Unified diff
Part: Druckdialog im Design4.0 hinzugefügt