[Koha-patches] [PATCH] Bug 5923 : Authorities list :removing link on Summary

Chris Cormack chrisc at catalyst.net.nz
Mon Mar 21 21:14:42 CET 2011


From: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

removing the link to authority details on authority List directly from summary
And adding a generic link to details
---
 .../en/modules/authorities/searchresultlist.tmpl   |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl
index 01667e5..869203e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl
@@ -51,7 +51,7 @@ function searchauthority() {
 <div id="authorities_searchresultlist_results">
   <table>
     <tr>
-      <th>Summary</th>
+      <th colspan="2">Summary</th>
 <!-- TMPL_UNLESS name="isEDITORS" -->
       <th>Used in</th>
 <!-- /TMPL_UNLESS -->
@@ -63,7 +63,8 @@ function searchauthority() {
     <!-- TMPL_ELSE -->
     <tr>
     <!-- /TMPL_UNLESS -->
-      <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
+      <td><!-- TMPL_VAR NAME="summary" --></td>
+      <td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Details</a></td>
   <!-- TMPL_UNLESS name="isEDITORS" -->
       <td>
         <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;idx=an&amp;q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a>
-- 
1.7.1



More information about the Koha-patches mailing list