Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aecdcab3

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

  • ID aecdcab36f764aca1253d496107c70034ec5e160
  • Vorgänger 9d0fc9cc
  • Nachfolger 97a566ba

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

Unterschiede anzeigen:

templates/webpages/reconciliation/tabs/overview.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 6
[% SET debug = 0 %]
7 7

  
8 8
  <div style="height:500px; overflow:auto;">
9 9
    <table width=99% id="link_table">
10 10
      <thead>
11
        <tr class="listheading">
11
        <tr>
12 12
          <th></th>
13 13

  
14 14
          <th></th>
......
33 33
          <td class="top_border"></td>
34 34
          <td class="top_border"></td>
35 35
          <td class="top_border"></td>
36
          <td class="bt_balance top_border" align="right">[% LxERP.format_amount(SELF.bt_balance, 2) %]</td>
37
          <td class="bb_balance top_border" align="right">[% LxERP.format_amount(-1 * SELF.bb_balance, 2) %]</td>
36
          <td class="bt_balance top_border">[% LxERP.format_amount(SELF.bt_balance, 2) %]</td>
37
          <td class="bb_balance top_border">[% LxERP.format_amount(-1 * SELF.bb_balance, 2) %]</td>
38 38
          <td class="top_border"></td>
39 39
          <td class="top_border"></td>
40 40
          <td class="top_border"></td>

Auch abrufbar als: Unified diff