| 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 › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] by [% authcat | html %]</title> | 6 | [% PROCESS 'budget_planning.inc' %] | 
            
              |  |  | 7 | <title>Koha › Administration › Budgets › Funds › 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 | -  |  |  |