| Lines 378-386
          
      
      
        Link Here | 
        
          | 378 |     <fieldset class="action"> | 378 |     <fieldset class="action"> | 
        
          | 379 |         <!-- "save changes" button --> | 379 |         <!-- "save changes" button --> | 
        
          | 380 |         <!-- ###################################### --> | 380 |         <!-- ###################################### --> | 
          
            
              | 381 |         <input type="button" value="Save changes"  onclick="Check(this.form)"    /> | 381 |         <input type="button" value="Save"  onclick="Check(this.form)" /> | 
        
          | 382 |         <!--             <input type="submit" value="Save Changes"  />  --> | 382 |         <!--             <input type="submit" value="Save Changes"  />  --> | 
          
            
              | 383 |         [% IF ( budget_period_id ) %]<a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %]" class="cancel">Cancel</a>[% END %] | 383 |         <a href="[% IF ( budget_period_id) %]/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id %][% ELSE %]/cgi-bin/koha/admin/aqbudgetperiods.pl[% END %]" class="cancel">Cancel</a> | 
        
          | 384 |     </fieldset> | 384 |     </fieldset> | 
        
          | 385 |  | 385 |  | 
        
          | 386 | </form> | 386 | </form> | 
            
              | 387 | -  |  |  |