Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c9683b95

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

  • ID c9683b95270c74fe0faf0e7a1a8b3869696361db
  • Vorgänger f0ca1b6f
  • Nachfolger 5d2e89ae

Design 4.0: Kosmetik in templates/webpages/rp/..: TT-Tags geändert

Unterschiede anzeigen:

templates/webpages/rp/report.html
4 4
[% USE P %]
5 5
[% USE T8 %]
6 6

  
7
[%- BLOCK customized_report %]
7
[% BLOCK customized_report %]
8 8
  <tr>
9 9
    <th align=left><input name=reporttype class=radio type=radio value="custom" checked>[% 'Customized Report' | $T8 %]</th>
10 10
  </tr>
......
103 103
      [% L.radio_button_tag('method', value='cash', checked=(INSTANCE_CONF.get_accounting_method=='cash'), label=LxERP.t8('cash')) %]
104 104
    </td>
105 105
  </tr>
106
[%- END %]
107
[%- BLOCK customer %]
106
[% END   #BLOCK cash_or_accrual %]
107
[% BLOCK customer %]
108 108
  <tr>
109 109
    <th align=right nowrap>[% 'Customer' | $T8 %]</th>
110 110
    <td colspan=3>[% P.customer_vendor.picker('customer_id', '', type='customer') %]</td>
111 111
  </tr>
112
[%- END %]
113
[%- BLOCK projectnumber %]
112
[% END   #BLOCK customer %]
113
[% BLOCK projectnumber %]
114 114
  <tr>
115 115
    <th align=right nowrap>[% 'Project' | $T8 %]</th>
116 116
    <td colspan=3>[% P.project.picker('project_id', '') %]</td>

Auch abrufbar als: Unified diff