Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7f7b3fad

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

  • ID 7f7b3faddcdfe27d1a5530a659f48b2c91e893a8
  • Vorgänger bd7a3a6e
  • Nachfolger b8874668

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

Unterschiede anzeigen:

templates/webpages/bank_transactions/search.html
[% USE L %]
[% USE LxERP %]
[%- INCLUDE 'common/flash.html' %]
[% INCLUDE 'common/flash.html' %]
<h1>[% 'Search bank transactions' | $T8 %]</h1>
<form method="post" action="controller.pl" id="search_form">
<div class="listtop">[% 'Search bank transactions' | $T8 %]</div>
<p>
[%- IF INSTANCE_CONF.get_payments_changeable != '0' -%]
[% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %]
[%- ELSE -%]
<table>
<form method="post" action="controller.pl" id="search_form">
<div class="wrapper">
[%- IF INSTANCE_CONF.get_payments_changeable != '0' -%]
[% 'Cannot safely book imported bank transactions due to lax posting settings for payments' | $T8 %]
[%- ELSE -%]
<table class="tbl-horizontal">
<tr>
<th align="right">[% 'Bank account' | $T8 %]</th>
<td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
<th>[% 'Bank account' | $T8 %]</th>
<td>[% L.select_tag('filter.bank_account', BANK_ACCOUNTS, default=bank_account, title_key='displayable_name', with_empty=0, class='wi-wide') %]</td>
</tr>
<tr>
<th align="right">[% 'Transdate from' | $T8 %]</th>
<td>[% L.date_tag('filter.fromdate', filter.fromdate) %]</td>
<th>[% 'Transdate from' | $T8 %]</th>
<td><span class="wi-date">[% L.date_tag('filter.fromdate', filter.fromdate) %]</span></td>
</tr>
<tr>
<th align="right">[% 'to (date)' | $T8 %]</th>
<td>[% L.date_tag('filter.todate', filter.todate) %]</td>
<th>[% 'to (date)' | $T8 %]</th>
<td><span class="wi-date">[% L.date_tag('filter.todate', filter.todate) %]</span></td>
</tr>
</table>
</table>
[%- END -%]
</p>
</form>
</div>
</form>

Auch abrufbar als: Unified diff