Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 55035612

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 55035612be6831281d6b6928419a7619e5669cee
  • Vorgänger 576f51ce
  • Nachfolger 444983ea

Neues kivitendo Design Aenderungen in templates/webpages/sepa/..

Unterschiede anzeigen:

templates/webpages/sepa/bank_transfer_search.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5

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

  
7
 <form action="sepa.pl" method="post" id="form">
8
  <p>
9
   <table>
10
    <tr>
11
     <td align="right">[%- IF vc == 'vendor' %][% 'Vendor' | $T8 %][%- ELSE %][%- LxERP.t8('Customer') %][%- END %]</td>
12
     <td><input name="f_vc" class="initial_focus"></td>
13
    </tr>
8
<form action="sepa.pl" method="post" id="form">
14 9

  
10
<div class="wrapper">
11

  
12
<table class="tbl-horizontal">
13
  <tbody>
15 14
    <tr>
16
     <td align="right">[% 'Invoice number' | $T8 %]</td>
17
     <td><input name="f_invnumber"></td>
15
      <th>[% IF vc == 'vendor' %][% 'Vendor' | $T8 %][% ELSE %][% LxERP.t8('Customer') %][% END %]</th>
16
      <td><input type="text" name="f_vc" class="initial_focus">
17
      </td>
18 18
    </tr>
19

  
20 19
    <tr>
21
     <td align="right">[% LxERP.t8("SEPA message ID") %]</td>
22
     <td>[% L.input_tag("f_message_id") %]</td>
20
      <th>[% 'Invoice number' | $T8 %]</th>
21
      <td><input type="text" name="f_invnumber">
22
      </td>
23 23
    </tr>
24

  
25 24
    <tr>
26
     <td align="right">[% 'Export date from' | $T8 %]</td>
27
     <td>
28
       [% L.date_tag('f_export_date_from') %]
29
       [% 'to (time)' | $T8 %]
30
       [% L.date_tag('f_export_date_to') %]
31
     </td>
25
      <th>[% LxERP.t8("SEPA message ID") %]</th>
26
      <td>[% L.input_tag("f_message_id") %]</td>
32 27
    </tr>
33

  
34 28
    <tr>
35
     <td align="right">[% 'Requested execution date from' | $T8 %]</td>
36
     <td>
37
       [% L.date_tag('f_requested_execution_date_from') %]
38
       [% 'to (time)' | $T8 %]
39
       [% L.date_tag('f_requested_execution_date_to') %]
40
     </td>
29
      <th>[% 'Export date from' | $T8 %]</th>
30
      <td>[% L.date_tag('f_export_date_from') %] [% 'to (time)' | $T8 %] [% L.date_tag('f_export_date_to') %]</td>
41 31
    </tr>
42

  
43 32
    <tr>
44
     <td align="right">[% 'Execution date from' | $T8 %]</td>
45
     <td>
46
       [% L.date_tag('f_execution_date_from') %]
47
       [% 'to (time)' | $T8 %]
48
       [% L.date_tag('f_execution_date_to') %]
49
     </td>
33
      <th>[% 'Requested execution date from' | $T8 %]</th>
34
      <td>[% L.date_tag('f_requested_execution_date_from') %] [% 'to (time)' | $T8 %] [% L.date_tag('f_requested_execution_date_to') %]</td>
50 35
    </tr>
51

  
52 36
    <tr>
53
     <td align="right" valign="top">[% 'Include in Report' | $T8 %]</td>
54
     <td valign="top">
55
      <table>
56
       <tr>
57
        <td>
58
         <input type="checkbox" name="l_open" id="l_open" value="1" checked>
59
         <label for="l_open">[% 'open' | $T8 %]</label>
60
        </td>
61

  
62
        <td>
63
         <input type="checkbox" name="l_closed" id="l_closed" value="1">
64
         <label for="l_closed">[% 'closed' | $T8 %]</label>
65
        </td>
66
       </tr>
37
      <th>[% 'Execution date from' | $T8 %]</th>
38
      <td>[% L.date_tag('f_execution_date_from') %] [% 'to (time)' | $T8 %] [% L.date_tag('f_execution_date_to') %]</td>
39
    </tr>
40
  </tbody>
41
</table>
67 42

  
68
       <tr>
69
        <td>
70
         <input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked>
71
         <label for="l_not_executed">[% 'not yet executed' | $T8 %]</label>
72
        </td>
43
<div class="form-addition control-panel">
44
  <h4>[% 'Include in Report' | $T8 %]</h4>
45
  <div class="list">
46
    <div><input type="checkbox" name="l_open" id="l_open" value="1" checked> <label for="l_open"> [% 'open' | $T8 %]</label></div>
47
    <div><input type="checkbox" name="l_closed" id="l_closed" value="1"> <label for="l_closed"> [% 'closed' | $T8 %]</label></div>
48
    <div><input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked> <label for="l_not_executed"> [% 'not yet executed' | $T8 %]</label></div>
49
    <div><input type="checkbox" name="l_executed" id="l_executed" value="1" checked> <label for="l_executed"> [% 'executed' | $T8 %]</label></div>
50
  </div>
51
</div><!-- /.form-addition -->
73 52

  
74
        <td>
75
         <input type="checkbox" name="l_executed" id="l_executed" value="1" checked>
76
         <label for="l_executed">[% 'executed' | $T8 %]</label>
77
        </td>
78
       </tr>
79
      </table>
80
     </td>
81
    </tr>
53
</div><!-- /.wrapper -->
82 54

  
83
   </table>
84
  </p>
55
<input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
85 56

  
86
   <input type="hidden" name="vc" value="[%- HTML.escape(vc) %]">
87
 </form>
57
</form>

Auch abrufbar als: Unified diff