|
Lines 85-105
Link Here
|
| 85 |
|
85 |
|
| 86 |
[% IF ( budget_lines ) %] |
86 |
[% IF ( budget_lines ) %] |
| 87 |
|
87 |
|
| 88 |
[% IF ( currency ) %]<p><b>Currency = [% currency %].</b> |
88 |
[% INCLUDE 'budgets-active-currency.inc' %] |
| 89 |
[% IF ( show_actual ) %] |
89 |
[% IF ( show_actual ) %] |
| 90 |
<b>Each cell contain both actual and estimated values.</b> |
90 |
<p><b>Each cell contain both actual and estimated values.</b></p> |
| 91 |
[% ELSE %] |
91 |
[% ELSE %] |
| 92 |
<b>Cells contain estimated values only.</b> |
92 |
<p><b>Cells contain estimated values only.</b></p> |
| 93 |
[% END %] |
93 |
[% END %] |
| 94 |
</p> |
94 |
|
| 95 |
[% ELSE %] |
|
|
| 96 |
[% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %] |
| 97 |
[% IF ( show_actual ) %] |
| 98 |
<p><b>Each cell contain both actual and estimated values.</b></p> |
| 99 |
[% ELSE %] |
| 100 |
<p><b>Cells contain estimated values only.</b></p> |
| 101 |
[% END %] |
| 102 |
[% END %] |
| 103 |
<p id="selections"> |
95 |
<p id="selections"> |
| 104 |
<strong>Show/hide columns:</strong> <span class="selected"><input type="checkbox" checked="checked" id="showall"/><label for="showall">Show all columns</label></span> <span><input type="checkbox" id="hideall"/><label for="hideall">Hide all columns</label></span> |
96 |
<strong>Show/hide columns:</strong> <span class="selected"><input type="checkbox" checked="checked" id="showall"/><label for="showall">Show all columns</label></span> <span><input type="checkbox" id="hideall"/><label for="hideall">Hide all columns</label></span> |
| 105 |
[% FOREACH authvals_ro IN authvals_row %] |
97 |
[% FOREACH authvals_ro IN authvals_row %] |
| 106 |
- |
|
|