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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-3 / +3 lines)
Lines 181-187 Link Here
181
                <div class="modal-content">
181
                <div class="modal-content">
182
                    <div class="modal-header">
182
                    <div class="modal-header">
183
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
183
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
184
                        <h4 class="modal-title" id="issuePayoutLabel">Issue payout</h4>
184
                        <h2 class="modal-title" id="issuePayoutLabel">Issue payout</h2>
185
                    </div>
185
                    </div>
186
                    <div class="modal-body">
186
                    <div class="modal-body">
187
                        [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %]
187
                        [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %]
Lines 235-241 Link Here
235
                <div class="modal-content">
235
                <div class="modal-content">
236
                    <div class="modal-header">
236
                    <div class="modal-header">
237
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
237
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
238
                        <h4 class="modal-title" id="issueRefundLabel">Issue refund</h4>
238
                        <h2 class="modal-title" id="issueRefundLabel">Issue refund</h2>
239
                    </div>
239
                    </div>
240
                    <div class="modal-body">
240
                    <div class="modal-body">
241
                        [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %]
241
                        [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %]
Lines 292-298 Link Here
292
                <div class="modal-content">
292
                <div class="modal-content">
293
                    <div class="modal-header">
293
                    <div class="modal-header">
294
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
294
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
295
                        <h4 class="modal-title" id="applyDiscountLabel">Apply discount</h4>
295
                        <h2 class="modal-title" id="applyDiscountLabel">Apply discount</h2>
296
                    </div>
296
                    </div>
297
                    <div class="modal-body">
297
                    <div class="modal-body">
298
                        <fieldset class="rows">
298
                        <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-3 / +3 lines)
Lines 115-121 Link Here
115
115
116
            <!-- Create or edit housebound_profile -->
116
            <!-- Create or edit housebound_profile -->
117
            [% IF ( method == 'update_or_create' ) %]
117
            [% IF ( method == 'update_or_create' ) %]
118
              <h4>Manage housebound profile</h4>
118
              <h2>Manage housebound profile</h2>
119
              <form id="editform" method="post" name="editform"
119
              <form id="editform" method="post" name="editform"
120
                    action="/cgi-bin/koha/members/housebound.pl">
120
                    action="/cgi-bin/koha/members/housebound.pl">
121
                <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
121
                <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
Lines 252-258 Link Here
252
252
253
            <!-- Create or edit housebound_visit -->
253
            <!-- Create or edit housebound_visit -->
254
            [% ELSIF ( method == 'visit_update_or_create' ) %]
254
            [% ELSIF ( method == 'visit_update_or_create' ) %]
255
              <h4>Manage housebound deliveries</h4>
255
              <h3>Manage housebound deliveries</h3>
256
              <form name="form" id="instance_form" method="post"
256
              <form name="form" id="instance_form" method="post"
257
                    action="/cgi-bin/koha/members/housebound.pl">
257
                    action="/cgi-bin/koha/members/housebound.pl">
258
                [% IF ( visit ) %]
258
                [% IF ( visit ) %]
Lines 384-390 Link Here
384
                  <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber | html %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a>
384
                  <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber | html %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a>
385
                </div>
385
                </div>
386
              <div>
386
              <div>
387
                <h3>Deliveries</h3>
387
                <h2>Deliveries</h2>
388
                [% housebound_visits = housebound_profile.housebound_visits %]
388
                [% housebound_visits = housebound_profile.housebound_visits %]
389
                [% IF  housebound_visits.size > 0 %]
389
                [% IF  housebound_visits.size > 0 %]
390
                <table border="0" width="100%" cellpadding="3" cellspacing="0">
390
                <table border="0" width="100%" cellpadding="3" cellspacing="0">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt (-2 / +3 lines)
Lines 44-49 Link Here
44
44
45
[% INCLUDE 'members-toolbar.inc' %]
45
[% INCLUDE 'members-toolbar.inc' %]
46
46
47
<h1>Patron password</h1>
47
[% IF ( newpassword ) %]
48
[% IF ( newpassword ) %]
48
<h1>Password updated</h1>
49
<h1>Password updated</h1>
49
50
Lines 54-60 Link Here
54
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
55
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
55
	[% IF ( errormsg ) %]
56
	[% IF ( errormsg ) %]
56
		<div class="dialog alert">
57
		<div class="dialog alert">
