Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a85900cb

Von Hans Peter Schlaepfer vor etwa 6 Jahren hinzugefügt

  • ID a85900cb68a578d89090043534ae79664a4070a9
  • Vorgänger 72c4037d
  • Nachfolger e7c11f83

Preview design 4.0

Unterschiede anzeigen:

templates/webpages/project/_filter.html
3 3
[%- USE L %]
4 4
[%- USE LxERP %]
5 5

  
6
<table id="filter_table">
6
<table id="filter_table" class="tbl-horizontal">
7
  <tbody>
7 8
 <tr>
8 9
  <th align="right">[% 'Number' | $T8 %]</th>
9 10
  <td>[% L.input_tag('filter.projectnumber:substr::ilike', filter.projectnumber_substr__ilike, size=60) %]</td>
......
30 31
 </tr>
31 32

  
32 33
 [% CUSTOM_VARIABLES_FILTER_CODE %]
34
  </tbody>
35
</table>
33 36

  
34
 <tr>
35
  <th>[% 'Include in Report' | $T8 %]</th>
36
  <td>
37
   <table>
38
    <tr>
39
     <td>[% L.select_tag('filter.active', [ [ 'active', LxERP.t8('Active') ], [ 'inactive', LxERP.t8('Inactive') ], [ 'both', LxERP.t8('Both') ] ], default=filter.active, style="width: 200px") %]</td>
40
    </tr>
41

  
42
    <tr>
43
     <td>[% L.select_tag('filter.valid', [ [ 'valid', LxERP.t8('Valid') ], [ 'invalid', LxERP.t8('Invalid') ], [ 'both', LxERP.t8('Both') ] ], default=filter.valid, style="width: 200px") %]</td>
44
    </tr>
37
<table class="tbl-plain">
38
<caption>[% 'Include in Report' | $T8 %]</caption>
39
<tbody>
40
<tr>
41
 <td>[% L.select_tag('filter.active', [ [ 'active', LxERP.t8('Active') ], [ 'inactive', LxERP.t8('Inactive') ], [ 'both', LxERP.t8('Both') ] ], default=filter.active, style="width: 200px") %]</td>
42
</tr>
45 43

  
46
    <tr>
47
     <td>[% L.select_tag('filter.status', [ [ 'all', LxERP.t8('All') ], [ 'orphaned', LxERP.t8('Orphaned') ] ], default=filter.status, style="width: 200px") %]</td>
48
    </tr>
44
<tr>
45
 <td>[% L.select_tag('filter.valid', [ [ 'valid', LxERP.t8('Valid') ], [ 'invalid', LxERP.t8('Invalid') ], [ 'both', LxERP.t8('Both') ] ], default=filter.valid, style="width: 200px") %]</td>
46
</tr>
49 47

  
50
    [% CUSTOM_VARIABLES_INCLUSION_CODE %]
48
<tr>
49
 <td>[% L.select_tag('filter.status', [ [ 'all', LxERP.t8('All') ], [ 'orphaned', LxERP.t8('Orphaned') ] ], default=filter.status, style="width: 200px") %]</td>
50
</tr>
51 51

  
52
   </table>
53
  </td>
54
 </tr>
52
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
53
</tbody>
55 54
</table>
56 55

  
56

  
57 57
[% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset')) %]

Auch abrufbar als: Unified diff