View | Details | Raw Unified | Return to bug 15049
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc (-1 / +1 lines)
Lines 6-12 Link Here
6
    <div class="dialog alert">
6
    <div class="dialog alert">
7
        <h3>No active currency is defined</h3>
7
        <h3>No active currency is defined</h3>
8
        [% IF CAN_user_parameters_parameters_remaining_permissions %]
8
        [% IF CAN_user_parameters_parameters_remaining_permissions %]
9
            <p>Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.</p>
9
            <p><a href="/cgi-bin/koha/admin/currency.pl">Please specify an active currency.</a></p>
10
        [% ELSE %]
10
        [% ELSE %]
11
            <p>Your administrator must specify an active currency.</p>
11
            <p>Your administrator must specify an active currency.</p>
12
        [% END %]
12
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 101-107 $(document).ready(function() { Link Here
101
    [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %]
101
    [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %]
102
    [% UNLESS ( loop_budget ) %]
102
    [% UNLESS ( loop_budget ) %]
103
        [% IF ( CAN_user_acquisition_period_manage ) %]
103
        [% IF ( CAN_user_acquisition_period_manage ) %]
104
        <div class="dialog alert">You must <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget</a> in Administration</div>
104
        <div class="dialog alert"><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">You must define a budget in Administration</a></div>
105
        [% ELSE %]
105
        [% ELSE %]
106
        <div class="dialog alert">Your administrator must define a budget in Administration</div>
106
        <div class="dialog alert">Your administrator must define a budget in Administration</div>
107
        [% END %]
107
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-7 / +8 lines)
Lines 85-97 Link Here
85
85
86
    [% IF ( budget_lines ) %]
86
    [% IF ( budget_lines ) %]
87
87
88
    [% IF ( currency ) %]<p><b>Currency = [% currency %]</b>.
88
    [% IF ( currency ) %]<p><b>Currency = [% currency %].</b>
89
    [% IF ( show_actual ) %]
89
        [% IF ( show_actual ) %]
90
        <b>Each cell contain both actual and estimated values.</b>
90
            <b>Each cell contain both actual and estimated values.</b>
91
        [% ELSE %]
92
            <b>Cells contain estimated values only.</b>
93
        [% END %]
94
        </p>
91
    [% ELSE %]
95
    [% ELSE %]
92
        <b>Cells contain estimated values only.</b>
96
        [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %]
93
    [% END %]
94
    </p>[% ELSE %]<div class="dialog alert"><h3>No active currency is defined</h3><p>Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.</p></div>
95
[% IF ( show_actual ) %]
97
[% IF ( show_actual ) %]
96
        <p><b>Each cell contain both actual and estimated values.</b></p>
98
        <p><b>Each cell contain both actual and estimated values.</b></p>
97
    [% ELSE %]
99
    [% ELSE %]
98
- 

Return to bug 15049