57
		<h4>The following errors have occurred:</h4>
58
        <h2>The following errors have occurred:</h2>
58
		<ul>
59
		<ul>
59
		[% IF ( BADUSERID ) %]
60
		[% IF ( BADUSERID ) %]
60
        <li>You have entered a username that already exists. Please choose another one.</li>
61
        <li>You have entered a username that already exists. Please choose another one.</li>
Lines 82-88 Link Here
82
	[% END %]
83
	[% END %]
83
84
84
85
85
    <fieldset class="brief"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend>
86
    <fieldset class="brief"><legend><h2>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h2></legend>
86
	<ol>
87
	<ol>
87
    <li><label for="newuserid">New username:</label>
88
    <li><label for="newuserid">New username:</label>
88
    <input type="hidden" name="member" value="[% patron.borrowernumber | html %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid | html %]" /></li>
89
    <input type="hidden" name="member" value="[% patron.borrowernumber | html %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid | html %]" /></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +2 lines)
Lines 69-75 Link Here
69
          [% END %]
69
          [% END %]
70
70
71
          <div id="searchresults">
71
          <div id="searchresults">
72
            <h3>Patrons found for: <span id="searchpattern">[% IF searchmember %] for '[% searchmember | html %]'[% END %]</span></h3>
72
            <h2>Patrons found for: <span id="searchpattern">[% IF searchmember %] for '[% searchmember | html %]'[% END %]</span></h2>
73
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
73
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
74
              <div class="searchheader fh-fixedHeader" id="searchheader">
74
              <div class="searchheader fh-fixedHeader" id="searchheader">
75
                  <div>
75
                  <div>
Lines 134-140 Link Here
134
                <form method="get" id="searchform">
134
                <form method="get" id="searchform">
135
                  <input type="hidden" id="firstletter_filter" value="" />
135
                  <input type="hidden" id="firstletter_filter" value="" />
136
                  <fieldset class="brief">
136
                  <fieldset class="brief">
137
                    <h3>Search patrons</h3>
137
                    <h2>Search patrons</h2>
138
                    <ol>
138
                    <ol>
139
                      <li>
139
                      <li>
140
                        <label for="searchmember_filter">Search for:</label>
