Removing redundant column. Fixes Bug 2202, "No need for View Column on Authority...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 17 Jun 2008 13:26:56 +0000 (08:26 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 17 Jun 2008 13:31:58 +0000 (08:31 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl

index 3e9cab5..67a394f 100644 (file)
@@ -55,7 +55,6 @@ function searchauthority() {
 <!-- TMPL_UNLESS name="isEDITORS" -->
       <th>Used in</th>
 <!-- /TMPL_UNLESS -->
-      <th>View</th>
       <th>Delete</th>
     </tr>
 <!-- TMPL_LOOP NAME="result" -->
@@ -67,9 +66,6 @@ function searchauthority() {
       </td>
   <!-- /TMPL_UNLESS -->
       <td>
-        <a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Authority number <!-- TMPL_VAR NAME="authid" --></a>
-      </td>
-      <td>
   <!-- TMPL_UNLESS name="used" -->
         <a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="authid" -->)">Delete</a>
   <!-- /TMPL_UNLESS -->