[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members member.tmpl,1.4.2.3,1.4.2.4

Owen Leonard oleonard at users.sourceforge.net
Thu Jun 30 22:34:11 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5043/koha-tmpl/intranet-tmpl/npl/en/members

Modified Files:
      Tag: rel_2_2
	member.tmpl 
Log Message:
Synching with default template

Index: member.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -r1.4.2.3 -r1.4.2.4
*** member.tmpl	7 Apr 2005 17:03:31 -0000	1.4.2.3
--- member.tmpl	30 Jun 2005 20:34:09 -0000	1.4.2.4
***************
*** 5,11 ****
  
  <div id="main">
! <div class="table"><table>
! 	<caption>Patron Search Results</caption>
    <tr>
      <th>Card</th>
      <th>Name</th>
--- 5,13 ----
  
  <div id="main">
!     <h3>Results for Search: <span class="ex"><!-- TMPL_VAR NAME="member" --></span></h3>
! 	<div class="results"><!-- TMPL_VAR Name ="numresults" --> patrons found.</div>
! <table>
    <tr>
+   	<th>&nbsp;</th>
      <th>Card</th>
      <th>Name</th>
***************
*** 13,17 ****
      <th>Address</th>
      <th>OD/Issues</th>
! <!--     <th>Charges</th> -->
      <th>Notes</th>
  	<th>&nbsp;</th>
--- 15,19 ----
      <th>Address</th>
      <th>OD/Issues</th>
! 	<!-- Hide from NPL --><th>Charges</th><!-- /Hide from NPL -->
      <th>Notes</th>
  	<th>&nbsp;</th>
***************
*** 24,27 ****
--- 26,30 ----
      <tr>
      <!-- /TMPL_IF -->
+ 		<td><!-- TMPL_VAR NAME="count" --></td>
        <td><!-- TMPL_VAR NAME="cardnumber" --> (<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->" title="Issue to this Patron">Issue</a>)</td>
        <td><a class="searchresults" href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></a> </td>
***************
*** 29,33 ****
        <td><!-- TMPL_VAR NAME="streetaddress" --> <!-- TMPL_VAR NAME=city --></td>
        <td><!-- TMPL_VAR NAME="odissue" --></td>
! <!--       <td><!-- TMPL_VAR NAME="fines" --></td> -->
        <td><div class="notes"><!-- TMPL_VAR NAME="borrowernotes" --></div></td>
  	  <td><a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;modify=edit">Edit</a></td>
--- 32,36 ----
        <td><!-- TMPL_VAR NAME="streetaddress" --> <!-- TMPL_VAR NAME=city --></td>
        <td><!-- TMPL_VAR NAME="odissue" --></td>
! 		<!-- Hide from NPL --><td><!-- TMPL_VAR NAME="fines" --></td><!-- /Hide from NPL -->
        <td><div class="notes"><!-- TMPL_VAR NAME="borrowernotes" --></div></td>
  	  <td><a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;modify=edit">Edit</a></td>
***************
*** 35,39 ****
    <!-- /TMPL_LOOP -->
    <!-- TMPL_ELSE --><td colspan="6">No results found</td><!-- /TMPL_IF -->
! </table></div>
  <div class="tabitem"><form action="/cgi-bin/koha/members/memberentry.pl" method="post"><input type="hidden" name="categorycode" value="" /><input type="hidden" name="actionType" value="Add" />
  	<input type="submit" class="submit" value="Add New Patron" /></form>
--- 38,43 ----
    <!-- /TMPL_LOOP -->
    <!-- TMPL_ELSE --><td colspan="6">No results found</td><!-- /TMPL_IF -->
! </table>
! 
  <div class="tabitem"><form action="/cgi-bin/koha/members/memberentry.pl" method="post"><input type="hidden" name="categorycode" value="" /><input type="hidden" name="actionType" value="Add" />
  	<input type="submit" class="submit" value="Add New Patron" /></form>





More information about the Koha-cvs mailing list