Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f72dc354

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID f72dc354028ea9afd6033ea3e8cc49c4e65992e9
  • Vorgänger 8552eba3
  • Nachfolger 29e42c4a

Neues Design 2019 Standard-Code templates/webpages/bank_transactions/search.html

Unterschiede anzeigen:

templates/webpages/bank_transactions/search.html
3 3
[% USE L %]
4 4
[% USE LxERP %]
5 5

  
6
[%- INCLUDE 'common/flash.html' %]
6
[% INCLUDE 'common/flash.html' %]
7
<h1>[% 'Search bank transactions' | $T8 %]</h1>
7 8

  
8
 <form method="post" action="controller.pl" id="search_form">
9 9

  
10
  <div class="listtop">[% 'Search bank transactions' | $T8 %]</div>
11
  <p>
12
    [%- IF INSTANCE_CONF.get_payments_changeable != '0' -%]
13
      [% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %]
14
    [%- ELSE -%]
15
   <table>
10
<form method="post" action="controller.pl" id="search_form">
11
<div class="wrapper">
16 12

  
13
  [%- IF INSTANCE_CONF.get_payments_changeable != '0' -%]
14
  [% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %]
15
  [%- ELSE -%]
16
  <table class="tbl-horizontal">
17 17
    <tr>
18
     <th align="right">[% 'Bank account' | $T8 %]</th>
19
     <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
18
      <th>[% 'Bank account' | $T8 %]</th>
19
      <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, class='wi-wide') %]</td>
20 20
    </tr>
21

  
22 21
    <tr>
23
     <th align="right">[% 'Transdate from' | $T8 %]</th>
24
     <td>[% L.date_tag('filter.fromdate', filter.fromdate) %]</td>
22
      <th>[% 'Transdate from' | $T8 %]</th>
23
      <td><span class="wi-date">[% L.date_tag('filter.fromdate', filter.fromdate) %]</span></td>
25 24
    </tr>
26

  
27 25
    <tr>
28
     <th align="right">[% 'to (date)' | $T8 %]</th>
29
     <td>[% L.date_tag('filter.todate', filter.todate) %]</td>
26
      <th>[% 'to (date)' | $T8 %]</th>
27
      <td><span class="wi-date">[% L.date_tag('filter.todate', filter.todate) %]</span></td>
30 28
    </tr>
31
   </table>
29
  </table>
32 30
  [%- END -%]
33
  </p>
34
 </form>
31
</div>
32
</form>

Auch abrufbar als: Unified diff