140
                        <label for="searchmember_filter">Search for:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 128-134 legend:hover { Link Here
128
128
129
                        [% IF ( check_member ) %]
129
                        [% IF ( check_member ) %]
130
                            <div class="dialog alert">
130
                            <div class="dialog alert">
131
                                <h3>Duplicate patron record?</h3>
131
                                <h2>Duplicate patron record?</h2>
132
                                <p><a class="popup_patronview" href="/cgi-bin/koha/members/moremember.pl?print=brief&amp;borrowernumber=[% check_member | uri %]"><i class="fa fa-window-restore"></i> View existing record</a></p>
132
                                <p><a class="popup_patronview" href="/cgi-bin/koha/members/moremember.pl?print=brief&amp;borrowernumber=[% check_member | uri %]"><i class="fa fa-window-restore"></i> View existing record</a></p>
133
                                <button id="duplicate" type="submit" class="new"> <i class="fa fa-pencil"></i> It is a duplicate. Edit existing record </button>
133
                                <button id="duplicate" type="submit" class="new"> <i class="fa fa-pencil"></i> It is a duplicate. Edit existing record </button>
134
                                <button type="submit" id="not-duplicate" class="new"> <i class="fa fa-plus"></i> Not a duplicate. Save as new record </button>
134
                                <button type="submit" id="not-duplicate" class="new"> <i class="fa fa-plus"></i> Not a duplicate. Save as new record </button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt (-3 / +3 lines)
Lines 114-120 Link Here
114
                    <div id="pending_updates">
114
                    <div id="pending_updates">
115
                            [% FOREACH pm IN PendingModifications %]
115
                            [% FOREACH pm IN PendingModifications %]
116
                                [% SET borrowernumber = pm.borrowernumber %]
116
                                [% SET borrowernumber = pm.borrowernumber %]
117
                                <h3 class="panel-header" id="panel-header-[% pm.borrowernumber | html %]"><a href="#panel_modify_[% pm.borrowernumber | uri %]">[% borrowers.$borrowernumber.surname | html %][% IF ( borrowers.$borrowernumber.firstname ) %], [% borrowers.$borrowernumber.firstname | html %][% END %] - [% Categories.GetName( borrowers.$borrowernumber.categorycode ) | html %] ([% Branches.GetName( borrowers.$borrowernumber.branchcode ) | html %]) ([% borrowers.$borrowernumber.cardnumber | html %]) - Requested on [% pm.timestamp | $KohaDates with_hours = 1 %]</a></h3>
117
                                <h2 class="panel-header" id="panel-header-[% pm.borrowernumber | html %]"><a href="#panel_modify_[% pm.borrowernumber | uri %]">[% borrowers.$borrowernumber.surname | html %][% IF ( borrowers.$borrowernumber.firstname ) %], [% borrowers.$borrowernumber.firstname | html %][% END %] - [% Categories.GetName( borrowers.$borrowernumber.categorycode ) | html %] ([% Branches.GetName( borrowers.$borrowernumber.branchcode ) | html %]) ([% borrowers.$borrowernumber.cardnumber | html %]) - Requested on [% pm.timestamp | $KohaDates with_hours = 1 %]</a></h2>
118
                                <div id="panel_modify_[% pm.borrowernumber | html %]">
118
                                <div id="panel_modify_[% pm.borrowernumber | html %]">
119
                                    <div class="btn-toolbar">
119
                                    <div class="btn-toolbar">
120
                                        <input type="radio" id="approve_modify_[% pm.borrowernumber | html %]" name="modify_[% pm.borrowernumber | html %]" value="approve" />
120
                                        <input type="radio" id="approve_modify_[% pm.borrowernumber | html %]" name="modify_[% pm.borrowernumber | html %]" value="approve" />
Lines 130-136 Link Here
130
130
131
                                    [% IF borrowers.$borrowernumber.gonenoaddress > 0 %]
131
                                    [% IF borrowers.$borrowernumber.gonenoaddress > 0 %]
132
                                        <div class="dialog message" style="margin-top:.8em">
132
                                        <div class="dialog message" style="margin-top:.8em">
133
                                            <h4>Patron's address in doubt</h4>
133
                                            <h2>Patron's address in doubt</h2>
134
                                            <p>The <strong>Gone no address</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p>
134
                                            <p>The <strong>Gone no address</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p>
135
                                            <input type="checkbox" id="unset_gna_[% pm.borrowernumber | html %]" name="unset_gna_[% pm.borrowernumber | html %]" value="unset_gna_[% pm.borrowernumber | html %]"/>
135
                                            <input type="checkbox" id="unset_gna_[% pm.borrowernumber | html %]" name="unset_gna_[% pm.borrowernumber | html %]" value="unset_gna_[% pm.borrowernumber | html %]"/>
136
                                            <label for="unset_gna_[% pm.borrowernumber | html %]">Unset Gone no address for this patron</label>
136
                                            <label for="unset_gna_[% pm.borrowernumber | html %]">Unset Gone no address for this patron</label>
Lines 172-178 Link Here
172
                                  [%  END %]
172
                                  [%  END %]
173
                                  [% IF borrowers.$borrowernumber.modified_attributes %]
173
                                  [% IF borrowers.$borrowernumber.modified_attributes %]
174
                                    <div class="members-update-table">
174
                                    <div class="members-update-table">
175
                                        <h4>[% PROCESS display_names field='extended_attributes' %]</h4>
175
                                        <h2>[% PROCESS display_names field='extended_attributes' %]</h2>
176
                                        <table>
176
                                        <table>
177
                                            <tr>
177
                                            <tr>
178
                                                <th>Field</th>
178
                                                <th>Field</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-3 / +3 lines)
Lines 150-156 Link Here
150
                    [% END %]
150
                    [% END %]
151
                </form>
151
                </form>
152
            [% ELSIF action == 'merge' %]
152
            [% ELSIF action == 'merge' %]
153
                <h4>Results</h4>
153
                <h2>Results</h2>
154
                [% IF error %]
154
                [% IF error %]
155
                    [% IF error == 'INVALID_KEEPER' %]
155
                    [% IF error == 'INVALID_KEEPER' %]
156
                        <div class="dialog alert">Merge failed! The patron to keep was invalid.</div>
156
                        <div class="dialog alert">Merge failed! The patron to keep was invalid.</div>
Lines 167-173 Link Here
167
                    [% FOREACH pair IN results.merged.pairs %]
167
                    [% FOREACH pair IN results.merged.pairs %]
