koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members member.tmpl,1.6,1.7
Date: Thu, 30 Jun 2005 13:34:12 -0700

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

Modified Files:
        member.tmpl 
Log Message:
Synching with rel_2_2.

Index: member.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/member.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** member.tmpl 2 May 2005 20:21:12 -0000       1.6
--- member.tmpl 30 Jun 2005 20:34:09 -0000      1.7
***************
*** 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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]