Synching with rel_2_2.
This commit is contained in:
parent
179a77dfa0
commit
34c6a58a27
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Patron Quick Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
|
||||
<div id="main-compact">
|
||||
|
||||
<div class="table"><table>
|
||||
<div class="results"><!-- TMPL_VAR Name ="numresults" --> patrons found.</div>
|
||||
<table>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th colspan="2"> </th>
|
||||
<th>Card</th>
|
||||
<th>Name (Cat.)</th>
|
||||
<th>Address</th>
|
||||
|
@ -16,13 +16,13 @@
|
|||
<!-- TMPL_ELSE -->
|
||||
<tr>
|
||||
<!-- /TMPL_IF -->
|
||||
<td><form action="member-search-results.pl" method="get"><input type="button" class="submit" value="Choose" title="Choose this Patron" onclick="window.opener.FillForm('<!-- TMPL_VAR NAME="cardnumber" -->','mainform','member'); return false;" /></form></td>
|
||||
<td><!-- TMPL_VAR NAME="count" --></td><td><form action="member-search-results.pl" method="get"><input type="button" class="submit" value="Choose" title="Choose this Patron" onclick="window.opener.FillForm('<!-- TMPL_VAR NAME="cardnumber" -->','mainform','member'); return false;" /></form></td>
|
||||
<td><!-- TMPL_VAR NAME="cardnumber" --></td>
|
||||
<td><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></a> (<!-- TMPL_VAR NAME="categorycode" -->)</td>
|
||||
<td><!-- TMPL_VAR NAME="streetaddress" --> <!-- TMPL_VAR NAME=city --></td>
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
<!-- TMPL_ELSE --><td colspan="6">No results found</td><!-- /TMPL_IF -->
|
||||
</table></div>
|
||||
</table>
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
Loading…
Reference in a new issue