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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-21 / +7 lines)
Lines 217-264 Link Here
217
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
217
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
218
    <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
218
    <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
219
219
220
    <!-- add or modify a budget period -->
221
    <!-- ####################################### -->
222
    [% IF ( add_form ) %]
220
    [% IF ( add_form ) %]
223
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
221
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
224
        [% IF ( budget_period_id ) %]
222
        [% IF ( budget_period_id ) %]
225
            Modify budget <i>[% budget_period_description %]</i>
223
            <span>Modify budget '[% budget_period_description %]'</span>
226
227
        [% ELSE %]
224
        [% ELSE %]
228
            Add budget
225
            <span>Add budget</span>
229
        [% END %]
226
        [% END %]
230
    [% END %]
227
    [% END %]
231
232
    <!-- delete a budget period -->
233
    <!-- ################################ -->
234
    [% IF ( delete_confirm ) %]
228
    [% IF ( delete_confirm ) %]
235
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
229
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
236
        [% IF ( total ) %]
230
        [% IF ( total ) %]
237
            Cannot delete budget '[% budget_period_description %]'
231
            <span>Cannot delete budget '[% budget_period_description %]'</span>
238
        [% ELSE %]
232
        [% ELSE %]
239
            Delete budget '[% budget_period_description %]'?
233
            <span>Delete budget '[% budget_period_description %]'?</span>
240
        [% END %]
234
        [% END %]
241
    [% END %]
235
    [% END %]
242
    <!-- duplicate a budget -->
243
    [% IF ( duplicate_form ) %]
236
    [% IF ( duplicate_form ) %]
244
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; Duplicate budget
237
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; Duplicate budget
245
    [% END %]
238
    [% END %]
246
247
    <!-- close a budget -->
248
    [% IF close_form %]
239
    [% IF close_form %]
249
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
240
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
250
        Close budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a>
241
        <span>Close budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a></span>
251
    [% END %]
242
    [% END %]
252
253
    <!-- budget closed -->
254
    [% IF closed %]
243
    [% IF closed %]
255
        <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo;
244
        <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
245
        <span>Budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]">[% budget_period_description %]</a> closed</span>
257
    [% END %]
246
    [% END %]
258
    <!-- display budget periods list -->
259
    <!-- ########################################## -->
260
    [% IF ( else ) %]
247
    [% IF ( else ) %]
261
        Budgets administration
248
        <span>Budgets administration</span>
262
    [% END %]
249
    [% END %]
263
</div>
250
</div>
264
251
265
- 

Return to bug 13350