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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc (-3 / +3 lines)
Lines 1-7 Link Here
1
[%- BLOCK planning -%]
1
[%- BLOCK planning -%]
2
  [%- SWITCH plan -%]
2
  [%- SWITCH plan -%]
3
    [%- CASE 'MONTHS'    -%]<span>months</span>
3
    [%- CASE 'MONTHS'    -%]<span>by months</span>
4
    [%- CASE 'BRANCHES'  -%]<span>libraries</span>
4
    [%- CASE 'BRANCHES'  -%]<span>by libraries</span>
5
    [%- CASE 'ITEMTYPES' -%]<span>item types</span>
5
    [%- CASE 'ITEMTYPES' -%]<span>by item types</span>
6
  [%- END -%]
6
  [%- END -%]
7
[%- END -%]
7
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-3 / +2 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% PROCESS 'budget_planning.inc' %]
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
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
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
<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>
10
</head>
10
</head>
Lines 29-35 Link Here
29
[% INCLUDE 'budgets-admin-toolbar.inc' %]
29
[% INCLUDE 'budgets-admin-toolbar.inc' %]
30
30
31
<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">
32
<h3>Planning for [% budget_period_description | html %] by [% PROCESS planning plan=authcat %]</h3>
32
<h3>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h3>
33
<input type="hidden" name="authcat" value="[% authcat | html %]" />
33
<input type="hidden" name="authcat" value="[% authcat | html %]" />
34
<!-- Budget Lines -->
34
<!-- Budget Lines -->
35
35
36
- 

Return to bug 24636