From db7385e98e0c0bf685ab73841c7911b2b8e242f6 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@biblibre.com>
Date: Fri, 24 Jan 2014 16:07:08 +0100
Subject: [PATCH] [PASSED QA] Bug 11608: Delete unused commented lines in
 template

On the way, these lines are commented and can be deleted safely.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Removes an HTML comment with unused code.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
index 69cd775..3a4cf90 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
@@ -100,11 +100,6 @@ $(document).ready(function() {
 
             <h3>All available funds[% IF ( branchname ) %] for [% branchname %][% END %]</h3>
 
-    <!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a>
-    <a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br>  -->
-
-
-
     <div id="BudgetsAndFunds">
     <p><label for="showallbudgets">Show active and inactive:</label> <input type="checkbox" id="showallbudgets" /></p>
     <table id="accounts">
-- 
1.8.3.2