Restored pre-template behavior: when you click on a member, you get
authorarensb <arensb>
Thu, 10 Oct 2002 05:42:41 +0000 (05:42 +0000)
committerarensb <arensb>
Thu, 10 Oct 2002 05:42:41 +0000 (05:42 +0000)
taken to the "show me more information about this member" page, not
the "update this member's information" page.

koha-tmpl/intranet-tmpl/default/en/member.tmpl

index 5ea63d6..2f19920 100644 (file)
@@ -29,7 +29,7 @@ You Searched for <TMPL_VAR NAME=member><p>
     <TR bgcolor=white>
     </TMPL_IF>
       <td><TMPL_VAR NAME=cardnumber></td>
-      <td><a href="/cgi-bin/koha/memberentry.pl?bornum=<TMPL_VAR NAME=borrowernumber>"><TMPL_VAR NAME=surname></td>
+      <td><a href="/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR NAME=borrowernumber>"><TMPL_VAR NAME=surname></td>
       <td><TMPL_VAR NAME=firstname></a></td>
       <td><TMPL_VAR NAME=categorycode></td>
       <td><TMPL_VAR NAME=streetaddress> <TMPL_VAR NAME=city></td>