Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9684230e

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 9684230e49fedf374dce6768a87aef4ac0aa75e4
  • Vorgänger 394f67b5
  • Nachfolger 0d009fe6

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

Unterschiede anzeigen:

templates/webpages/gl/yearend_top.html
1
[%- USE LxERP %]
1
[% USE LxERP %]
2

  
2 3
<form method="post" action="controller.pl" id="form">
3
<table>
4
  <tr>
5
    <td width="20px"></td>
6
    <td colspan="6" align="left">
7
      [%- LxERP.t8('Select charts for which the CB/OB transactions want to be posted.') %]<br>
8
      [%- LxERP.t8('There will be two transactions done:') %]<br>
9
     - [%- LxERP.t8('One SB-transaction') %] ( [% SELF.cb_date.to_kivitendo %], [% SELF.cb_reference %], [% SELF.cb_description %], [% SELF.cbob_chartaccno %] )<br>
10
     - [%- LxERP.t8('One OB-transaction') %] ( [% SELF.ob_date.to_kivitendo %], [% SELF.ob_reference %], [% SELF.ob_description %], [% SELF.cbob_chartaccno %] )<br>
11
      [%- LxERP.t8('No revert available.') %]
12
    </td>
13
  </tr>
14
  <tr>
15
    <td><p></p></td>
16
  </tr>
17
  <tr>
18
    <th></th>
19
    <th align="right">[% LxERP.t8('close chart') %]</th>
20
    <td>[% SELF.cbob_chartaccno %]</td>
21
  </tr>
22
</table>
4

  
5
<div class="wrapper">
6
  <p>[% LxERP.t8('Select charts for which the CB/OB transactions want to be posted.') %]<br>
7
     [% LxERP.t8('There will be two transactions done:') %]</p>
8
    <ul>
9
      <li>[% LxERP.t8('One SB-transaction') %] ( [% SELF.cb_date.to_kivitendo %], [% SELF.cb_reference %], [% SELF.cb_description %], [% SELF.cbob_chartaccno %] )</li>
10
      <li>[% LxERP.t8('One OB-transaction') %] ( [% SELF.ob_date.to_kivitendo %], [% SELF.ob_reference %], [% SELF.ob_description %], [% SELF.cbob_chartaccno %] )</li>
11
    </ul>
12
   <p>[% LxERP.t8('No revert available.') %]</p>
13
   <p>[% LxERP.t8('close chart') %]: <b>[% SELF.cbob_chartaccno %]</b></p>
14
</div>
15

  

Auch abrufbar als: Unified diff