Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0931ca33

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 0931ca330e898b1dd81fc68835f2bf2fa65b57e4
  • Vorgänger 81d847d9
  • Nachfolger 9f3acf01

Neues kivitendo Design Aenderungen in templates/webpages/m*

Dateien mass_delivery_order_print/* mass_invoice_create_print_from_do/*
menu/*

Unterschiede anzeigen:

templates/webpages/mass_invoice_create_print_from_do/_filter.html
1
[%- USE L %][%- USE LxERP %][%- USE HTML %]
2
<div>
3
 <form action="controller.pl" method="post" id="search_form">
4
  <div class="filter_toggle" [% IF noshow == 0 %]style="display:none"[% END %]>
5
   <a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Show Filter') %]</a>
6
      [% SELF.filter_summary %]
7
  </div>
1
[% USE L %]
2
[% USE LxERP %]
3
[% USE HTML %]
8 4

  
9
  <div class="filter_toggle" [% IF noshow  == 1 %]style="display:none"[% END %]>
10
   <a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Hide Filter') %]</a>
11
   <table id="filter_table">
12
    <tr>
13
     <th align="right">[% LxERP.t8('Customer') %]</th>
14
     <td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td>
15
    </tr>
16
     <th align="right">[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %]</th>
17
     <td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %]</td>
18
    </tr>
19
    <tr>
20
     <th align="right">[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %]</th>
21
     <td>[% L.date_tag('filter.transdate:date::le', filter.transdate_date__le) %]</td>
22
    </tr>
5
[% BLOCK filter_toggle_panel %]
6
  <table id="filter_table" class="tbl-horizontal">
7
    <colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup>
8
    <tbody>
9
      <tr>
10
        <th>[% LxERP.t8('Customer') %]</th>
11
        <td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20, class='wi-lightwide' ) %]</td>
12
      </tr>
13
      <tr>
14
        <th>[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %]</th>
15
        <td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge, class='wi-date' ) %]</td>
16
      </tr>
17
      <tr>
18
        <th>[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %]</th>
19
        <td>[% L.date_tag('filter.transdate:date::le', filter.transdate_date__le, class='wi-date' ) %]</td>
20
      </tr>
21
    </tbody>
23 22
  </table>
24 23

  
25
   [% L.hidden_tag('action', 'MassInvoiceCreatePrint/' _ LIST_ACTION, id='filter_action') %]
26
   [% L.hidden_tag('sort_by', FORM.sort_by) %]
27
   [% L.hidden_tag('sort_dir', FORM.sort_dir) %]
28
   [% L.hidden_tag('page', FORM.page) %]
29
   [% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset')) %]
24
  [% L.hidden_tag('action', 'MassInvoiceCreatePrint/' _ LIST_ACTION, id='filter_action') %]
25
  [% L.hidden_tag('sort_by', FORM.sort_by) %]
26
  [% L.hidden_tag('sort_dir', FORM.sort_dir) %]
27
  [% L.hidden_tag('page', FORM.page) %]
28
  <div class="buttons">
29
    [% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset'), class='neutral') %]
30 30
  </div>
31
[% END %]
31 32

  
32
 </form>
33
</div>
33
<form action="controller.pl" method="post" id="search_form">
34
  <div class="wrapper">
35
    [% PROCESS common/toggle_panel.html %]
36
  </div>
37
</form>

Auch abrufbar als: Unified diff