[Koha-patches] [PATCH] Bug 3910: Removes an erroneous heading from the serials search results.

Garry Collum gcollum at gmail.com
Sat May 22 16:50:31 CEST 2010


Removes the 'Search for Serial Routing' heading from the serials search result screen.

There is no code in the template that performs a routing search, and links to the routing tables are provided in the serials search results.
---
 .../prog/en/modules/serials/serials-home.tmpl      |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl
index 4a35e7c..b4158eb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl
@@ -73,10 +73,6 @@ Serials updated :
         <!-- TMPL_IF NAME="done_searched"-->
 <h2>Serials subscriptions</h2>
 
-<!-- TMPL_IF NAME="routing" -->
-        <h3>Search for Serial Routing List</h3>
-<!-- /TMPL_IF -->
-
     <table id="srlt">
 	<thead>
         <tr>
-- 
1.5.6.5




More information about the Koha-patches mailing list