| Lines 6-13
          
      
      
        Link Here | 
        
          | 6 | <title>Koha › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] by [% authcat | html %]</title> | 6 | <title>Koha › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] by [% authcat | html %]</title> | 
        
          | 7 | [% INCLUDE 'doc-head-close.inc' %] | 7 | [% 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> | 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 | <script> |  |  | 
            
              | 10 | </script> | 
        
          | 11 | </head> | 9 | </head> | 
        
          | 12 |  | 10 |  | 
        
          | 13 | <body id="admin_aqplan" class="admin"> | 11 | <body id="admin_aqplan" class="admin"> | 
  
    | Lines 318-326
          
      
      
        Link Here | 
        
          | 318 |                       $(this).val(""); | 316 |                       $(this).val(""); | 
        
          | 319 |                       $(this).prop('disabled', false); | 317 |                       $(this).prop('disabled', false); | 
        
          | 320 |                     } | 318 |                     } | 
            
              | 321 |                     if ( type == "checkbox" ) { |  |  | 
            
              | 322 |                       $(this).prop('checked', false); | 
            
              | 323 |                     } | 
        
          | 324 |                 }); | 319 |                 }); | 
        
          | 325 |                 $("#budget_est_"+budget_id).text($("#budget_tot_"+budget_id).prev().text()); | 320 |                 $("#budget_est_"+budget_id).text($("#budget_tot_"+budget_id).prev().text()); | 
        
          | 326 |                 $("#budget_est_"+budget_id).css("color","green"); | 321 |                 $("#budget_est_"+budget_id).css("color","green"); | 
            
              | 327 | -  |  |  |