Restored pre-template behavior: when you click on a member, you get

taken to the "show me more information about this member" page, not
the "update this member's information" page.
This commit is contained in:
arensb 2002-10-10 05:42:41 +00:00
parent ff7d8f15e4
commit f7b8e9d4c5

View 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>