Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c364e43e

Von Peter Schulgin vor mehr als 7 Jahren hinzugefügt

  • ID c364e43efab3ac6f0f0c20cd6f8f89a85ab45280
  • Vorgänger b36f0864
  • Nachfolger 96593e93

Revert "Artikel-Klassifizierung"

This reverts commit 5067d7bd31514962af9730b33323b831d87164f8.

Unterschiede anzeigen:

templates/webpages/ic/search.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
[%- USE P %]
6 5
<h1>[% title %]</h1>
7 6

  
8 7
 <form method="post" action="ic.pl">
......
22 21
   <tr valign="top">
23 22
    <td>
24 23
     <table>
25
      <tr>
26
       <th align="right" nowrap>[% 'PType' | $T8 %]</th>
27
       <td  colspan="4" ><table><tr>
28
        <td>
29
          <input name="l_part" id="l_part" class="checkbox" type="checkbox" value="Y" checked>
30
          <label for="l_part">[% 'Part' | $T8 %]</label>
31
        </td>
32
        <td>
33
          <input name="l_service" id="l_service" class="checkbox" type="checkbox" value="Y" checked>
34
          <label for="l_service">[% 'Service' | $T8 %]</label>
35
        </td>
36
        <td>
37
          <input name="l_assembly" id="l_assembly" class="checkbox" type="checkbox" value="Y" checked>
38
          <label for="l_assembly">[% 'Assembly' | $T8 %]</label>
39
        </td>
40
        <td>
41
          <input name="l_assortment" id="l_assortment" class="checkbox" type="checkbox" value="Y" checked>
42
          <label for="l_assortment">[% 'Assortment' | $T8 %]</label>
43
        </td>
44
       </tr></table></td>
45
      </tr>
46 24
      <tr>
47 25
       <th align="right" nowrap>[% 'Part Number' | $T8 %]</th>
48 26
       <td><input name="partnumber" size="20"></td>
49 27
       <th align="right" nowrap>[% 'EAN' | $T8 %]</th>
50 28
       <td><input name="ean" size="20"></td>
51 29
      </tr>
52
      <tr>
53
       <th align="right" nowrap>[% 'Parts Classification' | $T8 %]:</th>
54
       <td>[% P.select_classification('classification_id') %]</td>
55
      </tr>
30

  
56 31
      <tr>
57 32
       <th align="right" nowrap>[% 'Part Description' | $T8 %]</th>
58 33
       <td colspan="3"><input name="description" size="40" class="initial_focus"></td>
59 34
      </tr>
35

  
60 36
      <tr>
61 37
       <th align="right" nowrap>[% 'Group' | $T8 %]</th>
62 38
       <td>

Auch abrufbar als: Unified diff