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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc (+7 lines)
Line 0 Link Here
1
[%- BLOCK planning -%]
2
  [%- SWITCH plan -%]
3
    [%- CASE 'MONTHS'    -%]<span>months</span>
4
    [%- CASE 'BRANCHES'  -%]<span>libraries</span>
5
    [%- CASE 'ITEMTYPES' -%]<span>item types</span>
6
  [%- END -%]
7
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
[% USE Price %]
3
[% USE Price %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description | html %] by [% authcat | html %]</title>
6
[% PROCESS 'budget_planning.inc' %]
7
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description | html %] by [% PROCESS planning plan=authcat %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
<style>td.locked { background-image: url('[% interface | html %]/[% theme | html %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 5px 5px; } a.control { font-size:85%;text-decoration:none; } .plan_entry { text-align: right; width:90%; }</style>
9
<style>td.locked { background-image: url('[% interface | html %]/[% theme | html %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 5px 5px; } a.control { font-size:85%;text-decoration:none; } .plan_entry { text-align: right; width:90%; }</style>
9
</head>
10
</head>
Lines 28-34 Link Here
28
[% INCLUDE 'budgets-admin-toolbar.inc' %]
29
[% INCLUDE 'budgets-admin-toolbar.inc' %]
29
30
30
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
31
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
31
<h3>Planning for [% budget_period_description | html %] by [% authcat | html %]</h3>
32
<h3>Planning for [% budget_period_description | html %] by [% PROCESS planning plan=authcat %]</h3>
32
<input type="hidden" name="authcat" value="[% authcat | html %]" />
33
<input type="hidden" name="authcat" value="[% authcat | html %]" />
33
<!-- Budget Lines -->
34
<!-- Budget Lines -->
34
35
35
- 

Return to bug 24636