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/order_items_search/order_items.html
1 1
[% USE HTML %]
2
[%- USE LxERP %]
3
[%- USE T8 %]
4
[%- USE L %]
5
[%- USE P %]
6

  
7
[% SET size=50 %]
2
[% USE LxERP %]
3
[% USE T8 %]
4
[% USE L %]
5
[% USE P %]
8 6
[% SET show_images=0 %]
9 7

  
10 8
<h1>[% title %]</h1>
11
<div style="padding-bottom: 15px">
12
[% 'Filter' | $T8 %]:
9
<div class="wrapper">
10

  
11

  
13 12
<form id="filter" name="filter" method="post" action="controller.pl">
14
 <table>
15
  </tr>
16
    <td>[% 'Customer' | $T8 %]</td>
17
    <td>[% P.customer_vendor.picker('filter.order.customer.id', FORM.customer_id, type='customer', class="filter", size=size) %]</td>
18
  </tr>
19
  <tr>
20
    <td>[% 'Part' | $T8 %]</td>
21
    <td>[% L.input_tag('filter.part.all:substr:multi::ilike', FORM.part, size = size, class="filter") %]</td>
22
  </tr>
23
  <tr>
24
    <td>[% 'Order Number' | $T8 %]</td>
25
    <td>[% L.input_tag('filter.order.ordnumber:substr::ilike', FORM.ordnumber, size = 10, class="filter") %]</td>
26
  <tr>
27
  <tr>
28
    <td>[% 'Order Date' | $T8 %]</td>
29
    <td>[% 'From' | $T8 %] [% L.date_tag("filter.order.transdate:date::ge", filter.order.transdate_date___ge, class="filter") %] [% 'Until' | $T8 %] [% L.date_tag('filter.order.transdate:date::le', filter.order.transdate_date__le, class="filter") %]</td>
30
  <tr>
31
  <tr>
32
    <td>[% 'Description' | $T8 %]</td>
33
    <td>[% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, size = size, class="filter") %]</td>
34
  </tr>
35
  <tr>
36
    <td>[% 'Long Description' | $T8 %]</td>
37
    <td>[% L.input_tag('filter.longdescription:substr::ilike', filter.longdescription_substr__ilike, size = size, class="filter") %]  </tr>
38
  <tr>
39
    <td>[% 'Show images' | $T8 %]</td>
40
    <td>[% L.checkbox_tag('show_images', checked=show_images) %]  </tr>
41
  </tr>
42
</table>
43
[% L.button_tag("this.form.reset(); refresh_plot();", LxERP.t8("Reset")) %]
13

  
14
[% BLOCK filter_toggle_panel %]
15
  <table class="tbl-horizontal text">
16
    <tbody>
17
      <tr>
18
        <th>[% 'Customer' | $T8 %]</th>
19
        <td class="wi-lightwide">[% P.customer_vendor.picker('filter.order.customer.id', FORM.customer_id, type='customer', class='filter wi-lightwide') %]</td>
20
      </tr>
21
      <tr>
22
        <th>[% 'Part' | $T8 %]</th>
23
        <td>[% L.input_tag('filter.part.all:substr:multi::ilike', FORM.part, class="filter wi-lightwide") %]</td>
24
      </tr>
25
      <tr>
26
        <th>[% 'Order Number' | $T8 %]</th>
27
        <td>[% L.input_tag('filter.order.ordnumber:substr::ilike', FORM.ordnumber, class="filter wi-lightwide") %]</td>
28
      </tr>
29
      <tr>
30
        <th>[% 'Order Date' | $T8 %]</th>
31
        <td>
32
          [% #'From' | $T8 %]
33
          [% L.date_tag("filter.order.transdate:date::ge", filter.order.transdate_date___ge, class="filter wi-date") %]
34
          [% 'Until' | $T8 %] [% L.date_tag('filter.order.transdate:date::le', filter.order.transdate_date__le, class="filter wi-date") %]
35
        </td>
36
      </tr>
37
      <tr>
38
        <th>[% 'Description' | $T8 %]</th>
39
        <td>[% L.input_tag('filter.description:substr::ilike', filter.description_substr__ilike, class="filter wi-lightwide") %]</td>
40
      </tr>
41
      <tr>
42
        <th>[% 'Long Description' | $T8 %]</th>
43
        <td>[% L.input_tag('filter.longdescription:substr::ilike', filter.longdescription_substr__ilike, class="filter wi-lightwide") %] </td>
44
      </tr>
45
      <tr>
46
        <th>[% 'Show images' | $T8 %]</th>
47
        <td>[% L.checkbox_tag('show_images', checked=show_images) %] </td>
48
      </tr>
49
    </tbody>
50
  </table>
51
  <div class="buttons">
52
    [% L.button_tag("this.form.reset(); refresh_plot();", LxERP.t8("Reset")) %]
53
  </div>
54
[% END #filter_toggle_panel %]
55

  
56

  
57
<div class="wrapper">
58
  [% #SET display_status = 'open' %]
59
  [% INCLUDE 'common/toggle_panel.html' %]
60
</div><!-- /.wrapper -->
61

  
44 62
</form>
45 63

  
46
<div id="orderitems" style="padding-top: 20px">
47
[% PROCESS 'order_items_search/_order_item_list.html' %]
64

  
65
<div id="orderitems">
66
  [% PROCESS 'order_items_search/_order_item_list.html' %]
48 67
</div>
49 68

  
69
</div><!-- /.wrapper -->
50 70

  
51 71
<script type="text/javascript">
52 72
  $(function() {

Auch abrufbar als: Unified diff