Bug 5923 : Authorities list :removing link on Summary
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 5 Apr 2011 08:40:14 +0000 (10:40 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 04:25:18 +0000 (16:25 +1200)
removing the link to authority details on authority List directly from summary
And adding a generic link to details

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl

index 3ed1f58..86abf15 100644 (file)
@@ -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,phr&amp;q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a>