Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 551b5ac6

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 551b5ac6c485e8ad3f3baac1be670151da014663
  • Vorgänger 51930364
  • Nachfolger eae4302d

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

Unterschiede anzeigen:

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

  
3 6
<h1>[% title %]</h1>
4 7

  
5
[%- INCLUDE 'common/flash.html' %]
8
[% INCLUDE 'common/flash.html' %]
6 9

  
7 10
[% IF SELF.problems.size %]
8
 [% INCLUDE 'bank_transactions/_problems.html' %]
11
  [% INCLUDE 'bank_transactions/_problems.html' %]
9 12
[% END %]
10 13

  
11 14
<p>[% HTML.escape(bank_account.name) %] [% HTML.escape(bank_account.iban) %], [% 'Bank code' | $T8 %] [% HTML.escape(bank_account.bank_code) %], [% 'Bank' | $T8 %] [% HTML.escape(bank_account.bank) %]</p>
12 15
<p>
13
[% IF FORM.filter.fromdate %] [% 'From' | $T8 %] [% FORM.filter.fromdate %] [% END %]
14
[% IF FORM.filter.todate %]   [% 'to (date)' | $T8 %] [% FORM.filter.todate %][% END %]
15
[% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %]
16
[% L.hidden_tag("filter.fromdate",     FORM.filter.fromdate) %]
17
[% L.hidden_tag("filter.todate",       FORM.filter.todate) %]
16
  [% IF FORM.filter.fromdate %] [% 'From'      | $T8 %] [% FORM.filter.fromdate %] [% END %]
17
  [% IF FORM.filter.todate %]   [% 'to (date)' | $T8 %] [% FORM.filter.todate   %] [% END %]
18
  [% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %]
19
  [% L.hidden_tag("filter.fromdate",     FORM.filter.fromdate)     %]
20
  [% L.hidden_tag("filter.todate",       FORM.filter.todate)       %]
18 21
</p>
19 22

  
20 23
<div id="bt_tabs" class="tabwidget">
......
23 26
    <li><a href="#automatic">[% 'Proposals' | $T8 %]</a></li>
24 27
  </ul>
25 28

  
26
  <div id="all">[% PROCESS "bank_transactions/tabs/all.html" %]</div>
27
  <div id="automatic">[% PROCESS "bank_transactions/tabs/automatic.html" %]</div>
29
  <div id="all">
30
    [% PROCESS "bank_transactions/tabs/all.html" %]
31
  </div>
32
  <div id="automatic">
33
    [% PROCESS "bank_transactions/tabs/automatic.html" %]
34
  </div>
28 35
</div>
29 36

  
30
<div id="set_all_sources_memos_dialog" class="hidden">
31
 <table>
32
  <tr>
33
   <th>[% LxERP.t8("Source") %]:</th>
34
   <td>[% L.input_tag("set_all_sources", "") %]</td>
35
  </tr>
36

  
37
  <tr>
38
   <th>[% LxERP.t8("Memo") %]:</th>
39
   <td>[% L.input_tag("set_all_memos", "") %]</td>
40
  </tr>
41
 </table>
42

  
43
 <p>
44
  [% L.button_tag("kivi.BankTransaction.set_all_sources_memos()", LxERP.t8("Set fields")) %]
45
  <a href="#" onclick="$('#set_all_sources_memos_dialog').dialog('close');">[%- LxERP.t8("Cancel") %]</a>
46
 </p>
47
</div>
48 37

  
49
<script type="text/javascript">
50
<!--
38
<div id="set_all_sources_memos_dialog" class="hidden">
39
  <table class="tbl-horizontal">
40
    <tr>
41
      <th>[% LxERP.t8("Source") %]:</th>
42
      <td>[% L.input_tag("set_all_sources", "") %]</td>
43
    </tr>
44
    <tr>
45
      <th>[% LxERP.t8("Memo") %]:</th>
46
      <td>[% L.input_tag("set_all_memos", "") %]</td>
47
    </tr>
48
  </table>
49

  
50
  <div class="buttons">
51
    [% L.button_tag("kivi.BankTransaction.set_all_sources_memos()", LxERP.t8("Set fields")) %]
52
    <a href="#" onclick="$('#set_all_sources_memos_dialog').dialog('close');" class="button neutral">[% LxERP.t8("Cancel") %]</a>
53
  </div>
54
</div><!-- /#set_all_sources_memos_dialog -->
55

  
56

  
57
<script type="text/javascript"><!--
51 58
$(function() {
52 59
  kivi.BankTransaction.init_list([% ui_tab %]);
53 60
});
54
//-->
55
</script>
61
//--></script>

Auch abrufbar als: Unified diff