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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc (-9 / +6 lines)
Lines 56-69 Link Here
56
                            url: "/cgi-bin/koha/admin/aqplan.pl?budget_period_id=[% budget_period_id %]&authcat=ITEMTYPES"
56
                            url: "/cgi-bin/koha/admin/aqplan.pl?budget_period_id=[% budget_period_id %]&authcat=ITEMTYPES"
57
                            [% UNLESS ( CAN_user_acquisition_planning_manage ) %],  id:'disabled' [% END %]
57
                            [% UNLESS ( CAN_user_acquisition_planning_manage ) %],  id:'disabled' [% END %]
58
                        },
58
                        },
59
           [% IF ( authcat ) %]
59
	    [% FOREACH auth_cats_loo IN auth_cats_loop %]
60
                [% FOREACH auth_cats_loo IN auth_cats_loop %]
60
		    { text: _("Plan by [% auth_cats_loo.authcat %]    "),
61
                        { text: _("Plan by [% auth_cats_loo.authcat %]    "),
61
			url: "/cgi-bin/koha/admin/aqplan.pl?budget_period_id=[% budget_period_id %]&authcat=[% auth_cats_loo.authcat %]"
62
                            url: "/cgi-bin/koha/admin/aqplan.pl?budget_period_id=[% auth_cats_loo.budget_period_id %]&authcat=[% auth_cats_loo.authcat %]"
62
			[% UNLESS ( CAN_user_acquisition_planning_manage ) %],  id:'disabled' [% END %]
63
                            [% UNLESS ( CAN_user_acquisition_planning_manage ) %],  id:'disabled' [% END %]
63
		    },
64
                        },
64
	    [% END %]
65
                [% END %]
66
           [% END %]
67
                ]
65
                ]
68
66
69
	            new YAHOO.widget.Button({
67
	            new YAHOO.widget.Button({
70
- 

Return to bug 8224