Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8f5246ba

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 8f5246ba7cc3b5cb38e5e939ed0642bea64d8367
  • Vorgänger 3fb30e00
  • Nachfolger 1d42407b

Neues kivitendo Design restliche Aenderungen in templates/webpages/d*

Dateien in datev/* delivery_plan/* delivery_term/* delivery_value_report/*
drafts/* dunning/*

Unterschiede anzeigen:

templates/webpages/dunning/show_dunning_top.html
1
[% USE HTML %][%- USE LxERP -%][%- USE L -%]
2
 <form method="post" action="dn.pl" id="form">
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
<form method="post" action="dn.pl" id="form">
3 5

  
4
  <h2>[% LxERP.t8("Print options") %]</h2>
5

  
6
  [% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %]
7
  [% PRINT_OPTIONS %]
6
<div class="wrapper">
7
<div class="col">
8
<table class="tbl-horizontal">
9
  <caption>[% LxERP.t8("Print options") %]</caption>
10
	<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup>
11
	<tbody>
12
		<tr>
13
			<th></th>
14
			<td>[% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %]</td>
15
		</tr>
16
	</tbody>
17
</table>
18
[% PRINT_OPTIONS %]
19
</div><!-- /.col -->
20
</div><!-- /.wrapper -->
8 21

  
22
<div class="wrapper">
9 23
  <h2>[% LxERP.t8("Dunnings") %]</h2>
24
</div>

Auch abrufbar als: Unified diff