168
                        [% SET patron = pair.value.patron %]
168
                        [% SET patron = pair.value.patron %]
169
169
170
                        <h5>[% INCLUDE 'patron-title.inc' %]</h5>
170
                        <h3>[% INCLUDE 'patron-title.inc' %]</h3>
171
171
172
                        [% FOREACH r IN pair.value.updated.pairs %]
172
                        [% FOREACH r IN pair.value.updated.pairs %]
173
                            [% SET name = r.key %]
173
                            [% SET name = r.key %]
Lines 197-203 Link Here
197
            <div class="modal-content">
197
            <div class="modal-content">
198
                <div class="modal-header">
198
                <div class="modal-header">
199
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
199
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
200
                    <h4 class="modal-title" id="compareModalLabel">Compare patrons for merging</h4>
200
                    <h2 class="modal-title" id="compareModalLabel">Compare patrons for merging</h2>
201
                </div>
201
                </div>
202
                <div class="modal-body">
202
                <div class="modal-body">
203
                    <div class="compare">
203
                    <div class="compare">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
64
65
    <div class="col-xs-6">
65
    <div class="col-xs-6">
66
    <div id="patron-library-details">
66
    <div id="patron-library-details">
67
    <h3>Library use</h3>
67
    <h2>Library use</h2>
68
    <div class="rows">
68
    <div class="rows">
69
        <ol>
69
        <ol>
70
            <li><span class="label">Card number: </span>[% patron.cardnumber | html %]</li>
70
            <li><span class="label">Card number: </span>[% patron.cardnumber | html %]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-34 / +27 lines)
Lines 55-83 Link Here
55
            <div class="col-sm-10 col-sm-push-2">
55
            <div class="col-sm-10 col-sm-push-2">
56
                <main>
56
                <main>
57
57
58
59
                    [% INCLUDE 'members-toolbar.inc' %]
58
                    [% INCLUDE 'members-toolbar.inc' %]
60
59
60
                    <h1>
61
                        [% UNLESS ( I ) %]
62
                            [% patron.title | html %] [% patron.firstname | html %]
63
                        [% END %]
64
                        [% patron.surname | html %] ([% patron.cardnumber | html %])
65
                    </h1>
66
61
                    [% IF ( error ) %]
67
                    [% IF ( error ) %]
62
                        <div class="dialog alert">
68
                        <div class="dialog alert">
63
                            [% IF ( error == 'CANT_DELETE_STAFF' ) %]
69
                            [% IF ( error == 'CANT_DELETE_STAFF' ) %]
64
                                <h3>Unable to delete staff user</h3>
70
                                <h2>Unable to delete staff user</h2>
65
                                <p>Insufficient privileges.</p>
71
                                <p>Insufficient privileges.</p>
66
                            [% END %]
72
                            [% END %]
67
                            [% IF ( error == 'CANT_DELETE_YOURSELF' ) %]
73
                            [% IF ( error == 'CANT_DELETE_YOURSELF' ) %]
68
                                <h3>Not allowed to delete own account</h3>
74
                                <h2>Not allowed to delete own account</h2>
69
                                <p>Deleting your own account would lock you out of Koha.</p>
75
                                <p>Deleting your own account would lock you out of Koha.</p>
70
                            [% END %]
76
                            [% END %]
71
                            [% IF ( error == 'CANT_DELETE_OTHERLIBRARY' ) %]
77
                            [% IF ( error == 'CANT_DELETE_OTHERLIBRARY' ) %]
72
                                <h3>Unable to delete patrons from other libraries with current settings</h3>
78
                                <h2>Unable to delete patrons from other libraries with current settings</h2>
73
                                <p>Insufficient privileges.</p>
79
                                <p>Insufficient privileges.</p>
74
                            [% END %]
80
                            [% END %]
75
                            [% IF ( error == 'CANT_DELETE_ANONYMOUS_PATRON' ) %]
81
                            [% IF ( error == 'CANT_DELETE_ANONYMOUS_PATRON' ) %]
76
                                <h3>Unable to delete patron that is set as AnonymousPatron</h3>
82
                                <h2>Unable to delete patron that is set as AnonymousPatron</h2>
77
                                <p>This patron cannot be deleted while set as AnonymousPatron in the system preferences.</p>
83
                                <p>This patron cannot be deleted while set as AnonymousPatron in the system preferences.</p>
