View | Details | Raw Unified | Return to bug 2780
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt (-2 / +2 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'patron-search.inc' %]
7
[% INCLUDE 'patron-search.inc' %]
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Cannot Delete Patron</div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Cannot delete patron</div>
10
<div id="doc3" class="yui-t2">
10
<div id="doc3" class="yui-t2">
11
   
11
   
12
   <div id="bd">
12
   <div id="bd">
Lines 14-20 Link Here
14
	<div class="yui-b">
14
	<div class="yui-b">
15
	[% INCLUDE 'members-toolbar.inc' %]
15
	[% INCLUDE 'members-toolbar.inc' %]
16
	<div class="dialog alert">
16
	<div class="dialog alert">
17
	<h3>Cannot Delete Patron</h3>
17
	<h3>Cannot delete patron</h3>
18
		<ul>[% IF ( ItemsOnIssues ) %]
18
		<ul>[% IF ( ItemsOnIssues ) %]
19
			<li>Patron has [% ItemsOnIssues %] item(s) checked out.</li>
19
			<li>Patron has [% ItemsOnIssues %] item(s) checked out.</li>
20
		[% END %]
20
		[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/guarantor_search.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Guarantor Search</title>
2
<title>Koha &rsaquo; Guarantor search</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
    <style type="text/css">
4
    <style type="text/css">
5
    #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; }
5
    #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; }
Lines 68-74 Link Here
68
		<input type="text" name="member" id="member" value="[% member %]" class="focus" /> Ordered by
68
		<input type="text" name="member" id="member" value="[% member %]" class="focus" /> Ordered by
69
		<select name="orderby">
69
		<select name="orderby">
70
			<option value="surname,firstname">Surname</option>
70
			<option value="surname,firstname">Surname</option>
71
			<option value="cardnumber">Cardnumber</option>
71
			<option value="cardnumber">Card number</option>
72
		</select> <input type="submit" class="button" value="Search" /></fieldset>
72
		</select> <input type="submit" class="button" value="Search" /></fieldset>
73
	</form>
73
	</form>
74
74
Lines 76-82 Link Here
76
	<p>Searched for <span class="ex">[% member %]</span>, [% numresults %] patron(s) found:</p>
76
	<p>Searched for <span class="ex">[% member %]</span>, [% numresults %] patron(s) found:</p>
77
	<table>
77
	<table>
78
		<tr>
78
		<tr>
79
			<th>Cardnumber</th>
79
			<th>Card number</th>
80
			<th>Name</th>
80
			<th>Name</th>
81
			<th>Date of birth</th>
81
			<th>Date of birth</th>
82
			<th>Address</th>
82
			<th>Address</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Borrowers &rsaquo; Create Manual Credit</title>
2
<title>Koha &rsaquo; Borrowers &rsaquo; Create manual credit</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 13-19 $(document).ready(function(){ Link Here
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'patron-search.inc' %]
14
[% INCLUDE 'patron-search.inc' %]
15
15
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Manual Credit</div>
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Manual credit</div>
17
17
18
<div id="doc3" class="yui-t2">
18
<div id="doc3" class="yui-t2">
19
   
19
   
Lines 36-42 $(document).ready(function(){ Link Here
36
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" />
36
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" />
37
37
38
<fieldset class="rows">
38
<fieldset class="rows">
39
<legend>Manual Credit</legend><ol>
39
<legend>Manual credit</legend><ol>
40
	<li><label for="type">Credit Type: </label><select name="type" id="type">
40
	<li><label for="type">Credit Type: </label><select name="type" id="type">
41
<option value="C">Credit</option>
41
<option value="C">Credit</option>
42
<option value="FOR">Forgiven</option>
42
<option value="FOR">Forgiven</option>
Lines 47-53 $(document).ready(function(){ Link Here
47
	<li><label for="amount">Amount: </label><input type="text" name="amount" id="amount" /> Example: 5.00</li>
47
	<li><label for="amount">Amount: </label><input type="text" name="amount" id="amount" /> Example: 5.00</li>
48
</ol></fieldset>
48
</ol></fieldset>
49
49
50
<fieldset class="action"><input type="submit" name="add" value="Add Credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Cancel</a></fieldset>
50
<fieldset class="action"><input type="submit" name="add" value="Add credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Cancel</a></fieldset>
51
</form>
51
</form>
52
52
53
</div></div>
53
</div></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Borrowers &rsaquo; Create Manual Invoice</title>
2
<title>Koha &rsaquo; Borrowers &rsaquo; Create manual invoice</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 55-64 type_fees['[% invoice_types_loo.authorised_value %]'] = "[% invoice_types_loo.li Link Here
55
</script>
55
</script>
56
        <label for="type">Type: </label>
56
        <label for="type">Type: </label>
57
        <select name="type" id="type" onchange="this.form.desc.value=this.options[this.selectedIndex].value; this.form.amount.value=type_fees[this.options[this.selectedIndex].value];">
57
        <select name="type" id="type" onchange="this.form.desc.value=this.options[this.selectedIndex].value; this.form.amount.value=type_fees[this.options[this.selectedIndex].value];">
58
          <option value="L">Lost Item</option>
58
          <option value="L">Lost item</option>
59
          <option value="F">Fine</option>
59
          <option value="F">Fine</option>
60
          <option value="A">Account Management Fee</option>
60
          <option value="A">Account management fee</option>
61
          <option value="N">New Card</option>
61
          <option value="N">New card</option>
62
          <option value="M">Sundry</option>
62
          <option value="M">Sundry</option>
63
          [% FOREACH invoice_types_loo IN invoice_types_loop %]
63
          [% FOREACH invoice_types_loo IN invoice_types_loop %]
64
            <option value="[% invoice_types_loo.authorised_value %]">[% invoice_types_loo.authorised_value %]</option>
64
            <option value="[% invoice_types_loo.authorised_value %]">[% invoice_types_loo.authorised_value %]</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo; Set Privileges for [% surname %], [% firstname %]</title>
2
<title>Koha &rsaquo; Patrons &rsaquo; Set privileges for [% surname %], [% firstname %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/treeview/jquery.treeview.css"/>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/treeview/jquery.treeview.css"/>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
Lines 72-78 Link Here
72
[% INCLUDE 'header.inc' %]
72
[% INCLUDE 'header.inc' %]
73
[% INCLUDE 'patron-search.inc' %]
73
[% INCLUDE 'patron-search.inc' %]
74
74
75
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Set Privileges for [% surname %], [% firstname %]</div>
75
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Set privileges for [% surname %], [% firstname %]</div>
76
76
77
<div id="doc3" class="yui-t2">
77
<div id="doc3" class="yui-t2">
78
   
78
   
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt (-8 / +8 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo; [% IF ( newpassword ) %]Password Updated [% ELSE %]Update Password for [% surname %], [% firstname %][% END %]</title>
2
<title>Koha &rsaquo; Patrons &rsaquo; [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% surname %], [% firstname %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/JavaScript">
4
<script type="text/JavaScript">
5
//<![CDATA[
5
//<![CDATA[
Lines 25-31 Link Here
25
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'patron-search.inc' %]
26
[% INCLUDE 'patron-search.inc' %]
27
27
28
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% firstname %] [% surname %]</a> &rsaquo; [% IF ( newpassword ) %]Password Updated[% ELSE %]Change Username and/or Password[% END %]</div>
28
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% firstname %] [% surname %]</a> &rsaquo; [% IF ( newpassword ) %]Password Updated[% ELSE %]Change username and/or password[% END %]</div>
29
29
30
<div id="doc3" class="yui-t2">
30
<div id="doc3" class="yui-t2">
31
   
31
   
Lines 48-54 Link Here
48
		<h4>The following errors have occurred:</h4>
48
		<h4>The following errors have occurred:</h4>
49
		<ul>
49
		<ul>
50
		[% IF ( BADUSERID ) %]
50
		[% IF ( BADUSERID ) %]
51
		<li>You have entered a username that already exists.  Please choose another one.</li>
51
        <li>You have entered a username that already exists. Please choose another one.</li>
52
		[% END %]
52
		[% END %]
53
		[% IF ( SHORTPASSWORD ) %]
53
		[% IF ( SHORTPASSWORD ) %]
54
		<li><strong>The password entered is too short</strong>. Password must be at least [% minPasswordLength %] characters.</li>
54
		<li><strong>The password entered is too short</strong>. Password must be at least [% minPasswordLength %] characters.</li>
Lines 64-75 Link Here
64
	[% END %]
64
	[% END %]
65
65
66
66
67
	<fieldset class="brief"><legend>Change Username and/or Password for [% firstname %] [% surname %]</legend>
67
	<fieldset class="brief"><legend>Change username and/or password for [% firstname %] [% surname %]</legend>
68
	<ol>
68
	<ol>
69
	<li><label for="newuserid">New Username:</label>
69
    <li><label for="newuserid">New username:</label>
70
	<input type="hidden" name="member" value="[% borrowernumber %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% userid %]" /></li>
70
	<input type="hidden" name="member" value="[% borrowernumber %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% userid %]" /></li>
71
	<li><label for="newpassword">New Password:</label>
71
    <li><label for="newpassword">New password:</label>
72
	<div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div>
72
    <div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div>
73
	[% IF ( minPasswordLength ) %]<div class="hint">Minimum password length: [% minPasswordLength %]</div>[% END %]
73
	[% IF ( minPasswordLength ) %]<div class="hint">Minimum password length: [% minPasswordLength %]</div>[% END %]
74
	[% IF ( NOMATCH ) %]
74
	[% IF ( NOMATCH ) %]
75
	<input name="newpassword"  id="newpassword" type="password" size="20" class="focus" />
75
	<input name="newpassword"  id="newpassword" type="password" size="20" class="focus" />
Lines 79-85 Link Here
79
	<input name="newpassword" readonly="readonly" disabled="disabled" type="hidden" />
79
	<input name="newpassword" readonly="readonly" disabled="disabled" type="hidden" />
80
	[% END %]
80
	[% END %]
81
	</li>
81
	</li>
82
	<li><label for="newpassword2">Confirm New Password:</label>
82
    <li><label for="newpassword2">Confirm new password:</label>
83
	<input name="newpassword2"  id="newpassword2" type="password" size="20" />
83
	<input name="newpassword2"  id="newpassword2" type="password" size="20" />
84
	<input name="newpassword2" id="newpassword2_random" readonly="readonly" disabled="disabled" type="hidden" />
84
	<input name="newpassword2" id="newpassword2_random" readonly="readonly" disabled="disabled" type="hidden" />
85
	</li>
85
	</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +2 lines)
Lines 1-12 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search Results[% END %]</title>
2
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="pat_member" class="pat">
5
<body id="pat_member" class="pat">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'patron-search.inc' %]
7
[% INCLUDE 'patron-search.inc' %]
8
8
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; [% IF ( searching ) %]<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Search Results[% ELSE %]Patrons[% END %]</div>
9
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; [% IF ( searching ) %]<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Search results[% ELSE %]Patrons[% END %]</div>
10
10
11
<div id="doc2" class="yui-t7">
11
<div id="doc2" class="yui-t7">
12
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-13 / +13 lines)
Lines 372-378 Link Here
372
372
373
[% IF ( showguarantor ) %]<input type="hidden" id="guarantorid" name="guarantorid"   value="[% guarantorid %]" />
373
[% IF ( showguarantor ) %]<input type="hidden" id="guarantorid" name="guarantorid"   value="[% guarantorid %]" />
374
    <fieldset class="rows">
374
    <fieldset class="rows">
375
        <legend>Guarantor Information</legend>
375
        <legend>Guarantor information</legend>
376
        <ol>
376
        <ol>
377
[% IF ( P ) %]
377
[% IF ( P ) %]
378
	        [% IF ( guarantorid ) %]
378
	        [% IF ( guarantorid ) %]
Lines 455-461 Link Here
455
            [% IF ( guarantorid ) %]
455
            [% IF ( guarantorid ) %]
456
            <input id="guarantorsearch" type="button" value="Change" onclick="Dopopguarantor('guarantor_search.pl?category_type=[% category_type %]');" />
456
            <input id="guarantorsearch" type="button" value="Change" onclick="Dopopguarantor('guarantor_search.pl?category_type=[% category_type %]');" />
457
            [% ELSE %]
457
            [% ELSE %]
458
            <input id="guarantorsearch" type="button" value="Set to Patron" onclick="Dopopguarantor('guarantor_search.pl?category_type=[% category_type %]');" />
458
            <input id="guarantorsearch" type="button" value="Set to patron" onclick="Dopopguarantor('guarantor_search.pl?category_type=[% category_type %]');" />
459
            [% END %]
459
            [% END %]
460
            <input id="guarantordelete" type="button" value="Delete" />
460
            <input id="guarantordelete" type="button" value="Delete" />
461
        </li>
461
        </li>
Lines 615-621 Link Here
615
      [% ELSE %]
615
      [% ELSE %]
616
      <label for="phone">
616
      <label for="phone">
617
      [% END %]
617
      [% END %]
618
      Primary Phone: </label>
618
      Primary phone: </label>
619
      [% IF ( opduplicate ) %]
619
      [% IF ( opduplicate ) %]
620
			<input type="text" id="phone" name="phone" value="[% phone %]" onclick="this.value=''" />
620
			<input type="text" id="phone" name="phone" value="[% phone %]" onclick="this.value=''" />
621
      [% ELSE %]
621
      [% ELSE %]
Lines 632-638 Link Here
632
      [% ELSE %]
632
      [% ELSE %]
633
      <label for="phonepro">
633
      <label for="phonepro">
634
      [% END %]
634
      [% END %]
635
      Secondary Phone: </label>
635
      Secondary phone: </label>
636
      [% IF ( opduplicate ) %]
636
      [% IF ( opduplicate ) %]
637
			<input type="text" id="phonepro" name="phonepro" value="[% phonepro %]" onclick="this.value=''" />
637
			<input type="text" id="phonepro" name="phonepro" value="[% phonepro %]" onclick="this.value=''" />
638
      [% ELSE %]
638
      [% ELSE %]
Lines 648-654 Link Here
648
      [% ELSE %]
648
      [% ELSE %]
649
      <label for="mobile">
649
      <label for="mobile">
650
      [% END %]
650
      [% END %]
651
      Other Phone: </label>
651
      Other phone: </label>
652
      [% IF ( opduplicate ) %]
652
      [% IF ( opduplicate ) %]
653
		<input type="text" id="mobile" name="mobile" value="[% mobile %]" onclick="this.value=''" />
653
		<input type="text" id="mobile" name="mobile" value="[% mobile %]" onclick="this.value=''" />
654
      [% ELSE %]
654
      [% ELSE %]
Lines 664-670 Link Here
664
      [% ELSE %]
664
      [% ELSE %]
665
      <label for="email">
665
      <label for="email">
666
      [% END %]
666
      [% END %]
667
      Primary Email: </label>
667
      Primary email: </label>
668
      [% IF ( opduplicate ) %]
668
      [% IF ( opduplicate ) %]
669
		<input type="text" id="email" name="email" size="45" value="[% email %]" onclick="this.value=''" />
669
		<input type="text" id="email" name="email" size="45" value="[% email %]" onclick="this.value=''" />
670
      [% ELSE %]
670
      [% ELSE %]
Lines 681-687 Link Here
681
      [% ELSE %]
681
      [% ELSE %]
682
      <label for="emailpro">
682
      <label for="emailpro">
683
      [% END %]
683
      [% END %]
684
      Secondary Email: </label>
684
      Secondary email: </label>
685
      [% IF ( opduplicate ) %]
685
      [% IF ( opduplicate ) %]
686
		<input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro %]" onclick="this.value=''" />
686
		<input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro %]" onclick="this.value=''" />
687
      [% ELSE %]
687
      [% ELSE %]
Lines 855-861 Link Here
855
[% IF ( step_2 ) %]
855
[% IF ( step_2 ) %]
856
    [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
856
    [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
857
		<fieldset class="rows" id="memberentry_altaddress">       
857
		<fieldset class="rows" id="memberentry_altaddress">       
858
		    <legend id="alt_contact_lgd">Alternate Contact</legend><ol>
858
		    <legend id="alt_contact_lgd">Alternate contact</legend><ol>
859
        [% UNLESS noaltcontactsurname %]
859
        [% UNLESS noaltcontactsurname %]
860
			<li>
860
			<li>
861
			    [% IF ( mandatoryaltcontactsurname ) %]
861
			    [% IF ( mandatoryaltcontactsurname ) %]
Lines 1000-1006 Link Here
1000
[% IF ( step_3 ) %]
1000
[% IF ( step_3 ) %]
1001
1001
1002
  <fieldset class="rows" id="memberentry_library_management">
1002
  <fieldset class="rows" id="memberentry_library_management">
1003
    <legend id="library_management_lgd">Library Management</legend><ol>
1003
    <legend id="library_management_lgd">Library management</legend><ol>
1004
        [% UNLESS nocardnumber %]
1004
        [% UNLESS nocardnumber %]
1005
   <li> [% IF ( mandatorycardnumber ) %]
1005
   <li> [% IF ( mandatorycardnumber ) %]
1006
      <label for="cardnumber" class="required">
1006
      <label for="cardnumber" class="required">
Lines 1189-1195 Link Here
1189
1189
1190
    [% UNLESS nouserid && nopassword %]
1190
    [% UNLESS nouserid && nopassword %]
1191
	<fieldset class="rows" id="memberentry_userid">
1191
	<fieldset class="rows" id="memberentry_userid">
1192
		<legend id="opac_staff_login_lgd">OPAC/Staff Login</legend><ol>
1192
		<legend id="opac_staff_login_lgd">OPAC/Staff login</legend><ol>
1193
        [% UNLESS nouserid %]
1193
        [% UNLESS nouserid %]
1194
		<li>
1194
		<li>
1195
			[% IF ( mandatoryuserid ) %]
1195
			[% IF ( mandatoryuserid ) %]
Lines 1308-1320 Link Here
1308
		<!--this zones are not necessary in modif mode -->
1308
		<!--this zones are not necessary in modif mode -->
1309
		[% UNLESS ( opadd ) %]
1309
		[% UNLESS ( opadd ) %]
1310
		<fieldset class="rows">
1310
		<fieldset class="rows">
1311
			<legend>Patron Account Flags</legend>
1311
			<legend>Patron account flags</legend>
1312
			<ol class="radio">
1312
			<ol class="radio">
1313
			[% FOREACH flagloo IN flagloop %]
1313
			[% FOREACH flagloo IN flagloop %]
1314
				<li><label class="radio" for="yes[% flagloo.name %]">
1314
				<li><label class="radio" for="yes[% flagloo.name %]">
1315
				[% IF ( flagloo.key == 'gonenoaddress' ) %]Gone no Address:[% END %]
1315
				[% IF ( flagloo.key == 'gonenoaddress' ) %]Gone no address:[% END %]
1316
				[% IF ( flagloo.key == 'debarred' ) %]Restricted:[% END %]
1316
				[% IF ( flagloo.key == 'debarred' ) %]Restricted:[% END %]
1317
				[% IF ( flagloo.key == 'lost' ) %]Lost Card:[% END %]
1317
				[% IF ( flagloo.key == 'lost' ) %]Lost card:[% END %]
1318
                </label>
1318
                </label>
1319
				<label for="yes[% flagloo.name %]">Yes </label>
1319
				<label for="yes[% flagloo.name %]">Yes </label>
1320
				[% IF ( flagloo.yes ) %]
1320
				[% IF ( flagloo.yes ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-4 / +4 lines)
Lines 16-22 Link Here
16
16
17
<div id="main">
17
<div id="main">
18
18
19
<h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">Account Summary: [% firstname %] [% surname %] ([% cardnumber %])</a></h3>
19
<h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">Account summary: [% firstname %] [% surname %] ([% cardnumber %])</a></h3>
20
20
21
<ul><li>[% address %]<br />[% address2 %]</li><li>[% city %], [% zipcode %]</li>
21
<ul><li>[% address %]<br />[% address2 %]</li><li>[% city %], [% zipcode %]</li>
22
<li>[% IF ( phone ) %][% phone %][% ELSE %](no phone number on file)[% END %]</li>
22
<li>[% IF ( phone ) %][% phone %][% ELSE %](no phone number on file)[% END %]</li>
Lines 26-37 Link Here
26
26
27
[% IF ( issueloop ) %]
27
[% IF ( issueloop ) %]
28
<table>
28
<table>
29
	<caption>Items Checked Out</caption>
29
	<caption>Items checked out</caption>
30
	<tr>
30
	<tr>
31
		<th>Title</th>
31
		<th>Title</th>
32
		<th>Author</th>
32
		<th>Author</th>
33
		<th>Item Type</th>
33
		<th>Item type</th>
34
		<th>Date Due</th>
34
		<th>Date due</th>
35
		<th>Charge</th>
35
		<th>Charge</th>
36
		<th>Price</th>
36
		<th>Price</th>
37
		<th>Status</th>
37
		<th>Status</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-2 / +2 lines)
Lines 23-29 Checked out to [% firstname %] [% surname %] <br /> Link Here
23
[% todaysdate %]<br />
23
[% todaysdate %]<br />
24
24
25
[% IF ( quickslip ) %]
25
[% IF ( quickslip ) %]
26
<h4>Checked Out Today</h4>
26
<h4>Checked uut today</h4>
27
[% FOREACH issueloo IN issueloop %]
27
[% FOREACH issueloo IN issueloop %]
28
[% IF ( issueloo.red ) %][% ELSE %]
28
[% IF ( issueloo.red ) %][% ELSE %]
29
[% IF ( issueloo.today ) %]
29
[% IF ( issueloo.today ) %]
Lines 35-41 Date due: [% issueloo.date_due %]<br /></p> Link Here
35
    [% END %]
35
    [% END %]
36
36
37
[% ELSE %]
37
[% ELSE %]
38
<h4>Checked Out</h4>
38
<h4>Checked out</h4>
39
[% FOREACH issueloo IN issueloop %]
39
[% FOREACH issueloo IN issueloop %]
40
[% IF ( issueloo.red ) %][% ELSE %]
40
[% IF ( issueloo.red ) %][% ELSE %]
41
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br />
41
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-17 / +17 lines)
Lines 3-9 Link Here
3
[% IF ( unknowuser ) %]
3
[% IF ( unknowuser ) %]
4
    Patron does not exist
4
    Patron does not exist
5
[% ELSE %]
5
[% ELSE %]
6
    Patron Details for [% INCLUDE 'patron-title.inc' %]
6
    Patron details for [% INCLUDE 'patron-title.inc' %]
7
[% END %]
7
[% END %]
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 125-131 function validate1(date) { Link Here
125
<div id="breadcrumbs">
125
<div id="breadcrumbs">
126
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
126
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
127
&rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
127
&rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
128
&rsaquo; [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron Details for [% INCLUDE 'patron-title.inc' %][% END %]
128
&rsaquo; [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron details for [% INCLUDE 'patron-title.inc' %][% END %]
129
</div>
129
</div>
130
130
131
<div id="doc3" class="yui-t1">
131
<div id="doc3" class="yui-t1">
Lines 168-174 function validate1(date) { Link Here
168
            <li>Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %]
168
            <li>Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %]
169
            <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post">
169
            <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post">
170
                <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
170
                <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
171
                <input type="submit" value="Lift Restriction" />
171
                <input type="submit" value="Lift restriction" />
172
            </form>
172
            </form>
173
            </li>
173
            </li>
174
        [% END %]
174
        [% END %]
Lines 376-387 function validate1(date) { Link Here
376
 
376
 
377
    [% UNLESS ( I ) %]
377
    [% UNLESS ( I ) %]
378
 <div id="patron-alternate-address" style="padding-top: 1em;">
378
 <div id="patron-alternate-address" style="padding-top: 1em;">
379
    <h3>Alternate Address</h3>
379
    <h3>Alternate address</h3>
380
    <div class="rows">  <ol><li><span class="label">Address: </span>[% B_address %]</li>
380
    <div class="rows">  <ol><li><span class="label">Address: </span>[% B_address %]</li>
381
      <li><span class="label">Address 2: </span>[% B_address2 %]</li>
381
      <li><span class="label">Address 2: </span>[% B_address2 %]</li>
382
      <li><span class="label">City: </span>[% B_city %]</li>
382
      <li><span class="label">City: </span>[% B_city %]</li>
383
      [% IF ( B_state ) %]<li><span class="label">State: </span>[% B_state %]</li>[% END %]
383
      [% IF ( B_state ) %]<li><span class="label">State: </span>[% B_state %]</li>[% END %]
384
      <li><span class="label">Zip/Postal Code: </span>[% B_zipcode %]</li>
384
      <li><span class="label">Zip/Postal code: </span>[% B_zipcode %]</li>
385
      [% IF ( B_country ) %]<li><span class="label">Country: </span>[% B_country %]</li>[% END %]
385
      [% IF ( B_country ) %]<li><span class="label">Country: </span>[% B_country %]</li>[% END %]
386
      [% IF ( B_phone ) %]<li><span class="label">Phone: </span>[% B_phone %]</li>[% END %]
386
      [% IF ( B_phone ) %]<li><span class="label">Phone: </span>[% B_phone %]</li>[% END %]
387
      [% IF ( B_email ) %]<li><span class="label">Email: </span><a href="mailto:[% B_email %]">[% email %]</a></li>[% END %]</ol></div>
387
      [% IF ( B_email ) %]<li><span class="label">Email: </span><a href="mailto:[% B_email %]">[% email %]</a></li>[% END %]</ol></div>
Lines 390-403 function validate1(date) { Link Here
390
    [% END %]
390
    [% END %]
391
391
392
 <div id="patron-alternative-contact" style="padding-top: 1em;">
392
 <div id="patron-alternative-contact" style="padding-top: 1em;">
393
 <h3>Alternative Contact</h3>	
393
 <h3>Alternative contact</h3>	
394
   <div class="rows"> <ol><li><span class="label">Surname: </span>[% altcontactsurname %]</li>
394
   <div class="rows"> <ol><li><span class="label">Surname: </span>[% altcontactsurname %]</li>
395
    <li><span class="label">First name: </span>[% altcontactfirstname %]</li>    
395
    <li><span class="label">First name: </span>[% altcontactfirstname %]</li>    
396
    <li><span class="label">Address: </span>[% altcontactaddress1 %]</li>
396
    <li><span class="label">Address: </span>[% altcontactaddress1 %]</li>
397
    <li><span class="label">Address 2: </span>[% altcontactaddress2 %]</li>
397
    <li><span class="label">Address 2: </span>[% altcontactaddress2 %]</li>
398
	<li><span class="label">City: </span>[% altcontactaddress3 %]</li>
398
	<li><span class="label">City: </span>[% altcontactaddress3 %]</li>
399
    [% IF ( altcontactstate ) %]<li><span class="label">State: </span>[% altcontactstate %]</li>[% END %]
399
    [% IF ( altcontactstate ) %]<li><span class="label">State: </span>[% altcontactstate %]</li>[% END %]
400
	<li><span class="label">Zip/Postal Code: </span>[% altcontactzipcode %]</li>
400
	<li><span class="label">Zip/Postal code: </span>[% altcontactzipcode %]</li>
401
	[% IF ( altcontactcountry ) %]<li><span class="label">Country: </span>[% altcontactcountry %]</li>[% END %]
401
	[% IF ( altcontactcountry ) %]<li><span class="label">Country: </span>[% altcontactcountry %]</li>[% END %]
402
    [% IF ( altcontactphone ) %]<li><span class="label">Phone: </span>[% altcontactphone %]</li>[% END %]
402
    [% IF ( altcontactphone ) %]<li><span class="label">Phone: </span>[% altcontactphone %]</li>[% END %]
403
    </ol></div>
403
    </ol></div>
Lines 439-448 function validate1(date) { Link Here
439
		<tr>
439
		<tr>
440
            <th scope="col">Due date</th>
440
            <th scope="col">Due date</th>
441
            <th scope="col">Title</th>
441
            <th scope="col">Title</th>
442
            <th scope="col">Item Type</th>
442
            <th scope="col">Item type</th>
443
            <th scope="col">Checked out on</th> 
443
            <th scope="col">Checked out on</th> 
444
            <th scope="col">Checked out from</th> 
444
            <th scope="col">Checked out from</th> 
445
            <th scope="col">Call no</th>
445
            <th scope="col">Call no.</th>
446
            <th scope="col">Charge</th>
446
            <th scope="col">Charge</th>
447
            <th scope="col">Price</th>
447
            <th scope="col">Price</th>
448
            <th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th>
448
            <th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th>
Lines 496-502 function validate1(date) { Link Here
496
                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a>
496
                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a>
497
                [% END %]
497
                [% END %]
498
				    [% IF ( issueloo.norenew_reason_too_many ) %]
498
				    [% IF ( issueloo.norenew_reason_too_many ) %]
499
				        Not Renewable
499
				        Not renewable
500
				    [% END %]
500
				    [% END %]
501
                [% IF ( issueloo.can_confirm ) %]
501
                [% IF ( issueloo.can_confirm ) %]
502
                    </span>
502
                    </span>
Lines 512-521 function validate1(date) { Link Here
512
            </td>
512
            </td>
513
      [% END %]
513
      [% END %]
514
      [% IF ( issueloo.return_failed ) %]
514
      [% IF ( issueloo.return_failed ) %]
515
            <td class="problem">Checkin Failed</td>
515
            <td class="problem">Checkin failed</td>
516
      [% ELSE %]
516
      [% ELSE %]
517
        [% IF ( issueloo.norenew_reason_on_reserve ) %]
517
        [% IF ( issueloo.norenew_reason_on_reserve ) %]
518
            <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a></td>
518
            <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On hold</a></td>
519
        [% ELSE %]
519
        [% ELSE %]
520
            <td><input type="checkbox" name="barcodes[]"  value="[% issueloo.barcode %]" onclick="uncheck_sibling(this);" />
520
            <td><input type="checkbox" name="barcodes[]"  value="[% issueloo.barcode %]" onclick="uncheck_sibling(this);" />
521
                <input type="checkbox" name="all_barcodes[]" value="[% issueloo.barcode %]" checked="checked" style="display: none;" />
521
                <input type="checkbox" name="all_barcodes[]" value="[% issueloo.barcode %]" checked="checked" style="display: none;" />
Lines 529-539 function validate1(date) { Link Here
529
        <fieldset class="action">
529
        <fieldset class="action">
530
        [% IF ( CAN_user_circulate_override_renewals ) %]
530
        [% IF ( CAN_user_circulate_override_renewals ) %]
531
        [% IF ( AllowRenewalLimitOverride ) %]
531
        [% IF ( AllowRenewalLimitOverride ) %]
532
        <label for="override_limit">Override Renewal Limit:</label>
532
        <label for="override_limit">Override renewal limit:</label>
533
        <input type="checkbox" name="override_limit" id="override_limit" value="1" />
533
        <input type="checkbox" name="override_limit" id="override_limit" value="1" />
534
        [% END %]
534
        [% END %]
535
        [% END %]
535
        [% END %]
536
        <input type="submit" name="renew_checked" value="Renew or Return checked items" />
536
        <input type="submit" name="renew_checked" value="Renew or return checked items" />
537
        <input type="submit" id="renew_all" name="renew_all" value="Renew all" />
537
        <input type="submit" id="renew_all" name="renew_all" value="Renew all" />
538
        </fieldset>
538
        </fieldset>
539
    [% ELSE %]<p>Patron has nothing checked out.</p>
539
    [% ELSE %]<p>Patron has nothing checked out.</p>
Lines 548-557 function validate1(date) { Link Here
548
	<tr>
548
	<tr>
549
            <th scope="col">Due date</th>
549
            <th scope="col">Due date</th>
550
            <th scope="col">Title</th>
550
            <th scope="col">Title</th>
551
            <th scope="col">Item Type</th>
551
            <th scope="col">Item type</th>
552
            <th scope="col">Checked out on</th> 
552
            <th scope="col">Checked out on</th> 
553
            <th scope="col">Checked out from</th>
553
            <th scope="col">Checked out from</th>
554
            <th scope="col">Call no</th>
554
            <th scope="col">Call no.</th>
555
            <th scope="col">Charge</th>
555
            <th scope="col">Charge</th>
556
            <th scope="col">Price</th>
556
            <th scope="col">Price</th>
557
            <th scope="col">Patron</th>
557
            <th scope="col">Patron</th>
Lines 602-608 function validate1(date) { Link Here
602
		<thead><tr>
602
		<thead><tr>
603
			<th>Hold date</th>
603
			<th>Hold date</th>
604
			<th>Title</th>
604
			<th>Title</th>
605
			<th>Call Number</th>
605
			<th>Call number</th>
606
			<th>Barcode</th>
606
			<th>Barcode</th>
607
			<th>Priority</th>
607
			<th>Priority</th>
608
			<th>Delete?</th>
608
			<th>Delete?</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-5 / +5 lines)
Lines 18-24 Link Here
18
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'patron-search.inc' %]
19
[% INCLUDE 'patron-search.inc' %]
20
20
21
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Pay Fines for [% borrower.firstname %] [% borrower.surname %]</div>
21
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Pay fines for [% borrower.firstname %] [% borrower.surname %]</div>
22
22
23
<div id="doc3" class="yui-t2">
23
<div id="doc3" class="yui-t2">
24
   
24
   
Lines 44-57 Link Here
44
<table>
44
<table>
45
<thead>
45
<thead>
46
<tr>
46
<tr>
47
	<th>Fines &amp; Charges</th>
47
	<th>Fines &amp; charges</th>
48
    <th>Sel</th>
48
    <th>Sel</th>
49
	<th>Description</th>
49
	<th>Description</th>
50
	<th>Account Type</th>
50
	<th>Account type</th>
51
	<th>Notify id</th>
51
	<th>Notify id</th>
52
	<th>Level</th>
52
	<th>Level</th>
53
	<th>Amount</th>
53
	<th>Amount</th>
54
	<th>Amount Outstanding</th>
54
	<th>Amount outstanding</th>
55
</tr>
55
</tr>
56
</thead>
56
</thead>
57
<tfoot>
57
<tfoot>
Lines 96-102 Link Here
96
[% IF ( account_grp.total ) %]
96
[% IF ( account_grp.total ) %]
97
<tr>
97
<tr>
98
98
99
    <td class="total" colspan="7">Sub Total:</td>
99
    <td class="total" colspan="7">Sub total:</td>
100
    <td>[% account_grp.total | format('%.2f') %]</td>
100
    <td>[% account_grp.total | format('%.2f') %]</td>
101
</tr>
101
</tr>
102
[% END %]
102
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-6 / +6 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo; Collect Fine Payment for  [% borrower.firstname %] [% borrower.surname %]</title>
2
<title>Koha &rsaquo; Patrons &rsaquo; Collect fine payment for  [% borrower.firstname %] [% borrower.surname %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type= "text/javascript">
4
<script type= "text/javascript">
5
//<![CDATA[
5
//<![CDATA[
Lines 57-63 function moneyFormat(textObj) { Link Here
57
<body id="pat_paycollect" class="pat">
57
<body id="pat_paycollect" class="pat">
58
[% INCLUDE 'header.inc' %]
58
[% INCLUDE 'header.inc' %]
59
[% INCLUDE 'patron-search.inc' %]
59
[% INCLUDE 'patron-search.inc' %]
60
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrower.borrowernumber %]">Pay Fines for [% borrower.firstname %] [% borrower.surname %]</a> &rsaquo; [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %][% END %]</div>
60
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrower.borrowernumber %]">Pay fines for [% borrower.firstname %] [% borrower.surname %]</a> &rsaquo; [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %][% END %]</div>
61
61
62
<div id="doc3" class="yui-t2">
62
<div id="doc3" class="yui-t2">
63
63
Lines 109-119 function moneyFormat(textObj) { Link Here
109
    <table>
109
    <table>
110
    <thead><tr>
110
    <thead><tr>
111
            <th>Description</th>
111
            <th>Description</th>
112
            <th>Account Type</th>
112
            <th>Account type</th>
113
            <th>Notify id</th>
113
            <th>Notify id</th>
114
            <th>Level</th>
114
            <th>Level</th>
115
            <th>Amount</th>
115
            <th>Amount</th>
116
            <th>Amount Outstanding</th>
116
            <th>Amount outstanding</th>
117
        </tr></thead>
117
        </tr></thead>
118
    <tfoot>
118
    <tfoot>
119
        <td colspan="5">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td>
119
        <td colspan="5">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td>
Lines 161-171 function moneyFormat(textObj) { Link Here
161
    <table>
161
    <table>
162
    <thead><tr>
162
    <thead><tr>
163
            <th>Description</th>
163
            <th>Description</th>
164
            <th>Account Type</th>
164
            <th>Account type</th>
165
            <th>Notify id</th>
165
            <th>Notify id</th>
166
            <th>Level</th>
166
            <th>Level</th>
167
            <th>Amount</th>
167
            <th>Amount</th>
168
            <th>Amount Outstanding</th>
168
            <th>Amount outstanding</th>
169
        </tr></thead>
169
        </tr></thead>
170
    <tfoot><td colspan="5">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot>
170
    <tfoot><td colspan="5">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot>
171
    <tbody><tr>
171
    <tbody><tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-2 / +2 lines)
Lines 24-30 Link Here
24
[% END %]
24
[% END %]
25
 <tr>
25
 <tr>
26
	<th colspan=3 class="centerednames">
26
	<th colspan=3 class="centerednames">
27
		<h2><u>Fee Receipt</u></h2>
27
		<h2><u>Fee receipt</u></h2>
28
	</th>
28
	</th>
29
 </tr>
29
 </tr>
30
 <tr>
30
 <tr>
Lines 35-41 Link Here
35
 <tr>
35
 <tr>
36
	<th colspan=3 >
36
	<th colspan=3 >
37
		Received with thanks from  [% firstname %] [% surname %] <br />
37
		Received with thanks from  [% firstname %] [% surname %] <br />
38
		Card Number : [% cardnumber %]<br />
38
		Card number : [% cardnumber %]<br />
39
	</th>
39
	</th>
40
 </tr>
40
 </tr>
41
  <tr>
41
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-2 / +2 lines)
Lines 34-41 Link Here
34
  </tr>
34
  </tr>
35
  <tr>
35
  <tr>
36
	<th colspan=3 >
36
	<th colspan=3 >
37
		Bill To: [% firstname %] [% surname %] <br />
37
		Bill to: [% firstname %] [% surname %] <br />
38
		Card Number: [% cardnumber %]<br />
38
		Card number: [% cardnumber %]<br />
39
	</th>
39
	</th>
40
  </tr>
40
  </tr>
41
  <tr>
41
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-7 / +6 lines)
Lines 17-23 Link Here
17
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
19
19
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Circulation History for [% INCLUDE 'patron-title.inc' %]</div>
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Circulation history for [% INCLUDE 'patron-title.inc' %]</div>
21
21
22
<div id="doc3" class="yui-t2">
22
<div id="doc3" class="yui-t2">
23
   
23
   
Lines 25-31 Link Here
25
	<div id="yui-main">
25
	<div id="yui-main">
26
	<div class="yui-b">
26
	<div class="yui-b">
27
[% INCLUDE 'circ-toolbar.inc' %]
27
[% INCLUDE 'circ-toolbar.inc' %]
28
<h1>Circulation History</h1>
28
<h1>Circulation history</h1>
29
[% IF ( loop_reading ) %]
29
[% IF ( loop_reading ) %]
30
<form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /></form>
30
<form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /></form>
31
31
Lines 38-50 Link Here
38
    <th>Date</th>
38
    <th>Date</th>
39
	<th>Title</th>
39
	<th>Title</th>
40
	<th>Author</th>
40
	<th>Author</th>
41
	<th>Call No.</th>
41
	<th>Call no.</th>
42
	<th>Barcode</th>
42
	<th>Barcode</th>
43
	<th>Number of Renewals</th>
43
	<th>Number of renewals</th>
44
	<th>Checked out on</th>
44
	<th>Checked out on</th>
45
	<th>Checked out from</th>
45
	<th>Checked out from</th>
46
	<th>Date Due</th>
46
	<th>Date due</th>
47
	<th>Return Date</th>
47
	<th>Return date</th>
48
</thead>
48
</thead>
49
[% FOREACH loop_readin IN loop_reading %]
49
[% FOREACH loop_readin IN loop_reading %]
50
    [% IF ( loop_readin.returndate ) %]<tr>[% ELSE %]<tr class="onissue">[% END %]
50
    [% IF ( loop_readin.returndate ) %]<tr>[% ELSE %]<tr class="onissue">[% END %]
51
- 

Return to bug 2780