Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 444983ea

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 444983ea46e884d174b004dc49d00a78d34b8df0
  • Vorgänger 55035612
  • Nachfolger b9c13b70

Neues kivitendo Design Aenderungen in templates/webpages/shop*

Dateien shop_order/* shop_part/* shops/*

Unterschiede anzeigen:

templates/webpages/shop_order/_filter.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE LxERP %]
4
[%- USE HTML %]
5
 <form method="post" action="controller.pl" name="shop_orders" id="shoporders">
6
 <table id='filter_table'>
7

  
8
    <tr>
9
     <th align="right">[% 'Shop' | $T8 %]</th>
10
     <td>[% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0) %]</td>
11
    </tr>
12

  
13
    <tr>
14
     <th align="right">[% 'Status' | $T8 %]</th>
15
     <td>[% L.select_tag('filter.transferred:eq_ignore_empty', SELF.transferred, value_key = 'value', title_key = 'title', default=0) %]</td>
16
    </tr>
17

  
18

  
19
    <tr>
20
     <th align="right">[% 'from' | $T8 %]</th>
21
     <td>[% L.date_tag('filter.order_date:date::ge', FORM.filter.order_date_date__ge) %]</td>
22
    </tr>
23

  
24
    <tr>
25
     <th align="right">[% 'to' | $T8 %]</th>
26
     <td>[% L.date_tag('filter.order_date:date::le', FORM.filter.order_date_date__le) %]</td>
27
    </tr>
28

  
29
    <tr>
30
      <th align="right">[% 'Obsolete' | $T8 %]</th>
31
      <td>[% L.yes_no_tag('filter.obsolete', FORM.filter.obsolete, default='0', with_empty=1, empty_title='---') %]</td>
32
    </tr>
33

  
34
 </table>
35

  
36

  
37
<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);'>[% 'Reset' | $T8 %]</a>
38
<br>
1
[% USE T8 %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE HTML %]
5
<form method="post" action="controller.pl" name="shop_orders" id="shoporders">
6

  
7
<div class="wrapper">
8

  
9
<table id='filter_table' class="tbl-horizontal">
10
  <tr>
11
    <th>[% 'Shop' | $T8 %]</th>
12
    <td>[% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0, class='wi-normal') %]</td>
13
  </tr>
14
  <tr>
15
    <th>[% 'Status' | $T8 %]</th>
16
    <td>[% L.select_tag('filter.transferred:eq_ignore_empty', SELF.transferred, value_key = 'value', title_key = 'title', default=0, class='wi-normal') %]</td>
17
  </tr>
18
  <tr>
19
    <th>[% 'from' | $T8 %]</th>
20
    <td>[% L.date_tag('filter.order_date:date::ge', FORM.filter.order_date_date__ge, class='wi-date') %]</td>
21
  </tr>
22
  <tr>
23
    <th>[% 'to' | $T8 %]</th>
24
    <td>[% L.date_tag('filter.order_date:date::le', FORM.filter.order_date_date__le, class='wi-date') %]</td>
25
  </tr>
26
  <tr>
27
    <th>[% 'Obsolete' | $T8 %]</th>
28
    <td>[% L.yes_no_tag('filter.obsolete', FORM.filter.obsolete, default='0', with_empty=1, empty_title='---', class='wi-small') %]</td>
29
  </tr>
30
</table>
31

  
32

  
33
<div class="buttons">
34
  <a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);' class="button neutral">[% 'Reset' | $T8 %]</a>
35
</div>
36

  
37
</div><!-- /.wrapper -->

Auch abrufbar als: Unified diff