Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 31157ef9

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 31157ef998ed7bf55d1fca0d0a65d632c8d3c787
  • Vorgänger e47b2d70
  • Nachfolger 1dc2e239

Neues kivitendo Design restliche Aenderungen in templates/webpages/*

Dateien gobd/* order_items_search/* parts_price_history/* payment_term/*
presenter/* price_information/* taxzones/* todo/* vk/* webdav/*

Unterschiede anzeigen:

templates/webpages/gobd/filter.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE L %]
4
[% USE LxERP %]
5 5

  
6 6
<h1>[% title | html %]</h1>
7 7

  
8
[%- INCLUDE 'common/flash.html' %]
8

  
9
<form id='filter_form'>
10

  
11
<div class="wrapper">
12

  
13
[% INCLUDE 'common/flash.html' %]
9 14

  
10 15
<p>[% 'This export will include all records in the given time range and all supplicant information from checked entities. You will receive a single zip file. Please extract this file onto the data medium requested by your auditor.' | $T8 %]</p>
11 16

  
12
<form id='filter_form'>
13 17

  
14
<table>
15
  <tr>
16
    <td>[% L.radio_button_tag('method', value='year', checked=1) %]
17
    <td>[% 'Year' | $T8 %]</td>
18
    <td>[% L.select_tag('year', SELF.available_years, default=current_year) %]</td>
19
  </tr>
20
  <tr>
21
    <td>[% L.radio_button_tag('method') %]
22
    <td>[% 'From Date' | $T8 %]</td>
23
    <td>[% L.date_tag('from', SELF.from) %]</td>
24
    <td>[% 'To Date' | $T8 %]</td>
25
    <td>[% L.date_tag('to', SELF.to) %]</td>
26
  </tr>
18
<table class="tbl-horizontal">
19
  <tbody>
20
    <tr>
21
      <th>[% 'Year' | $T8 %]</th>
22
      <td>[% L.radio_button_tag('method', value='year', checked=1) %]
23
      <td>[% L.select_tag('year', SELF.available_years, default=current_year) %]</td>
24
    </tr>
25
    <tr>
26
      <th>[% 'Period' | $T8 %]</th>
27
      <td>[% L.radio_button_tag('method') %]
28
      <!-- <td>[% 'From Date' | $T8 %]</td> -->
29
      <td>[% L.date_tag('from', SELF.from) %] [% 'To Date' | $T8 %] [% L.date_tag('to', SELF.to) %]</td>
30
    </tr>
31
  </tbody>
27 32
</table>
33

  
34
</div>
35

  
28 36
</form>

Auch abrufbar als: Unified diff