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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-7 / +6 lines)
Lines 225-231 Link Here
225
            Modify budget <i>[% budget_period_description %]</i>
225
            Modify budget <i>[% budget_period_description %]</i>
226
226
227
        [% ELSE %]
227
        [% ELSE %]
228
            Add budget
228
            <strong>Add budget</strong>
229
        [% END %]
229
        [% END %]
230
    [% END %]
230
    [% END %]
231
231
Lines 234-247 Link Here
234
    [% IF ( delete_confirm ) %]
234
    [% IF ( delete_confirm ) %]
235
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
235
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
236
        [% IF ( total ) %]
236
        [% IF ( total ) %]
237
            Cannot delete budget '[% budget_period_description %]'
237
            Cannot delete budget <i>'[% budget_period_description %]'</i>
238
        [% ELSE %]
238
        [% ELSE %]
239
            Delete budget '[% budget_period_description %]'?
239
            Delete budget <i>'[% budget_period_description %]'?</i>
240
        [% END %]
240
        [% END %]
241
    [% END %]
241
    [% END %]
242
    <!-- duplicate a budget -->
242
    <!-- duplicate a budget -->
243
    [% IF ( duplicate_form ) %]
243
    [% IF ( duplicate_form ) %]
244
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; Duplicate budget
244
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; <strong>Duplicate budget</strong>
245
    [% END %]
245
    [% END %]
246
246
247
    <!-- close a budget -->
247
    <!-- close a budget -->
Lines 253-264 Link Here
253
    <!-- budget closed -->
253
    <!-- budget closed -->
254
    [% IF closed %]
254
    [% IF closed %]
255
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
255
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
256
        Budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a> closed
256
        Budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a> <strong>closed</strong>
257
    [% END %]
257
    [% END %]
258
    <!-- display budget periods list -->
258
    <!-- display budget periods list -->
259
    <!-- ########################################## -->
259
    <!-- ########################################## -->
260
    [% IF ( else ) %]
260
    [% IF ( else ) %]
261
        Budgets administration
261
        <strong>Budgets administration</strong>
262
    [% END %]
262
    [% END %]
263
</div>
263
</div>
264
264
265
- 

Return to bug 13350