Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fc38171

Von Andreas Rudin vor etwa 6 Jahren hinzugefügt

  • ID 3fc381717c5e7f0f657f604880fac7b7be4e492b
  • Vorgänger 9439c4f2
  • Nachfolger a58ef474

HP Aenderungen bis Oktober 2018

Unterschiede anzeigen:

templates/webpages/dunning/add.html
1 1
[% USE T8 %]
2 2
[% USE HTML %]
3

  
3 4
<script type="text/javascript" src="js/common.js"></script>
4 5

  
5 6
<h1>[% title %]</h1>
6 7

  
7
 <form method="post" name="search" action="dn.pl" id="form">
8
<form method="post" name="search" action="dn.pl" id="form">
8 9

  
9
  <table>
10
   <tr>
11
    <th>[% 'Customer' | $T8 %]</th>
12
    <td colspan="3">
13
      <input type="text" name="customer" size="35" class="initial_focus">
14
    </td>
15
   </tr>
10
<div class="wrapper">
16 11

  
17
   [% IF SHOW_DUNNING_LEVEL_SELECTION %]
12
<table class="tbl-horizontal">
13
  <colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup>
14
  <tbody>
18 15
    <tr>
19
     <th>[% 'Next Dunning Level' | $T8 %]</th>
20
     <td colspan="3">
21
      <select name="dunning_level">
22
       <option></option>
23
       [% FOREACH row = DUNNING %]<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.dunning_description) %]</option>[% END %]
24
      </select>
25
     </td>
16
      <th>[% 'Customer' | $T8 %]</th>
17
      <td><input type="text" name="customer" class="initial_focus wi-lightwide"></td>
26 18
    </tr>
27
   [% END %]
28

  
29
   <tr>
30
    <th>[% 'Invoice Number' | $T8 %]</th>
31
    <td colspan="3"><input type="text" name="invnumber" size="20"></td>
32
   </tr>
33

  
34
   <tr>
35
    <th>[% 'Order Number' | $T8 %]</th>
36
    <td colspan="3"><input type="text" name="ordnumber" size="20"></td>
37
   </tr>
38

  
39
   <tr>
40
    <th>[% 'Notes' | $T8 %]</th>
41
    <td colspan="3"><input type="text" name="notes" size="40"></td>
42
   </tr>
43
   <tr>
44
    <th>[% 'Country' | $T8 %]</th>
45
    <td colspan="3"><input type="text" name="country" size="40"></td>
46
   </tr>
47

  
48
   <tr><td colspan="2"><hr size="3" noshade></td></tr>
19
    [% IF SHOW_DUNNING_LEVEL_SELECTION %]
20
    <tr>
21
      <th>[% 'Next Dunning Level' | $T8 %]</th>
22
      <td>
23
        <select name="dunning_level" class="wi-lightwide">
24
          <option></option>
25
          [% FOREACH row = DUNNING %]
26
            <option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.dunning_description) %]</option>
27
          [% END %]
28
        </select>
29
      </td>
30
    </tr>
31
    [% END %]
32
    <tr>
33
      <th>[% 'Invoice Number' | $T8 %]</th>
34
      <td><input type="text" name="invnumber" class="wi-lightwide"></td>
35
    </tr>
36
    <tr>
37
      <th>[% 'Order Number' | $T8 %]</th>
38
      <td><input type="text" name="ordnumber" class="wi-lightwide"></td>
39
    </tr>
40
    <tr>
41
      <th>[% 'Notes' | $T8 %]</th>
42
      <td><input type="text" name="notes" class="wi-lightwide"></td>
43
    </tr>
44
    <tr class="separator below">
45
      <th>[% 'Country' | $T8 %]</th>
46
      <td><input type="text" name="country"  class="wi-lightwide"></td>
47
    </tr>
48
    <tr>
49
      <th>[% 'Minimum Amount' | $T8 %]</th>
50
      <td><input type="text" name="minamount" class="wi-lightwide"></td>
51
    </tr>
52
    <tr>
53
      <th><label for="groupinvoices">[% 'Group Invoices' | $T8 %]</label></th>
54
      <td><input type="checkbox" value="1" id="groupinvoices" name="groupinvoices" checked></td>
55
    </tr>
56
    <tr>
57
      <th><label for="l_include_direct_debit">[% 'Include invoices with direct debit' | $T8 %]</label></th>
58
      <td><input type="checkbox" value="1" id="l_include_direct_debit" name="l_include_direct_debit"></td>
59
    </tr>
60
  </tbody>
61
</table>
49 62

  
50
   <tr>
51
    <th>[% 'Minimum Amount' | $T8 %]</th>
52
    <td><input type="text" name="minamount" size="6"></td>
53
   </tr>
63
</div><!-- /.wrapper -->
54 64

  
55
   <tr>
56
    <th><label for="groupinvoices">[% 'Group Invoices' | $T8 %]</label></th>
57
    <td><input type="checkbox" value="1" id="groupinvoices" name="groupinvoices" checked></td>
58
   </tr>
59 65

  
60
   <tr>
61
    <th><label for="l_include_direct_debit">[% 'Include invoices with direct debit' | $T8 %]</label></th>
62
    <td><input type="checkbox" value="1" id="l_include_direct_debit" name="l_include_direct_debit"></td>
63
   </tr>
64
  </table>
65
 </form>
66
</form>

Auch abrufbar als: Unified diff