78
                            [% END %]
84
                            [% END %]
79
                            [% IF ( error == 'CANT_DELETE' ) %]
85
                            [% IF ( error == 'CANT_DELETE' ) %]
80
                                <h3>Unable to delete patron</h3>
86
                                <h2>Unable to delete patron</h2>
81
                                <p>Insufficient privileges.</p>
87
                                <p>Insufficient privileges.</p>
82
                            [% END %]
88
                            [% END %]
83
                        </div>
89
                        </div>
Lines 85-97 Link Here
85
91
86
                    <div class="row">
92
                    <div class="row">
87
93
88
                        <h3>
89
                            [% UNLESS ( I ) %]
90
                                [% patron.title | html %] [% patron.firstname | html %]
91
                            [% END %]
92
                            [% patron.surname | html %] ([% patron.cardnumber | html %])
93
                        </h3>
94
95
                        [% IF ( was_renewed ) %]
94
                        [% IF ( was_renewed ) %]
96
                            <div class="dialog message">
95
                            <div class="dialog message">
97
                                Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
96
                                Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
Lines 102-119 Link Here
102
                            [% INCLUDE 'patron_messages.inc' %]
101
                            [% INCLUDE 'patron_messages.inc' %]
103
                        </div>
102
                        </div>
104
103
105
                        <h1>
106
                            [% UNLESS ( I ) %]
107
                                [% patron.title | html %] [% patron.firstname | html %]
108
                            [% END %]
109
                            [% patron.surname | html %] ([% patron.cardnumber | html %])
110
                        </h1>
111
                        <div class="col-sm-6">
104
                        <div class="col-sm-6">
112
105
113
                            <div id="patron-information" class="patroninfo-section">
106
                            <div id="patron-information" class="patroninfo-section">
114
107
115
                                <div class="patroninfo-heading">
108
                                <div class="patroninfo-heading">
116
                                    <h3>Contact information</h3>
109
                                    <h2>Contact information</h2>
117
                                    [% IF ( guarantor.borrowernumber ) %]
110
                                    [% IF ( guarantor.borrowernumber ) %]
118
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=1&amp;guarantorid=[% guarantor.borrowernumber | html %]"><i class="fa fa-pencil"></i> Edit</a>
111
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=1&amp;guarantorid=[% guarantor.borrowernumber | html %]"><i class="fa fa-pencil"></i> Edit</a>
119
                                    [% ELSE %]
112
                                    [% ELSE %]
Lines 267-278 Link Here
267
                                    <div id="manage-patron-image" class="patroninfo-section">
260
                                    <div id="manage-patron-image" class="patroninfo-section">
268
                                        [% IF ( patron.image ) %]
261
                                        [% IF ( patron.image ) %]
269
                                            <div class="patroninfo-heading">
262
                                            <div class="patroninfo-heading">
270
                                                <h3>Manage patron image</h3>
263
                                                <h2>Manage patron image</h2>
271
                                                <a class="btn btn-default btn-xs" id="show-picture-upload" href="#"><i class="fa fa-pencil"></i> Edit</a>
264
                                                <a class="btn btn-default btn-xs" id="show-picture-upload" href="#"><i class="fa fa-pencil"></i> Edit</a>
272
                                            </div>
265
                                            </div>
273
                                        [% ELSE %]
266
                                        [% ELSE %]
274
                                            <div class="patroninfo-heading">
267
                                            <div class="patroninfo-heading">
275
                                                <h3>Upload patron image</h3>
268
                                                <h2>Upload patron image</h2>
276
                                                <a class="btn btn-default btn-xs" id="show-picture-upload" href="#"><i class="fa fa-plus"></i> Add</a>
269
                                                <a class="btn btn-default btn-xs" id="show-picture-upload" href="#"><i class="fa fa-plus"></i> Add</a>
277
                                            </div>
270
                                            </div>
278
                                        [% END %]
271
                                        [% END %]
Lines 306-312 Link Here
306
                                <div id="houseboundroles" class="patroninfo-section">
299
                                <div id="houseboundroles" class="patroninfo-section">
307
                                    [% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %]
300
                                    [% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %]
308
                                        <div class="patroninfo-heading">
301
                                        <div class="patroninfo-heading">
309
                                            <h3>Housebound roles</h3>
302
                                            <h2>Housebound roles</h2>
