[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.t
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.tmpl,1.3,1.4 |
Date: |
Wed, 27 Oct 2004 08:43:31 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29513/koha-tmpl/intranet-tmpl/npl/en/members
Modified Files:
moremember.tmpl
Log Message:
Minor cosmetic changes
Index: moremember.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** moremember.tmpl 26 Oct 2004 21:55:01 -0000 1.3
--- moremember.tmpl 27 Oct 2004 15:43:29 -0000 1.4
***************
*** 8,15 ****
<h1><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!--
TMPL_VAR NAME="cardnumber" -->)</h1>
<div class="tabitem">
! <form method="post"
action="/cgi-bin/koha/circ/circulation.pl"><input name="findborrower"
type="hidden" value="<!-- TMPL_VAR NAME="cardnumber" -->" /><input
type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" /><input
type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" /> <input
type="submit" class="submit" value="Issue" /></form><!-- TMPL_IF
name="IS_ADULT" --> <form action="/cgi-bin/koha/jmemberentry.pl" method="post">
<input type="submit" name="submit" value="Add Child" class="submit" alt="Add
Child" /><input type="hidden" name="type" value="add" /><input type="hidden"
name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /></form> <!--
/TMPL_IF --><!-- TMPL_IF name="I" --> <form
action="/cgi-bin/koha/members/imemberentry.pl" method="post"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input
type="submit" name="modify" class="submit" value="Modify" /></form><!--
TMPL_ELSE --> <form action="/cgi-bin/koha/members/memberentry.pl"
method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR
NAME="bornum" -->" /> <input type="submit" class="submit" name="modify"
value="Edit" /></form><!-- /TMPL_IF --> <form
action="/cgi-bin/koha/members/member-password.pl" method="post"><input
type="hidden" name="member" value="<!-- TMPL_VAR NAME=bornum -->" /> <input
type="submit" class="submit" value="Change Password" /></form> <form
action="/cgi-bin/koha/members/member-flags.pl" method="post"><input
type="hidden" name="member" value="<!-- TMPL_VAR NAME=bornum -->" /> <input
type="submit" class="submit" value="Modify Privileges" /></form> <form
action="/cgi-bin/koha/deletemem.pl" method="post"><input type="hidden"
name="member" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit"
class="cancel" value="Delete" /></form></div>
<div class="table"><div class="compact">
<table>
! <tr><th>Name:</th><td><!-- TMPL_IF name="IS_ADULT" --><!-- TMPL_VAR
NAME="title" -->. <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_IF
NAME="othernames" -->"<!-- TMPL_VAR NAME="othernames" -->" <!-- /TMPL_IF
--><!-- TMPL_VAR NAME="surname" --> <!-- TMPL_IF NAME="initials" -->(<!--
TMPL_VAR NAME="initials" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --></td></tr>
<tr><th>Address:</th><td><!-- TMPL_IF NAME="streetaddress"
--><!-- TMPL_VAR NAME="streetaddress" --><br /><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="physstreet" --><!-- TMPL_VAR NAME="physstreet" --><br
/><!-- /TMPL_IF --><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode"
--></td></tr>
--- 8,30 ----
<h1><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!--
TMPL_VAR NAME="cardnumber" -->)</h1>
<div class="tabitem">
! <form method="post"
action="/cgi-bin/koha/circ/circulation.pl"><input name="findborrower"
type="hidden" value="<!-- TMPL_VAR NAME="cardnumber" -->" /><input
type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" /><input
type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" /> <input
type="submit" class="submit" value="Issue" /></form>
!
! <!-- Hide from NPL --><!-- TMPL_IF name="IS_ADULT" --> <form
action="/cgi-bin/koha/jmemberentry.pl" method="post"> <input type="submit"
name="submit" value="Add Child" class="submit" alt="Add Child" /><input
type="hidden" name="type" value="add" /><input type="hidden" name="bornum"
value="<!-- TMPL_VAR NAME="borrowernumber" -->" /></form><!-- /TMPL_IF --><!--
/Hide from NPL -->
!
! <!-- TMPL_IF name="I" --> <form
action="/cgi-bin/koha/members/imemberentry.pl" method="post"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input
type="submit" name="modify" class="submit" value="Modify" /></form>
! <!-- TMPL_ELSE --> <form action="/cgi-bin/koha/members/memberentry.pl"
method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR
NAME="bornum" -->" /> <input type="submit" class="submit" name="modify"
value="Edit" /></form>
! <!-- /TMPL_IF -->
!
! <form action="/cgi-bin/koha/members/member-password.pl" method="post"><input
type="hidden" name="member" value="<!-- TMPL_VAR NAME=bornum -->" /> <input
type="submit" class="submit" value="Change Password" /></form>
!
! <form action="/cgi-bin/koha/members/member-flags.pl" method="post"><input
type="hidden" name="member" value="<!-- TMPL_VAR NAME=bornum -->" /> <input
type="submit" class="submit" value="Modify Privileges" /></form>
!
!
! <form action="/cgi-bin/koha/members/deletemem.pl?member=<!-- TMPL_VAR
NAME="bornum" -->" onclick="confirm_deletion(); return false;"><input
type="hidden" name="member" value="<!-- TMPL_VAR NAME="bornum" -->"><input
type="submit" class="cancel" value="Delete"></form>
!
! </div>
<div class="table"><div class="compact">
<table>
! <tr><th>Name:</th><td><!-- TMPL_IF name="IS_ADULT" --><!-- TMPL_IF
NAME="title" --><!-- TMPL_VAR NAME="title" -->. <!-- /TMPL_IF --><!-- TMPL_VAR
NAME="firstname" --> <!-- TMPL_IF NAME="othernames" -->"<!-- TMPL_VAR
NAME="othernames" -->" <!-- /TMPL_IF --><!-- TMPL_VAR NAME="surname" --> <!--
TMPL_IF NAME="initials" -->(<!-- TMPL_VAR NAME="initials" -->)<!-- /TMPL_IF
--><!-- /TMPL_IF --></td></tr>
<tr><th>Address:</th><td><!-- TMPL_IF NAME="streetaddress"
--><!-- TMPL_VAR NAME="streetaddress" --><br /><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="physstreet" --><!-- TMPL_VAR NAME="physstreet" --><br
/><!-- /TMPL_IF --><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode"
--></td></tr>
***************
*** 83,87 ****
--- 98,106 ----
<tr><td><!-- TMPL_IF name="totaldue" --><!-- TMPL_VAR
NAME="totaldue" --><!-- TMPL_ELSE -->No Outstanding Charges<!-- /TMPL_IF
--></td></tr></table>
<p><form class="inline" action="/cgi-bin/koha/boraccount.pl"
method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR
NAME="bornum" -->" /><input type="submit" value="View Account" class="submit"
/></form>
+
+
<form class="inline" action="/cgi-bin/koha/pay.pl" method="get"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /><input
type="submit" value="Pay Fines" class="submit" /></form>
+
+
</p></div>
***************
*** 99,103 ****
</tr>
! <tmpl_loop name="issueloop">
<tr>
<td><!-- TMPL_IF name="red" --><font color="red"><!-- /TMPL_IF
-->
--- 118,122 ----
</tr>
! <!-- tmpl_loop name="issueloop" -->
<tr>
<td><!-- TMPL_IF name="red" --><font color="red"><!-- /TMPL_IF
-->
***************
*** 119,125 ****
<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!--
TMPL_VAR NAME="barcode" -->">Return</a></td>
</tr>
! </tmpl_loop>
</table></div><p><input type="submit" class="submit" value="Renew
Checked Items" /></p>
! </form><form class="inline" action="renewscript.pl" method="post"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /><!--
TMPL_LOOP NAME="issueloop" --><!-- TMPL_UNLESS NAME="norenew" --><input
type="hidden" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"
/><!-- /TMPL_UNLESS --><!-- /TMPL_LOOP --><input type="submit" class="submit"
value="Renew All" /></form>
--- 138,148 ----
<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!--
TMPL_VAR NAME="barcode" -->">Return</a></td>
</tr>
! <!-- /tmpl_loop -->
</table></div><p><input type="submit" class="submit" value="Renew
Checked Items" /></p>
! </form>
!
! <form class="inline" action="renewscript.pl" method="post"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /><!--
TMPL_LOOP NAME="issueloop" --><!-- TMPL_UNLESS NAME="norenew" --><input
type="hidden" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"
/><!-- /TMPL_UNLESS --><!-- /TMPL_LOOP --><input type="submit" class="submit"
value="Renew All" /></form>
!
!
***************
*** 160,171 ****
<p><input type="submit" class="cancel" name="submit"
value="Cancel Marked Requests" /></p>
<!-- /TMPL_IF --></div></form>
! <div class="table">
<h1>Reading Record</h1>
<form class="inline" action="/cgi-bin/koha/readingrec.pl" method="get"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input
type="submit" class="submit" value="View Patron's Reading Record" /></form>
! </div>
! </div>
! <!-- endmenu -->
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
--- 183,203 ----
<p><input type="submit" class="cancel" name="submit"
value="Cancel Marked Requests" /></p>
<!-- /TMPL_IF --></div></form>
!
!
! <!-- Hide from NPL --><div class="table">
<h1>Reading Record</h1>
<form class="inline" action="/cgi-bin/koha/readingrec.pl" method="get"><input
type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input
type="submit" class="submit" value="View Patron's Reading Record" /></form>
! </div><!-- /Hide from NPL -->
+ </div>
! <script language="JavaScript" type="text/javascript">
! function confirm_deletion() {
! var is_confirmed = confirm('Are you sure you want to delete this
patron?');
! if (is_confirmed) {
! window.location="/cgi-bin/koha/members/deletemem.pl?member=<!--
TMPL_VAR NAME="bornum" -->";
! }
! }
! </script>
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.tmpl,1.3,1.4,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members deletemem.tmpl,NONE,1.1 member.tmpl,1.3,1.4
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes blank.css,NONE,1.1 doc-head-close-z3950.inc,NONE,1.1 favicon.ico,NONE,1.1 intranet-nav-brief.inc,1.3,1.4 intranet-nav.inc,1.2,1.3 intranet.css,1.2,1.3 main-top-addbiblio.inc,1.2,1.3 main-top-blank.inc,1.2,1.3 main-top-circ.inc,1.2,1.3 main-top-print.inc,1.2,1.3 main-top.inc,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members deletemem.tmpl,NONE,1.1 member.tmpl,1.3,1.4
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes blank.css,NONE,1.1 doc-head-close-z3950.inc,NONE,1.1 favicon.ico,NONE,1.1 intranet-nav-brief.inc,1.3,1.4 intranet-nav.inc,1.2,1.3 intranet.css,1.2,1.3 main-top-addbiblio.inc,1.2,1.3 main-top-blank.inc,1.2,1.3 main-top-circ.inc,1.2,1.3 main-top-print.inc,1.2,1.3 main-top.inc,1.2,1.3
- Index(es):