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

  
5 6
<form action='controller.pl' metdod='post' id="shop_part_filter">
6
  [% L.hidden_tag('filter.shop.obsolete', 0) %]
7
 <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>
8 14
    <tr>
9
     <td>[% 'Shop' | $T8 %]</td>
10
     <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>
11 17
    </tr>
12 18
    <tr>
13
     <td>[% 'Part marked as "Shop part"' | $T8 %]
14
     <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>
15 21
    </tr>
16
 </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 -->
17 32

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

Auch abrufbar als: Unified diff