Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d25334c6

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

  • ID d25334c6f26a49abac9707a54e5b987bd587d96e
  • Vorgänger e7c11f83
  • Nachfolger 3740d9a0

Aenderungen hpschlaepfer

Unterschiede anzeigen:

templates/webpages/reconciliation/search.html
5 5

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

  
8
 <table class="tbl-horizontal">
8
<table class="tbl-horizontal">
9 9
  <caption>[% 'Choose bank account for reconciliation' | $T8 %]</caption>
10 10
  <tbody>
11
  <tr>
12
   <th>[% 'Bank account' | $T8 %]</th>
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>
14
  </tr>
15

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

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

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

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

  
11
    <tr>
12
     <th>[% 'Bank account' | $T8 %]</th>
13
     <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, class='wi-wide') %]</td>
14
    </tr>
15
    <tr>
16
     <th>[% 'From' | $T8 %]</th>
17
     <td><span class="wi-date">[% L.date_tag('filter.fromdate:date::ge') %]</span></td>
18
    </tr>
19
    <tr>
20
     <th>[% 'to (date)' | $T8 %]</th>
21
     <td><span class="wi-date">[% L.date_tag('filter.todate:date::le') %]</span></td>
22
    </tr>
23
    <tr>
24
     <th>[% 'Cleared/uncleared only' | $T8 %]</th>
25
     <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE', class='wi-wide' ) %]</td>
26
    </tr>
27
    <tr>
28
     <th>[% 'Show Stornos' | $T8 %]</th>
29
     <td>[% L.checkbox_tag('filter.show_stornos', value='1') %]</td>
30
    </tr>
36 31
  </tbody>
37 32
 </table>
38 33
</form>

Auch abrufbar als: Unified diff