Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 551b5ac6

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

  • ID 551b5ac6c485e8ad3f3baac1be670151da014663
  • Vorgänger 51930364
  • Nachfolger eae4302d

Neues kivitendo Design Aenderungen in templates/webpages/bank_transactions/..

Unterschiede anzeigen:

templates/webpages/bank_transactions/search.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
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

  
12
  <p>
13
   <table>
10
<form method="post" action="controller.pl" id="search_form">
11
<div class="wrapper">
14 12

  
13
  <table class="tbl-horizontal">
15 14
    <tr>
16
     <th align="right">[% 'Bank account' | $T8 %]</th>
17
     <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
15
      <th>[% 'Bank account' | $T8 %]</th>
16
      <td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, class='wi-wide') %]</td>
18 17
    </tr>
19

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

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

  
28
</div>
29
</form>

Auch abrufbar als: Unified diff