310
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7"><i class="fa fa-pencil"></i> Edit</a>
303
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7"><i class="fa fa-pencil"></i> Edit</a>
311
                                        </div>
304
                                        </div>
312
                                        <div class="rows">
305
                                        <div class="rows">
Lines 331-337 Link Here
331
                                        </div>
324
                                        </div>
332
                                    [% ELSE %]
325
                                    [% ELSE %]
333
                                        <div class="patroninfo-heading">
326
                                        <div class="patroninfo-heading">
334
                                            <h3>Housebound roles</h3>
327
                                            <h2>Housebound roles</h2>
335
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7"><i class="fa fa-plus"></i> Add</a>
328
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7"><i class="fa fa-plus"></i> Add</a>
336
                                        </div>
329
                                        </div>
337
                                    [% END %]
330
                                    [% END %]
Lines 343-349 Link Here
343
                                    <div id="patron-extended-attributes" class="patroninfo-section">
336
                                    <div id="patron-extended-attributes" class="patroninfo-section">
344
                                        [% IF ( attributes_loop ) %]
337
                                        [% IF ( attributes_loop ) %]
345
                                            <div class="patroninfo-heading">
338
                                            <div class="patroninfo-heading">
346
                                                <h3>Additional attributes and identifiers</h3>
339
                                                <h2>Additional attributes and identifiers</h2>
347
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4"><i class="fa fa-pencil"></i> Edit</a>
340
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4"><i class="fa fa-pencil"></i> Edit</a>
348
                                            </div>
341
                                            </div>
349
                                            [% FOREACH attribute IN attributes_loop %]
342
                                            [% FOREACH attribute IN attributes_loop %]
Lines 352-358 Link Here
352
                                                [% ELSE %]
345
                                                [% ELSE %]
353
                                                    <div id="aai" class="rows">
346
                                                    <div id="aai" class="rows">
354
                                                [% END %]
347
                                                [% END %]
355
                                                    <h4>[% attribute.lib | html %]</h4>
348
                                                    <h2>[% attribute.lib | html %]</h2>
356
                                                    <ol>
349
                                                    <ol>
357
                                                        [% FOREACH item IN attribute.items %]
350
                                                        [% FOREACH item IN attribute.items %]
358
                                                            <li>
351
                                                            <li>
Lines 367-373 Link Here
367
                                            </div>
360
                                            </div>
368
                                        [% ELSE %]
361
                                        [% ELSE %]
369
                                            <div class="patroninfo-heading">
362
                                            <div class="patroninfo-heading">
370
                                                <h3>Additional attributes and identifiers</h3>
363
                                                <h2>Additional attributes and identifiers</h2>
371
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4"><i class="fa fa-plus"></i> Add</a>
364
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4"><i class="fa fa-plus"></i> Add</a>
372
                                            </div>
365
                                            </div>
373
                                        [% END %]
366
                                        [% END %]
Lines 378-384 Link Here
378
                            [% IF ( EnhancedMessagingPreferences ) %]
371
                            [% IF ( EnhancedMessagingPreferences ) %]
379
                                <div id="patron-messaging-prefs" class="patroninfo-section">
372
                                <div id="patron-messaging-prefs" class="patroninfo-section">
380
                                    <div class="patroninfo-heading">
373
                                    <div class="patroninfo-heading">
381
                                        <h3>Patron messaging preferences</h3>
374
                                        <h2>Patron messaging preferences</h2>
382
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=5"><i class="fa fa-pencil"></i> Edit</a>
375
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=5"><i class="fa fa-pencil"></i> Edit</a>
383
                                    </div>
376
                                    </div>
384
                                    [% INCLUDE 'messaging-preference-form.inc' %]
377
                                    [% INCLUDE 'messaging-preference-form.inc' %]
Lines 404-410 Link Here
404
                        <div class="col-sm-6">
397
                        <div class="col-sm-6">
405
                            <div id="patron-library-details" class="patroninfo-section">
398
                            <div id="patron-library-details" class="patroninfo-section">
406
                                <div class="patroninfo-heading">
399
                                <div class="patroninfo-heading">
407
                                    <h3>Library use</h3>
400
                                    <h2>Library use</h2>
408
                                    <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=3"><i class="fa fa-pencil"></i> Edit</a>
401
                                    <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=3"><i class="fa fa-pencil"></i> Edit</a>
409
                                </div>
402
                                </div>
