Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a85900cb

Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt

  • ID a85900cb68a578d89090043534ae79664a4070a9
  • Vorgänger 72c4037d
  • Nachfolger e7c11f83

Preview design 4.0

Unterschiede anzeigen:

templates/webpages/reconciliation/search.html
5 5

  
6 6
<form method="post" action="controller.pl" id="search_form">
7 7

  
8
<div class="listtop">[% 'Choose bank account for reconciliation' | $T8 %]</div>
9

  
10
<p>
11
 <table>
8
 <table class="tbl-horizontal">
9
  <caption>[% 'Choose bank account for reconciliation' | $T8 %]</caption>
10
  <tbody>
12 11
  <tr>
13
   <th align="right">[% 'Bank account' | $T8 %]</th>
12
   <th>[% 'Bank account' | $T8 %]</th>
14 13
   <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
15 14
  </tr>
16 15

  
17 16
  <tr>
18
   <th align="right">[% 'From' | $T8 %]</th>
17
   <th>[% 'From' | $T8 %]</th>
19 18
   <td>[% L.date_tag('filter.fromdate:date::ge') %]</td>
20 19
  </tr>
21 20

  
22 21
  <tr>
23
   <th align="right">[% 'to (date)' | $T8 %]</th>
22
   <th>[% 'to (date)' | $T8 %]</th>
24 23
   <td>[% L.date_tag('filter.todate:date::le') %]</td>
25 24
  </tr>
26 25

  
27 26
  <tr>
28
   <th align="right">[% 'Cleared/uncleared only' | $T8 %]</th>
27
   <th>[% 'Cleared/uncleared only' | $T8 %]</th>
29 28
   <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %]</td>
30 29
  </tr>
31 30

  
32 31
  <tr>
33
   <th align="right">[% 'Show Stornos' | $T8 %]</th>
32
   <th>[% 'Show Stornos' | $T8 %]</th>
34 33
   <td>[% L.checkbox_tag('filter.show_stornos', value='1') %]</td>
35 34
  </tr>
35

  
36
  </tbody>
36 37
 </table>
37
</p>
38 38
</form>

Auch abrufbar als: Unified diff