Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5b8ff438

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 5b8ff438672be40b321bbe27e01ae852a3bb9045
  • Vorgänger 99621954
  • Nachfolger 867b69c4

Neues kivitendo Design restliche Aenderungen in templates/webpages/c*

Dateien in ca/* chart/* cp/* ct/* cti/* custom_variable_config/*

Unterschiede anzeigen:

templates/webpages/chart/report_configuration_overview.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]<h1>[% LxERP.t8("Chart configuration overview regarding reports") %]</h1>
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4

  
5
<h1>[% LxERP.t8("Chart configuration overview regarding reports") %]</h1>
6

  
7
<div class="wrapper">
2 8

  
3 9
[% FOREACH data = DATA %]
4
 [% UNLESS data.size == 1 %]
5
  <div id="[% HTML.escape(data.type) %]">
6
   [% LxERP.t8("Jump to") %]:
7
   [% FOREACH jump = DATA %]
8
    [% IF jump.type != data.type %]
9
     [% L.link("#" _ jump.type, jump.heading) %]
10
    [% END %]
11
   [% END %]
12
  </div>
13
 [% END %]
14

  
15
 <h2>[% HTML.escape(data.heading) %]</h2>
16

  
17
 [% FOREACH pos = data.positions %]
18
  [%- SET name = data.names.item(pos) %]
19
  <h3>[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]</h3>
20

  
21
  [%- SET charts = data.charts.$pos %]
22
  <table>
23
   <thead>
24
    <tr class="listheading">
25
     <th>[% LxERP.t8("Account") %]</th>
26
     <th>[% LxERP.t8("Description") %]</th>
27
    </tr>
28
   </thead>
29

  
30
   <tbody>
10

  
11
  [% UNLESS data.size == 1 %]
12
    <div id="[% HTML.escape(data.type) %]" style="clear:left;float:none;" class="select-item control-panel">
13
     [% LxERP.t8("Jump to") %]:
14
     [% FOREACH jump = DATA %]
15
       [% IF jump.type != data.type %] [% L.link("#" _ jump.type, jump.heading) %][% END %]
16
     [% END %]
17
    </div>
18
  [% END %]
19

  
20
 <h2 style="clear:left;">[% HTML.escape(data.heading) %]</h2>
21

  
22
  [% FOREACH pos = data.positions %]
23
    [% SET name = data.names.item(pos) %]
24
    [% SET charts = data.charts.$pos %]
25
    <table class="tbl-plain" style="clear:left;float:none;">
26
      <caption>[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]</caption>
27
      <colgroup><col class="wi-verysmall"><col class="wi-lightwide"></colgroup>
28
        <thead>
29
          <tr>
30
            <th>[% LxERP.t8("Account") %]</th>
31
            <th>[% LxERP.t8("Description") %]</th>
32
          </tr>
33
        </thead>
34
     <tbody>
31 35
    [% FOREACH chart = charts %]
32
    <tr>
33
     <td>[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %]</td>
34
     <td>[% HTML.escape(chart.description) %]</td>
35
    </tr>
36
    [% END %]
37
   </tbody>
38
  </table>
39
 [% END %]
36
      <tr>
37
       <td>[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %]</td>
38
       <td>[% HTML.escape(chart.description) %]</td>
39
      </tr>
40
      [% END %]
41
     </tbody>
42
    </table>
43
  [% END %]
44

  
40 45
[% END %]
46

  
47
</div><!-- /.wrapper -->

Auch abrufbar als: Unified diff