410
                                <div class="rows">
403
                                <div class="rows">
Lines 536-542 Link Here
536
                            <div id="patron-alternate-address" class="patroninfo-section">
529
                            <div id="patron-alternate-address" class="patroninfo-section">
537
                                [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]
530
                                [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]
538
                                    <div class="patroninfo-heading">
531
                                    <div class="patroninfo-heading">
539
                                        <h3>Alternate address</h3>
532
                                        <h2>Alternate address</h2>
540
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6"><i class="fa fa-pencil"></i> Edit</a>
533
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6"><i class="fa fa-pencil"></i> Edit</a>
541
                                    </div>
534
                                    </div>
542
                                    <div class="address">
535
                                    <div class="address">
Lines 570-576 Link Here
570
                                    </div>
563
                                    </div>
571
                                [% ELSE %]
564
                                [% ELSE %]
572
                                    <div class="patroninfo-heading">
565
                                    <div class="patroninfo-heading">
573
                                      <h3 class="inline">Alternate address</h3>
566
                                      <h2 class="inline">Alternate address</h2>
574
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6"><i class="fa fa-plus"></i> Add</a>
567
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6"><i class="fa fa-plus"></i> Add</a>
575
                                    </div>
568
                                    </div>
576
                                [% END %]
569
                                [% END %]
Lines 579-585 Link Here
579
                            <div id="patron-alternative-contact" class="patroninfo-section">
572
                            <div id="patron-alternative-contact" class="patroninfo-section">
580
                                [% IF ( patron.altcontactsurname || patron.altcontactfirstname || patron.altcontactaddress1 || patron.altcontactaddress2 || patron.altcontactaddress3 || patron.altcontactstate || patron.altcontactzipcode || patron.altcontactcountry || patron.altcontactphone ) %]
573
                                [% IF ( patron.altcontactsurname || patron.altcontactfirstname || patron.altcontactaddress1 || patron.altcontactaddress2 || patron.altcontactaddress3 || patron.altcontactstate || patron.altcontactzipcode || patron.altcontactcountry || patron.altcontactphone ) %]
581
                                    <div class="patroninfo-heading">
574
                                    <div class="patroninfo-heading">
582
                                        <h3>Alternative contact</h3>
575
                                        <h2>Alternative contact</h2>
583
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2"><i class="fa fa-pencil"></i> Edit</a>
576
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2"><i class="fa fa-pencil"></i> Edit</a>
584
                                    </div>
577
                                    </div>
585
                                    <div class="rows">
578
                                    <div class="rows">
Lines 643-649 Link Here
643
                                    </div> [% # /div.rows %]
636
                                    </div> [% # /div.rows %]
644
                                [% ELSE %]
637
                                [% ELSE %]
645
                                    <div class="patroninfo-heading">
638
                                    <div class="patroninfo-heading">
646
                                        <h3>Alternative contact</h3>
639
                                        <h2>Alternative contact</h2>
647
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2"><i class="fa fa-plus"></i> Add</a>
640
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2"><i class="fa fa-plus"></i> Add</a>
648
                                    </div>
641
                                    </div>
649
                                [% END %]
642
                                [% END %]
Lines 652-658 Link Here
652
                            [% IF Koha.Preference('EnableBorrowerFiles') %]
645
                            [% IF Koha.Preference('EnableBorrowerFiles') %]
653
                                <div id="patron-files" class="patroninfo-section">
646
                                <div id="patron-files" class="patroninfo-section">
654
                                    <div class="patroninfo-heading">
647
                                    <div class="patroninfo-heading">
655
                                        <h3>Files</h3>
648
                                        <h2>Files</h2>
656
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]"><i class="fa fa-list"></i> Manage</a>
649
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]"><i class="fa fa-list"></i> Manage</a>
657
650
658
                                        [% IF ( files ) %]
651
                                        [% IF ( files ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 357-363 Link Here
357
    <div class="modal-dialog">
357
    <div class="modal-dialog">
358
        <div class="modal-content">
358
        <div class="modal-content">
359
            <div class="modal-header">
359
            <div class="modal-header">
360
                <h3>The amount collected is more than the outstanding charge</h3>
360
                <h2>The amount collected is more than the outstanding charge</h2>
361
            </div>
361
            </div>
362
            <div class="modal-body">
362
            <div class="modal-body">
363
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
363
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
364
- 

Return to bug 27741