Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b987d94a

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

  • ID b987d94a6be78857c8d1033180d0f5f191ceb53a
  • Vorgänger e9a95574
  • Nachfolger a89dbfa8

Neues Design 2019 Standard-Code templates/webpages/shop_part/_filter.html

Unterschiede anzeigen:

templates/webpages/shop_part/_filter.html
4 4
[% USE HTML %]
5 5

  
6 6
<form action='controller.pl' metdod='post' id="shop_part_filter">
7
  [% L.hidden_tag('filter.shop.obsolete', 0) %]
8
 <table id='filter_table'>
7

  
8
<div class="wrapper">
9
[% L.hidden_tag('filter.shop.obsolete', 0) %]
10

  
11
<table id="filter_table" class="tbl-horizontal">
12
  <caption>[% 'Filter' | $T8 %]</caption>
13
  <tbody>
9 14
    <tr>
10
     <td>[% 'Shop' | $T8 %]</td>
11
     <td>[% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0) %]</td>
15
      <th>[% 'Shop' | $T8 %]</th>
16
      <td>[% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0, class='wi-small') %]</td>
12 17
    </tr>
13 18
    <tr>
14
     <td>[% 'Part marked as "Shop part"' | $T8 %]
15
     <td>[% L.yes_no_tag('filter.part.shop', FORM.filter.part.shop, default='1', with_empty=1, empty_title='---') %]</td>
19
      <th>[% 'Part marked as "Shop part"' | $T8 %]</th>
20
      <td>[% L.yes_no_tag('filter.part.shop', FORM.filter.part.shop, default='1', with_empty=1, empty_title='---', class='wi-small') %]</td>
16 21
    </tr>
17
 </table>
22
  </tbody>
23
</table>
24
 
25
<div class="buttons">
26
  <a href='#' onclick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);' class="button neutral">[% 'Reset' | $T8 %]</a>
27
  [% L.hidden_tag('action', 'ShopPart/dispatch') %]
28
  [% L.submit_tag('action_list_articles',LxERP.t8('renew')) %]
29
</div>
30

  
31
</div><!-- /.wrapper -->
18 32

  
19
 <p>
20
  <a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);'>[% 'Reset' | $T8 %]</a>
21
  <br>
22
 </p>
23
 <p>
24
   [% L.hidden_tag('action', 'ShopPart/dispatch') %]
25
   [% L.submit_tag('action_list_articles',LxERP.t8('renew')) %]
26
 </p>
27 33
</form>

Auch abrufbar als: Unified diff