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:
parent
ff7d8f15e4
commit
f7b8e9d4c5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue