Bug 14570: (follow-up) fix qa FAIL tests
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / memberentrygen.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE To %]
4 [% USE Koha %]
5 [% USE KohaDates %]
6 [% USE Branches %]
7 [% SET footerjs = 1 %]
8 [% INCLUDE 'doc-head-open.inc' %]
9 <title>Koha &rsaquo; Patrons &rsaquo;
10     [% UNLESS blocking_error %]
11         [% IF ( opadd ) %]Add
12         [% ELSIF ( opduplicate ) %]Duplicate
13         [% ELSE %] Modify
14         [% END %] patron
15         [% IF (firstname) %][% firstname | html %] [% END %]
16         [% IF (surname) %][% surname | html %] [% END %]
17         ([%IF categoryname %][% categoryname | html %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])
18     [% END %]
19 </title>
20 [% INCLUDE 'doc-head-close.inc' %]
21 </head>
22
23 <body id="pat_memberentrygen" class="pat">
24 [% INCLUDE 'header.inc' %]
25 [% INCLUDE 'patron-search.inc' %]
26
27 <div id="breadcrumbs">
28     <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
29     [% UNLESS blocking_error %]
30     &rsaquo;[% IF (firstname || surname ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% IF (firstname) %][% firstname | html %] [% END %][% IF (surname) %][% surname | html %] [% END %]</a>  &rsaquo;[% END %]
31 <strong>[% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron ([%IF ( categoryname ) %][% categoryname | html %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</strong>
32     [% END %]
33 </div>
34
35 <div class="main container-fluid">
36     <div class="row">
37         [% IF ( opadd ) %]
38             <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
39         [% ELSE %]
40             <div class="col-sm-10 col-sm-push-2">
41         [% END %]
42             <main class="clearfix">
43                 [% INCLUDE 'blocking_errors.inc' %]
44
45     [% IF error_alert %]
46         [% IF ( error_alert == "no_email" ) %]
47             <div class="dialog alert">This member has no email</div>
48         [% ELSE %]
49             <div class="dialog alert">[% error_alert | html %]</div>
50         [% END %]
51     [% END %]
52     [% IF info_alert %]
53         <div class="dialog message">Email has been sent.</div>
54     [% END %]
55
56     [% INCLUDE 'noadd-warnings.inc' %]
57
58         [% UNLESS ( no_add ) %]
59     <h1>[% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname | html %] [% END %][% IF (surname) %][% surname | html %] [% END %]([%IF ( categoryname ) %][% categoryname | html %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</h1>
60
61     [% IF quickadd && opadd && !check_member %]
62         <a href="#" class="toggle_quick_add"><i class="fa fa-plus-square"></i> Show full form</a>
63         <a href="#" class="toggle_quick_add" style="display:none"><i class="fa fa-minus-square"></i> Show brief form</a>
64     [% END %]
65
66         [% IF ( check_member ) %]
67                         <div class="dialog alert">
68                                 <h3>Duplicate patron record?</h3>
69                 <p><a class="popup" href="#" onclick="Dopop('moremember.pl?print=brief&amp;borrowernumber=[% check_member | html %]');return false;" >View existing record</a></p>
70                 <button id="duplicate" type="submit" class="new"><i class="fa fa-pencil"></i> It is a duplicate.
71                 Edit existing record</button>
72
73                 <button type="submit" id="not-duplicate" class="new"><i class="fa fa-plus"></i> Not a duplicate.
74                 Save as new record</button>
75                         </div>
76         [% END %]
77
78         [% IF ( nok ) %]
79                 <div class="dialog alert">
80                         <p>The following fields are wrong. Please fix them.</p>
81                         <ul>
82                         [% IF ( ERROR_login_exist ) %]
83                                 <li id="ERROR_login_exist">Username/password already exists.</li>
84                         [% END %]
85             [% IF ERROR_cardnumber_already_exists %]
86                 <li id="ERROR_cardnumber">Cardnumber already in use.</li>
87             [% END %]
88             [% IF ERROR_cardnumber_length %]
89                 <li id="ERROR_cardnumber">Cardnumber length is incorrect.</li>
90             [% END %]
91                         [% IF ( ERROR_age_limitations ) %]
92             <li id="ERROR_age_limitations">Patron's age is incorrect for their category.
93                     Ages allowed are [% age_low | html %]-[% age_high | html %].</li>
94                         [% END %]
95                         [% IF ( ERROR_branch ) %]
96                                 <li id="ERROR_branch">Library is invalid.</li>
97             [% END %]
98                         [% IF ( ERROR_dateofbirth ) %]
99                                 <li id="ERROR_dateofbirth">Date of birth is invalid.</li>
100                         [% END %]
101                         [% IF ( ERROR_dateenrolled ) %]
102                                 <li id="ERROR_dateenrolled">Date of enrollment is invalid.</li>
103                         [% END %]
104                         [% IF ( ERROR_dateexpiry ) %]
105                                 <li id="ERROR_dateexpiry">Date of expiration is invalid.</li>
106                         [% END %]
107             [% IF ( ERROR_password_too_short ) %]
108                 <li id="ERROR_short_password">Password must be at least [% minPasswordLength | html %] characters long.</li>
109             [% END %]
110             [% IF ( ERROR_password_too_weak ) %]
111                 <li id="ERROR_weak_password">Password must contain at least one digit, one lowercase and one uppercase.</li>
112             [% END %]
113             [% IF ( ERROR_password_has_whitespaces ) %]
114                 <li id="ERROR_weak_password">Password must not contain leading or trailing whitespaces.</li>
115             [% END %]
116                         [% IF ( ERROR_password_mismatch ) %]
117                                 <li id="ERROR_password_mismatch">Passwords do not match.</li>
118                         [% END %]
119             [% IF ( ERROR_extended_unique_id_failed ) %]
120                 <li id="ERROR_extended_unique_id_failed"><strong>[% ERROR_extended_unique_id_failed_description | html %]:</strong> Attribute value "[% ERROR_extended_unique_id_failed_value | html %]" is already in use by another patron record.</li>
121                         [% END %]
122             [% IF ERROR_bad_email %]
123                 <li id="ERROR_bad_email">The primary email is invalid.</li>
124             [% END %]
125             [% IF ERROR_bad_email_secondary %]
126                 <li id="ERROR_bad_email_secondary">The secondary email is invalid.</li>
127             [% END %]
128             [% IF ERROR_bad_email_alternative %]
129                 <li id="ERROR_bad_email_alternative">The alternative email is invalid.</li>
130             [% END %]
131                         </ul>
132                 </div>
133         [% END %]
134
135
136 <div id="toolbar" class="btn-toolbar">
137 [% UNLESS ( check_member ) %]
138     [% IF quickadd && opadd %]
139         <button class="btn btn-default toggler" id="save_quick_add" name="save"><i class="fa fa-save"></i> Save</button>
140     [% END %]
141     <button class="btn btn-default toggler" id="saverecord" name="save" ><i class="fa fa-save"></i> Save</button>
142     [% IF opadd %]
143         <a class="btn btn-default" href="/cgi-bin/koha/members/member.pl" class="toggler save_entryform">
144     [% ELSE %]
145         <a class="btn btn-default" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | html %]">
146     [% END %]
147         <i class="fa fa-times"></i> Cancel
148     </a>
149 [% END %]
150 </div>
151
152 <form name="form" id="entryform"  action="/cgi-bin/koha/members/memberentry.pl" method="post" autocomplete="off" class="toggler" >
153 [% UNLESS ( check_member ) %]
154     <input type="hidden" name="nodouble"  value="[% nodouble | html %]" />
155 [% END %]
156 <!--    field always hidden in different form (1,2,3) -->
157 <input type="hidden" name="BorrowerMandatoryField" value="[% BorrowerMandatoryField | html %]" />
158 <input type="hidden" name="category_type" value="[% category_type | html %]" />
159 <input type="hidden" name="updtype" value="[% updtype | html %]" />
160 <input type="hidden" name="destination" value="[% destination | html %]" />
161 <input type="hidden" name="check_member" value="[% check_member | html %]" />
162 <input type="hidden" name="borrowernumber" value="[% borrowernumber | html UNLESS opduplicate %]" />
163 <input type="hidden" name="nodouble"  value="[% nodouble | html UNLESS opduplicate %]" />
164 <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
165 [% IF ( step ) %]<input type="hidden" name="step"  value="[% step | html %]" />[% END %]
166 [% IF ( opadd ) %]<input type="hidden" name="op" value="insert" />
167 [% ELSIF ( opduplicate ) %]
168 <input type="hidden" name="op" value="insert" />
169 [% ELSE %]
170 <input type="hidden" name="op" value="save" />
171 [% IF step == 4 || step == 5 || step == 6 || step == 2 || step == 1 || step == 7 %]
172 [%# Only put the cardnumber if we arent showing it in the form later %]
173 [% IF cardnumber %]
174 <input type="hidden" name="cardnumber" value="[% cardnumber | html %]" />
175 [% END %]
176 [% END %]
177 [% END %]
178
179 [% IF ( step_1 ) %]
180 [%UNLESS notitle && nosurname && nofirstname && nodateofbirth && noinitials && noothernames &&nosex %]
181         <fieldset class="rows" id="memberentry_identity">
182                 <legend id="identity_lgd">[% IF ( I ) %]Organization [% ELSE %]Patron [% END %]identity</legend>
183                 <ol>
184                 [% UNLESS ( I ) %]
185         [% UNLESS notitle %]
186         [% IF Koha.Preference('BorrowersTitles') %]
187             <li>
188             [% IF ( mandatorytitle ) %]
189                 <label for="btitle" class="required">
190             [% ELSE %]
191                 <label for="btitle">
192             [% END %]
193             Salutation: </label>
194             <select id="btitle" name="title">
195                 <option value=""></option>
196                 [% FOREACH t IN Koha.Preference('BorrowersTitles').split('\|') %]
197                     [% IF btitle == t %]
198                         <option value="[% t | html %]" selected="selected">[% t | html %]</option>
199                     [% ELSE %]
200                         <option value="[% t | html %]">[% t | html %]</option>
201                     [% END %]
202                 [% END %]
203             </select>
204             [% IF ( mandatorytitle ) %]<span class="required">Required</span>[% END %]
205             </li>
206                 [% END %]
207         [% END %]
208                 [% END %]
209         [% UNLESS nosurname %]
210                 <li>
211
212         [% IF ( I ) %]
213             <label for="surname" class="required">
214                 Name:
215             </label>
216         [% ELSE %]
217             [% IF ( mandatorysurname ) %]
218                 <label for="surname" class="required">
219             [% ELSE %]
220                 <label for="surname">
221             [% END %]
222             Surname: </label>
223         [% END %]
224
225                 [% IF ( uppercasesurnames ) %]
226             <input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20"  value="[% surname | html %]" />
227                 [% ELSE %]
228             <input type="text" id="surname" name="surname" size="20"  value="[% surname | html %]" />
229                 [% END %]
230                 [% IF ( mandatorysurname ) %]<span class="required">Required</span>[% END %]
231                 </li>
232         [% END %]
233                 [% UNLESS ( I ) %]
234         [% UNLESS nofirstname %]
235             <li>
236                 [% IF ( mandatoryfirstname ) %]
237                 <label for="firstname" class="required">
238                 [% ELSE %]
239                 <label for="firstname">
240                 [% END %]
241                 First name: </label>
242                 <input type="text" id="firstname" name="firstname" size="20"  value="[% firstname | html UNLESS opduplicate %]" />
243                 [% IF ( mandatoryfirstname ) %]<span class="required">Required</span>[% END %]
244             </li>
245         [% END %]
246         [% UNLESS nodateofbirth %]
247             <li>
248                 [% IF ( mandatorydateofbirth ) %]
249                 <label for="dateofbirth" class="required">
250                 [% ELSE %]
251                 <label for="dateofbirth">
252                 [% END %]
253                 Date of birth: </label>
254
255                 <input type="text" id="dateofbirth" name="dateofbirth" size="20" onchange="write_age();" value="[% dateofbirth | html UNLESS opduplicate %]" class="datepicker" />
256
257         [% IF ( mandatorydateofbirth ) %]<span class="required">Required</span>[% END %]
258         [% IF ( ERROR_dateofbirth ) %]<span class="required">(Error)</span>[% END %]
259                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
260             </li>
261         [% END %]
262         [% UNLESS noinitials %]
263             <li>
264                 [% IF ( mandatoryinitials ) %]
265                     <label for="initials" class="required">
266                 [% ELSE %]
267                     <label for="initials">
268                 [% END %]
269                 Initials: </label>
270                 <input type="text" id="initials" name="initials" size="20"  value="[% initials | html UNLESS opduplicate %]" />
271                 [% IF ( mandatoryinitials ) %]<span class="required">Required</span>[% END %]
272             </li>
273         [% END %]
274         [% END %]
275         [% UNLESS noothernames %]
276                 <li>
277                         [% IF ( mandatoryothernames ) %]
278                         <label for="othernames" class="required">
279                         [% ELSE %]
280                         <label for="othernames">
281                         [% END %]
282             Other name: </label>
283             <input type="text" id="othernames" name="othernames" size="20"  value="[% othernames | html UNLESS opduplicate %]" />
284 [% IF ( mandatoryothernames ) %]<span class="required">Required</span>[% END %]
285                 [% IF ( I ) %]<input type="hidden" name="sex" value="N" />[% END %]
286                 </li>
287         [% END %]
288     [% UNLESS ( I ) %]
289         [% UNLESS nosex %]
290                 <li class="radio">
291
292             [% UNLESS ( opduplicate ) %]
293                 [% IF ( female ) %]
294                     <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" checked="checked" /> Female</label>
295                 [% ELSE %]
296                     <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" /> Female</label>
297                 [% END %]
298                 [% IF ( male ) %]
299                     <label for="sex-male"><input type="radio" name="sex" id="sex-male" value="M" checked="checked" /> Male</label>
300                 [% ELSE %]
301                     <label for="sex-male"><input type="radio" name="sex" id="sex-male" value="M" /> Male</label>
302                 [% END %]
303                 [% IF ( none ) %]
304                     <label for="sex-none"><input type="radio" name="sex" id="sex-none" value=""  checked="checked" /> None specified</label>
305                 [% ELSE %]
306                     <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" /> None specified</label>
307                 [% END %]
308             [% ELSE %]
309                 <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" />
310                 <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" />
311                 <label for="sex-none">None specified </label><input type="radio" name="sex" id="sex-none" value="" checked="checked" />
312             [% END %]
313
314         </li>
315         [% END %]
316     [% END %]
317                 </ol>
318         </fieldset>
319 [% END # hide fieldset %]
320
321 [% IF show_guarantor || guarantor %]
322     [% SET possible_relationships = Koha.Preference('borrowerRelationship') %]
323     <fieldset class="rows">
324         <legend>Guarantor information</legend>
325
326         <span id="guarantor_relationships">
327             [% FOREACH r IN relationships %]
328                 <fieldset class="rows">
329                     <ol>
330                         [% IF category_type == 'P' %]
331                             <li id="contact-details">
332                                 <span class="label">Organization #:</span> [% IF ( r.guarantor_id ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% r.guarantor_id | uri %]" target="blank">[% r.guarantor_id | html %]</a>[% END %]
333                             </li>
334
335                             <li>
336                                 <label for="guarantor_surname">Organization name: </label>
337                                 <span>[% r.guarantor.surname | html %]</span>
338                             </li>
339                         [% ELSE %]
340                             <li id="contact-details">
341                                 <span class="label">Patron #:</span>
342                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% r.guarantor_id | uri %]" target="blank">[% r.guarantor_id | html %]</a>
343                             </li>
344
345                             [% IF r.guarantor.surname %]
346                                 <li>
347                                     <label for="guarantor_surname">Surname: </label>
348                                     <span>[% r.guarantor.surname | html %]</span>
349                                 </li>
350                             [% END %]
351
352                             [% IF r.guarantor.firstname %]
353                                 <li>
354                                     <label for="guarantor_firstname">First name: </label>
355                                     <span>[% r.guarantor.firstname | html %]</span>
356                                 </li>
357                             [% END %]
358
359                             <li>
360                                 <label for="relationship">Relationship: </label>
361                                 <span>[% r.relationship | html %]</span>
362                             </li>
363
364                             <li>
365                                 <label for="delete_guarantor-[% r.id | uri %]">Delete: </label>
366                                 <input type="checkbox" id="delete_guarantor-[% r.id | uri %]" name="delete_guarantor" value="[% r.id | html %]" />
367                             </li>
368                         [% END %]
369                     </ol>
370                 </fieldset>
371             [% END # END relationships foreach %]
372         </span>
373
374         <fieldset class="rows guarantor" id="guarantor_template">
375             <ol>
376                 <li class="guarantor_id">
377                     <span class="label">Patron #:</span>
378                     <span class="new_guarantor_id_text"></span>
379                     <input type="hidden" class="new_guarantor_id" name="new_guarantor_id" value=""/>
380                 </li>
381
382                 <li>
383                     <label for="guarantor_surname">Surname: </label>
384                     <span class="new_guarantor_surname_text"></span>
385                 </li>
386
387                 <li>
388                     <label for="guarantor_firstname">First name: </label>
389                     <span class="new_guarantor_firstname_text"></span>
390                 </li>
391
392                 <li>
393                     <label for="guarantor_relationship">Relationship: </label>
394                     <select class="new_guarantor_relationship" name="new_guarantor_relationship">
395                         [% FOREACH pr IN possible_relationships.split('\|') %]
396                             <option value="[% pr | html %]">[% pr | html %]</option>
397                         [% END %]
398                     </select>
399                 </li>
400
401                 <li>
402                     <label for="guarantor_cancel">&nbsp;</label>
403                     <span><a href="#" class="guarantor_cancel">Cancel</a></span>
404                 </li>
405             </ol>
406         </fieldset>
407
408             <ol>
409                 <input type="hidden" id="guarantor_id" value="" />
410                 <input name="guarantor_surname" id="guarantor_surname" type="hidden" />
411                 <input name="guarantor_firstname" id="guarantor_firstname" type="hidden" />
412
413                 <li>
414                     <a href="#" id="guarantor_search" class="btn btn-sm"><i class="fa fa-search"></i> Search</a>
415                 </li>
416
417                 [% IF relationships && Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %]
418                     <li>
419                         <label for="privacy_guarantor_checkouts">Show checkouts to guarantors</label>
420                         <select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts">
421                             [% IF privacy_guarantor_checkouts %]
422                                 <option value="0">No</option>
423                                 <option value="1" selected>Yes</option>
424                             [% ELSE %]
425                                 <option value="0" selected>No</option>
426                                 <option value="1">Yes</option>
427                             [% END %]
428                         </select>
429                         <div class="hint">Allow guarantors of this patron to view this patron's checkouts from the OPAC</div>
430                     </li>
431                 [% END %]
432             </ol>
433     </fieldset>
434 [% END %]
435
436
437 [% UNLESS noaddress && noaddress2 && nocity && nostate && nozipcode && nocountry %]
438     [% IF Koha.Preference( 'AddressFormat' ) %]
439         [% INCLUDE "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
440     [% END %]
441 [% END # nostreet && nocity etc group%]
442
443 [% UNLESS nophone && nophonepro && nomobile && noemail && noemailpro && nofax %]
444     <fieldset class="rows" id="memberentry_contact">
445         <legend id="contact_lgd">Contact</legend><ol>
446
447         [% UNLESS nocontactname %]
448             <li>
449                 [% IF ( mandatorycontactname ) %]
450                     <label for="contactname" class="required">
451                 [% ELSE %]
452                     <label for="contactname">
453                 [% END %]
454                 Guarantor surname: </label>
455                 <input type="text" id="contactname" name="contactname" value="[% contactname | html %]" />
456                 [% IF ( mandatorycontactname ) %]<span class="required">Required</span>[% END %]<div class="hint">Non-patron guarantor surname</div>
457             </li>
458         [% END %]
459
460         [% UNLESS nocontactfirstname %]
461             <li>
462                 [% IF ( mandatorycontactfirstname ) %]
463                     <label for="contactfirstname" class="required">
464                 [% ELSE %]
465                     <label for="contactfirstname">
466                 [% END %]
467                 Guarantor first name: </label>
468                 <input type="text" id="contactfirstname" name="contactfirstname" value="[% contactfirstname | html %]" />
469                 [% IF ( mandatorycontactfirstname ) %]<span class="required">Required</span>[% END %]<div class="hint">Non-patron guarantor first name</div>
470             </li>
471         [% END %]
472
473         [% UNLESS norelationship %]
474             [% IF possible_relationships %]
475                 <li>
476                     <label for="relationship">Relationship: </label>
477                     <select class="relationship" name="relationship">
478                         <option value=""></option>
479                         [% FOREACH pr IN possible_relationships.split('\|') %]
480                             [% IF pr == relationship %]
481                                 <option value="[% pr | html %]" selected="selected">[% pr | html %]</option>
482                             [% ELSE %]
483                                 <option value="[% pr | html %]">[% pr | html %]</option>
484                             [% END %]
485                         [% END %]
486                     </select>
487                 </li>
488             [% END %]
489         [% END %]
490
491         [% UNLESS nophone %]
492             <li>
493                 [% IF ( mandatoryphone ) %]
494                     <label for="phone" class="required">
495                 [% ELSE %]
496                     <label for="phone">
497                 [% END %]
498                 Primary phone: </label>
499                 <input type="text" id="phone" name="phone" value="[% phone | html %]" />
500                 [% IF ( mandatoryphone ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div>
501             </li>
502         [% END %]
503
504         [% UNLESS nophonepro %]
505             <li>
506                 [% IF ( mandatoryphonepro ) %]
507                     <label for="phonepro" class="required">
508                 [% ELSE %]
509                     <label for="phonepro">
510                 [% END %]
511                 Secondary phone: </label>
512                 <input type="text" id="phonepro" name="phonepro" value="[% phonepro | html %]" />
513                 [% IF ( mandatoryphonepro ) %]<span class="required">Required</span>[% END %]
514             </li>
515         [% END %]
516
517         [% UNLESS nomobile %]
518             <li>
519                 [% IF ( mandatorymobile ) %]
520                     <label for="mobile" class="required">
521                 [% ELSE %]
522                     <label for="mobile">
523                 [% END %]
524                 Other phone: </label>
525                 <input type="text" id="mobile" name="mobile" value="[% mobile | html %]" />
526                 [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %]
527             </li>
528         [% END %]
529
530         [% UNLESS noemail %]
531             <li>
532                 [% IF ( mandatoryemail ) %]
533                     <label for="email" class="required">
534                 [% ELSE %]
535                     <label for="email">
536                 [% END %]
537                 Primary email: </label>
538                 <input type="text" id="email" name="email" size="45" value="[% email | html %]" />
539                 [% IF ( mandatoryemail ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div>
540             </li>
541         [% END %]
542
543         [% UNLESS noemailpro %]
544             <li>
545                 [% IF ( mandatoryemailpro ) %]
546                     <label for="emailpro" class="required">
547                 [% ELSE %]
548                     <label for="emailpro">
549                 [% END %]
550                 Secondary email: </label>
551                 <input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro | html %]" />
552                 [% IF ( mandatoryemailpro ) %]<span class="required">Required</span>[% END %]
553             </li>
554         [% END %]
555
556         [% UNLESS nofax %]
557             <li>
558                 [% IF ( mandatoryfax ) %]
559                     <label for="fax" class="required">
560                 [% ELSE %]
561                     <label for="fax">
562                 [% END %]
563                 Fax: </label>
564                 <input type="text" id="fax" name="fax" value="[% fax | html %]" />
565                 [% IF ( mandatoryfax ) %]<span class="required">Required</span>[% END %]
566             </li>
567         [% END %]
568     </ol>
569 </fieldset>
570 [%END # hide fieldset %]
571
572 <!-- ************************ STEP_1 *********************** -->
573 [% END %]
574 [% IF ( step_6 ) %]
575
576     [% UNLESS noB_address && noB_address2 && noB_city && noB_zipcode && noB_state && noB_country &&nocontactnote && noB_phone && noB_email %]
577     [% SWITCH Koha.Preference( 'AddressFormat' ) %]
578         [% CASE 'de' %]
579             [% INCLUDE 'member-alt-address-style-de.inc' %]
580         [% CASE # us %]
581             [% INCLUDE 'member-alt-address-style-us.inc' %]
582      [% END %]
583
584     [% END # UNLESS noB_address && noB_city && noB_state && noB_phone && noB_email %]
585 [% END %]
586 [% IF ( step_2 ) %]
587     [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
588     [% SWITCH Koha.Preference( 'AddressFormat' ) %]
589         [% CASE 'de' %]
590             [% INCLUDE 'member-alt-contact-style-de.inc' %]
591         [% CASE # us %]
592             [% INCLUDE 'member-alt-contact-style-us.inc' %]
593      [% END %]
594     [% END # UNLESS noaltcontactsurname && noaltcontactfirstname etc %]
595
596 [% END %]
597 [% IF ( step_3 ) %]
598
599   [% SET autoMemberNum = Koha.Preference('autoMemberNum') %]
600   <fieldset class="rows" id="memberentry_library_management">
601     <legend id="library_management_lgd">Library management</legend><ol>
602       [% UNLESS nocardnumber %]
603         <li>
604           [% IF mandatorycardnumber %]
605             <label for="cardnumber" class="required">
606           [% ELSE %]
607             <label for="cardnumber" class="validated">
608           [% END %]
609             Card number: </label>
610
611           <!-- NOTE: div.hint closing tag isn't on the same line -->
612           [% IF minlength_cardnumber == maxlength_cardnumber %]
613                 <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" minlength="[% minlength_cardnumber | html %]" maxlength="[% maxlength_cardnumber | html %]" />
614                 [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]<span id="cn_max" class="required">Card number must not be more than [% maxlength_cardnumber | html %] characters.</span>
615                 <div class="hint">Card number must be exactly [% minlength_cardnumber | html %] characters.
616           [% ELSIF minlength_cardnumber && maxlength_cardnumber %]
617                 <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" minlength="[% minlength_cardnumber | html %]" maxlength="[% maxlength_cardnumber | html %]" />
618                 [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]<span id="cn_max" class="required">Card number must not be more than [% maxlength_cardnumber | html %] characters.</span>
619                 <div class="hint">Card number must be between [% minlength_cardnumber | html %] and [% maxlength_cardnumber | html %] characters.
620           [% ELSIF maxlength_cardnumber %]
621                 <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" maxlength="[% maxlength_cardnumber | html %]" />
622                 [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]<span id="cn_max" class="required">Card number must not be more than [% maxlength_cardnumber | html %] characters.</span>
623                 <div class="hint">Card number can be up to [% maxlength_cardnumber | html %] characters.
624           [% ELSE %]
625                 <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" />
626                 [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]
627                 <div class="hint">There is no minimum or maximum character length.
628           [% END %]
629           [% IF autoMemberNum %]
630                 [% IF mandatorycardnumber %]
631                     <br/><span class="error">AutoMemberNum is set to enabled, but cardnumber is marked as mandatory in BorrowerMandatoryField: auto calc has been disabled.</span>
632                 [% ELSE %]
633                     <br/>Leave blank for auto calc during registration
634                 [% END %]
635           [% END %]
636                 </div><!--/hint div -->
637         </li>
638       [% END %]
639       [% UNLESS nobranchcode %]
640     <li>
641         <label for="libraries" class="required">Library:</label>
642         <select name="branchcode" size="1" id="libraries">
643             [% PROCESS options_for_libraries libraries => Branches.all( selected => userbranch, only_from_group => 1 ) %]
644         </select>
645         <span class="required">Required</span>
646     </li>
647         [% END %]
648     <li>
649         <label for="categorycode_entry" class="required">Category: </label>
650         <select id="categorycode_entry" name="categorycode" onchange="update_category_code(this);">
651         [% FOREACH typeloo IN typeloop %]
652             [% FOREACH categoryloo IN typeloo.categoryloop %]
653                 [% IF ( loop.first ) %]
654                     [% IF ( typeloo.typename_C ) %]<optgroup label="Child">[% END %]
655                     [% IF ( typeloo.typename_A ) %]<optgroup label="Adult">[% END %]
656                     [% IF ( typeloo.typename_S ) %]<optgroup label="Staff">[% END %]
657                     [% IF ( typeloo.typename_I ) %]<optgroup label="Organization">[% END %]
658                     [% IF ( typeloo.typename_P ) %]<optgroup label="Professional">[% END %]
659                     [% IF ( typeloo.typename_X ) %]<optgroup label="Statistical">[% END %]
660                 [% END %]
661                 [% IF ( categoryloo.categorycodeselected ) %]
662                     <option value="[% categoryloo.categorycode | html %]" selected="selected" data-typename="[% typeloo.typename | html %]">[% categoryloo.categoryname | html %]</option>
663                 [% ELSE %]
664                     <option value="[% categoryloo.categorycode | html %]" data-typename="[% typeloo.typename | html %]">[% categoryloo.categoryname | html %]</option>
665                 [% END %]
666                 [% IF ( loop.last ) %]
667                     </optgroup>
668                 [% END %]
669             [% END %]
670        [% END %]
671        </select>
672        <span class="required">Required</span>
673     </li>
674         [% UNLESS nosort1 %]
675     <li>
676       [% IF ( mandatorysort1 ) %]
677         <label for="sort1" class="required">
678       [% ELSE %]
679         <label for="sort1">
680       [% END %]
681       Sort 1: </label>
682       [% PROCESS 'av-build-dropbox.inc' name="sort1", category="Bsort1", default=sort1, size = 20 %]
683       [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %]
684     </li>
685         [% END %]
686         [% UNLESS nosort2 %]
687     <li>
688     [% IF ( mandatorysort2 ) %]
689     <label for="sort2" class="required">
690     [% ELSE %]
691     <label for="sort2">
692     [% END %]
693     Sort 2: </label>
694     [% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, size = 20 %]
695     [% IF ( mandatorysort2 ) %]<span class="required">Required</span>[% END %]
696     </li>
697         [% END %]
698     [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
699       <li><label for="checkprevcheckout">Check for previous checkouts: </label>
700         <select name="checkprevcheckout" id="checkprevcheckout">
701         [% IF ( checkprevcheckout == 'yes' ) %]
702           <option value="yes" selected="selected">Yes if settings allow it</option>
703           <option value="no">No if settings allow it</option>
704           <option value="inherit">Inherit from settings</option>
705         [% ELSIF ( checkprevcheckout == 'no' ) %]
706           <option value="yes">Yes if settings allow it</option>
707           <option value="no" selected="selected">No if settings allow it</option>
708           <option value="inherit">Inherit from settings</option>
709         [% ELSE %]
710           <option value="yes">Yes if settings allow it</option>
711           <option value="no">No if settings allow it</option>
712           <option value="inherit" selected="selected">Inherit from settings</option>
713         [% END %]
714         </select>
715        </li>
716      [% END %]
717     [% IF Koha.Preference('TranslateNotices') %]
718         <li>
719             <label for="lang">Preferred language for notices: </label>
720             <select id="lang" name="lang">
721                 <option value="default">Default</option>
722                 [% FOR language IN languages %]
723                     [% FOR sublanguage IN language.sublanguages_loop %]
724                         [% IF language.plural %]
725                             [% IF sublanguage.rfc4646_subtag == lang %]
726                                 <option value="[% sublanguage.rfc4646_subtag | html %]" selected="selected">[% sublanguage.native_description | html %] [% sublanguage.region_description | html %] ([% sublanguage.rfc4646_subtag | html %])</option>
727                             [% ELSE %]
728                                 <option value="[% sublanguage.rfc4646_subtag | html %]">[% sublanguage.native_description | html %] [% sublanguage.region_description | html %] ([% sublanguage.rfc4646_subtag | html %])</option>
729                             [% END %]
730                         [% ELSE %]
731                             [% IF sublanguage.rfc4646_subtag == lang %]
732                                 <option value="[% sublanguage.rfc4646_subtag | html %]" selected="selected">[% sublanguage.native_description | html %] ([% sublanguage.rfc4646_subtag | html %])</option>
733                             [% ELSE %]
734                                 <option value="[% sublanguage.rfc4646_subtag | html %]">[% sublanguage.native_description | html %] ([% sublanguage.rfc4646_subtag | html %])</option>
735                             [% END %]
736                         [% END %]
737                     [% END %]
738                 [% END %]
739             </select>
740         </li>
741     [% END %]
742    </ol>
743   </fieldset>
744     [% UNLESS nodateenrolled &&  noopacnote && noborrowernotes %]
745         <fieldset class="rows" id="memberentry_subscription">
746         <legend id="library_setup_lgd">Library set-up</legend><ol>
747         [% UNLESS nodateenrolled %]
748                 <li>
749                         [% IF ( mandatorydateenrolled ) %]
750             <label for="from" class="required">
751                         [% ELSE %]
752             <label for="from">
753                         [% END %]
754                         Registration date: </label>
755             [% IF ( dateformat == "metric" ) %]
756                 <input type="text" id="from" name="dateenrolled"  maxlength="10" size="10" onchange="CheckDate(document.form.dateenrolled);check_manip_date('verify');" value="[% dateenrolled | html %]" class="datepickerfrom" />
757             [% ELSE %]
758                 <input type="text" id="from" name="dateenrolled"  maxlength="10" size="10" value="[% dateenrolled | html %]" class="datepickerfrom" />
759             [% END %]
760                 [% IF ( mandatorydateenrolled ) %]<span class="required">Required</span>[% END %]
761                 [% IF ( ERROR_dateenrolled ) %]<span class="required">(Error)</span>[% END %]
762                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
763                 </li>
764         [% END %]
765         [% UNLESS nodateexpiry %]
766                 <li>
767         [% ELSE %]
768                 <li style="display:none">
769         [% END %]
770                         [% IF ( mandatorydateexpiry ) %]
771             <label for="to" class="required">
772                         [% ELSE %]
773             <label for="to">
774                         [% END %]
775                         Expiry date (leave blank for auto calc): </label>
776             [% IF ( dateformat == "metric" ) %]
777                                 [% UNLESS ( opadd ) %]
778                     <input type="text" id="to" name="dateexpiry" maxlength="10"  size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" value="[% dateexpiry | html UNLESS opduplicate %]" class="datepickerto" />
779                                 [% ELSE %]
780                     <input type="text" id="to" name="dateexpiry" maxlength="10"  size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" class="datepickerto" />
781                                 [% END %]
782                         [% ELSE %]
783                                 [% UNLESS ( opadd ) %]
784                 <input type="text" id="to" name="dateexpiry" maxlength="10"  size="10" value="[% dateexpiry | html UNLESS opduplicate %]" class="datepickerto" />
785                                 [% ELSE %]
786                 <input type="text" id="to" name="dateexpiry" maxlength="10"  size="10" value="[% dateexpiry | html %]" class="datepickerto" />
787                                 [% END %]
788                         [% END %]
789                 [% IF ( mandatorydateexpiry ) %]<span class="required">Required</span>[% END %]
790                 [% IF ( ERROR_dateexpiry ) %]<span class="required">(Error)</span>[% END %]
791                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
792                 </li>
793         [% UNLESS noopacnote %]
794                 <li>
795                         [% IF ( mandatoryopacnote ) %]
796                                 <label for="opacnote" class="required">
797                         [% ELSE %]
798                                 <label for="opacnote">
799             [% END %]
800                         OPAC note: </label>
801             <textarea id="opacnote" name="opacnote" cols="55" rows="5">[% opacnote | html UNLESS opduplicate %]</textarea>
802                         <div class="hint">This message appears on this patron's user page in the OPAC</div>
803           [% IF ( mandatoryopacnote ) %]<span class="required">Required</span>[% END %]
804                 </li>
805         [% END %]
806         [% UNLESS noborrowernotes %]
807                 <li>
808             [% IF ( mandatoryborrowernotes ) %]
809                                 <label for="borrowernotes" class="required">
810                         [% ELSE %]
811                                 <label for="borrowernotes">
812                         [% END %]
813                         Circulation note: </label>
814             <textarea id="borrowernotes" name="borrowernotes" cols="55" rows="5">[% borrowernotes | html UNLESS opduplicate %]</textarea>
815                         <div class="hint">This message displays when checking out to this patron</div>
816           [% IF ( mandatoryborrowernotes ) %]<span class="required">Required</span>[% END %]
817                 </li>
818         [% END %]
819                 </ol>
820         </fieldset>
821     [% END # hide fieldset %]
822
823     [% UNLESS nouserid && nopassword %]
824         <fieldset class="rows" id="memberentry_userid">
825         <legend id="opac_staff_login_lgd">OPAC/Staff login</legend><ol>
826         [% UNLESS nouserid %]
827                 <li>
828                         [% IF ( mandatoryuserid ) %]
829                         <label for="userid" class="required">
830                         [% ELSE %]
831                         <label for="userid">
832                         [% END %]
833                         Username: </label>
834
835 [% IF ( NoUpdateLogin ) %]
836         [% IF ( opduplicate ) %]
837                 <input type="text" id="userid" name="userid" size="20" disabled="disabled" />
838         [% ELSE %]
839                 <input type="text" id="userid" name="userid" size="20" disabled="disabled" value="[% userid | html %]" />
840         [% END %]
841 [% ELSE %]
842         [% IF ( opduplicate ) %]
843                 <input type="text" id="userid" name="userid" size="20" value="" />
844         [% ELSE %]
845                 <input type="text" id="userid" name="userid" size="20" value="[% userid | html %]" />
846         [% END %]
847 [% END %]
848
849 [%# Dummy input to avoid Firefox from using userid/password saved for authentication %]
850 <input type="text" disabled="disabled" style="display:none" />
851
852           [% IF ( mandatoryuserid ) %]<span class="required">Required</span>[% END %]
853                 </li>
854         [%END %]
855         [% UNLESS nopassword %]
856                 <li>
857                         [% IF ( mandatorypassword ) %]
858                         <label for="password" class="required">
859                         [% ELSE %]
860                         <label for="password">
861                         [% END %]
862                         Password: </label>
863                         [% IF ( opadd ) %]
864                         [% IF ( NoUpdateLogin ) %]
865                                 [% IF ( opduplicate ) %]
866                                         <input type="password" id="password" name="password" size="20"  disabled="disabled" />
867                                 [% ELSE %]
868                                         <input type="password" id="password" name="password" size="20"  disabled="disabled" value="[% password | html %]" />
869                                 [% END %]
870 [% ELSE %]
871                                 [% IF ( opduplicate ) %]
872                                         <input type="password" id="password" name="password" size="20" />
873                                 [% ELSE %]
874                                         <input type="password" id="password" name="password" size="20" value="[% password | html %]" />
875                                 [% END %]
876 [% END %]
877                         [% ELSE %]
878                         [% IF ( password ) %]
879                                 [% IF ( NoUpdateLogin ) %]
880                                         <input type="password" id="password" name="password" size="20"  disabled="disabled" value="****" />
881                                 [% ELSE %]
882                                         [% IF ( opduplicate ) %]
883                                                 <input type="password" id="password" name="password" size="20" />
884                                         [% ELSE %]
885                                                 <input type="password" id="password" name="password" size="20" value="****" />
886                                         [% END %]
887                                 [% END %]
888                         [% ELSE %]
889                                 [% IF ( NoUpdateLogin ) %]
890                                         <input type="password" id="password" name="password" size="20"  disabled="disabled" value="" />
891                                 [% ELSE %]
892                                         <input type="password" id="password" name="password" size="20" value="" />
893                                 [% END %]
894                         [% END %]
895                         [% END %]
896             [% IF ( mandatorypassword ) %]<span class="required">Required</span>[% END %]
897             [% IF ( ERROR_password_too_short ) %]<span class="required">Password is too short</span>[% END %]
898             [% IF ( ERROR_password_too_weak ) %]<span class="required">Password is too weak</span>[% END %]
899             [% IF ( ERROR_password_has_whitespaces ) %]<span class="required">Password has leading or trailing whitespaces</span>[% END %]
900             <div class="hint">Minimum password length: [% minPasswordLength | html %]</div>
901                 </li>
902                 <li>
903                         [% IF ( mandatorypassword ) %]
904                         <label for="password2" class="required">
905                         [% ELSE %]
906                         <label for="password2">
907                         [% END %]
908                         Confirm password: </label>
909                         [% IF ( opadd ) %]
910                         [% IF ( NoUpdateLogin ) %]
911                                 [% IF ( opduplicate ) %]
912                                         <input type="password" id="password2" name="password2" size="20"  disabled="disabled" />
913                                 [% ELSE %]
914                                         <input type="password" id="password2" name="password2" size="20"  disabled="disabled" value="[% password | html %]" />
915                                 [% END %]
916 [% ELSE %]
917                                 [% IF ( opduplicate ) %]
918                                         <input type="password" id="password2" name="password2" size="20" />
919                                 [% ELSE %]
920                                         <input type="password" id="password2" name="password2" size="20" value="[% password | html %]" />
921                                 [% END %]
922 [% END %]
923                         [% ELSE %]
924                         [% IF ( password ) %]
925                                 [% IF ( NoUpdateLogin ) %]
926                                         <input type="password" id="password2" name="password2" size="20"  disabled="disabled" value="****" />
927                                 [% ELSE %]
928                                         [% IF ( opduplicate ) %]
929                                                 <input type="password" id="password2" name="password2" size="20" />
930                                         [% ELSE %]
931                                                 <input type="password" id="password2" name="password2" size="20" value="****" />
932                                         [% END %]
933                                 [% END %]
934                         [% ELSE %]
935                                 [% IF ( NoUpdateLogin ) %]
936                                         <input type="password" id="password2" name="password2" size="20"  disabled="disabled" value="" />
937                                 [% ELSE %]
938                                         <input type="password" id="password2" name="password2" size="20" value="" />
939                                 [% END %]
940                         [% END %]
941                         [% END %]
942           [% IF ( mandatorypassword ) %]<span class="required">Required</span>[% END %][% IF ( ERROR_password_mismatch ) %]<span class="required">Passwords do not match</span>[% END %]
943                 </li>
944                 </ol>
945                 </fieldset>
946         [% END # hide fieldset %][% END %]
947                 <!--this zones are not necessary in modif mode -->
948         [% UNLESS ( opadd || opduplicate ) %]
949         <fieldset class="rows" id="memberentry_account_flags">
950             <legend id="account_flags_lgd">Patron account flags</legend>
951                         <ol class="radio">
952                         [% FOREACH flagloo IN flagloop %]
953                                 <li><label class="radio" for="yes[% flagloo.name | html %]">
954                 [% IF ( flagloo.key == 'gonenoaddress' ) %]Gone no address:[% END %]
955                 [% IF ( flagloo.key == 'lost' ) %]Lost card:[% END %]
956                 </label>
957                 [% IF CAN_user_circulate_manage_restrictions %]
958                             <label for="yes[% flagloo.name | html %]">
959                                 [% IF ( flagloo.yes ) %]
960                                 <input type="radio" id="yes[% flagloo.name | html %]" name="[% flagloo.name | html %]" value="1" checked="checked" />
961                                 [% ELSE %]
962                                 <input type="radio" id="yes[% flagloo.name | html %]" name="[% flagloo.name | html %]" value="1" />
963                                 [% END %]
964                             Yes </label>
965                             <label for="no[% flagloo.name | html %]">
966                                 [% IF ( flagloo.no ) %]
967                                 <input type="radio" id="no[% flagloo.name | html %]" name="[% flagloo.name | html %]" value="0" checked="checked"/>
968                                 [% ELSE %]
969                                 <input type="radio" id="no[% flagloo.name | html %]" name="[% flagloo.name | html %]" value="0" />
970                                 [% END %]
971                             No </label>
972                 [% ELSE %]
973                   [% IF flagloo.yes %]Yes[% ELSE %]No[% END %]
974                 [% END %]
975
976             </li>
977                         [% END %]
978
979                         </ol>
980                         </fieldset>
981
982               <fieldset class="rows" id="memberentry_restrictions">
983                 <legend id="restrictions_lgd">Patron restrictions</legend>
984
985                 [% IF ( debarments ) %]
986                     <table>
987                         <thead>
988                             <tr>
989                                  <th>Type</th>
990                                  <th>Comment</th>
991                                  <th>Expiration</th>
992                                  <th>Created</th>
993                                  [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
994                                    <th>Remove?</th>
995                                  [% END %]
996                             </tr>
997                         </thead>
998
999                         <tbody>
1000                             [% FOREACH d IN debarments %]
1001                                 <tr>
1002                                     <td>[% d.type | html %]</td>
1003                                     <td>
1004                                     [% IF d.comment.search('OVERDUES_PROCESS') %]
1005                                         Restriction added by overdues process [% d.comment.remove('OVERDUES_PROCESS ') | $raw %]
1006                                     [% ELSE %]
1007                                         [% d.comment | $raw %]
1008                                     [% END %]
1009                                     </td>
1010                                     <td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <i>Indefinite</i> [% END %]</td>
1011                                     <td>[% d.created | $KohaDates %]</td>
1012                                     [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
1013                                       <td>
1014                                         <input type="checkbox" id="debarment_[% d.borrower_debarment_id | html %]" name="remove_debarment" value="[% d.borrower_debarment_id | html %]" />
1015                                       </td>
1016                                     [% END %]
1017                                 </tr>
1018                             [% END %]
1019                         </tbody>
1020                     </table>
1021                 [% ELSE %]
1022                     <p>Patron is currently unrestricted.</p>
1023                 [% END %]
1024
1025                 [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
1026                     <p><a href="#" id="add_manual_restriction">Add manual restriction</a></p>
1027                     <fieldset id="manual_restriction_form">
1028                         <input type="hidden" id="add_debarment" name="add_debarment" value="0" />
1029                         <legend id="manual_restriction_lgd">Add manual restriction</legend>
1030                         <ol>
1031                             <li><label for="debarred_comment">Comment: </label><input type="text" id="debarred_comment" name="debarred_comment" onchange="$('#add_debarment').val(1);" /></li>
1032                             <li><label for="debarred_expiration">Expiration: </label><input name="debarred_expiration" id="debarred_expiration" size="10" value="" class="datepicker" onchange="$('#add_debarment').val(1);" type="text" />
1033                                     <a href='javascript:void(0)' onclick="$('#debarred_expiration').val('');">Clear date</a></li>
1034
1035                         </ol>
1036                         <p>
1037                             <a class="cancel" id="cancel_manual_restriction" href="#">Cancel</a>
1038                         </p>
1039                     </fieldset>
1040                 [% END %]
1041             </fieldset>
1042                 [% END %]
1043
1044 [% END %]
1045
1046 [% IF ( step_7 ) %]
1047 [% IF Koha.Preference('HouseboundModule') %]
1048   <fieldset class="rows" id="memberentry_housebound_roles">
1049     <legend id="housebound_roles">Housebound roles</legend>
1050     <ol class="radio">
1051       <li>
1052         <label class="radio" for="housebound_chooser">
1053           Chooser:
1054         </label>
1055         [% IF ( housebound_role.housebound_chooser == 1 ) %]
1056         <label for="yes_housebound_chooser">Yes </label>
1057         <input type="radio" id="yes_housebound_chooser"
1058                name="housebound_chooser" value="1"
1059                checked="checked" />
1060         <label for="no_housebound_chooser">No </label>
1061         <input type="radio" id="no_housebound_chooser"
1062                name="housebound_chooser" value="0" />
1063         [% ELSE %]
1064         <label for="yes_housebound_chooser">Yes </label>
1065         <input type="radio" id="yes_housebound_chooser"
1066                name="housebound_chooser" value="1" />
1067         <label for="no_housebound_chooser">No </label>
1068         <input type="radio" id="no_housebound_chooser"
1069                name="housebound_chooser" value="0"
1070                checked="checked" />
1071         [% END %]
1072       </li>
1073       <li>
1074         <label class="radio" for="housebound_deliverer">Deliverer:</label>
1075         [% IF ( housebound_role.housebound_deliverer == 1 ) %]
1076         <label for="yes_housebound_deliverer">Yes </label>
1077         <input type="radio" id="yes_housebound_deliverer"
1078                name="housebound_deliverer" value="1"
1079                checked="checked" />
1080         <label for="no_housebound_deliverer">No </label>
1081         <input type="radio" id="no_housebound_deliverer"
1082                name="housebound_deliverer" value="0" />
1083         [% ELSE %]
1084         <label for="yes_housebound_deliverer">Yes </label>
1085         <input type="radio" id="yes_housebound_deliverer"
1086                name="housebound_deliverer" value="1" />
1087         <label for="no_housebound_deliverer">No </label>
1088         <input type="radio" id="no_housebound_deliverer"
1089                name="housebound_deliverer" value="0"
1090                checked="checked" />
1091         [% END %]
1092       </li>
1093     </ol>
1094   </fieldset>
1095 [% END # hide fieldset %]
1096 [% END # IF step_7 %]
1097
1098 [% IF ( step_4 ) %]
1099 [% IF Koha.Preference('ExtendedPatronAttributes') %][% UNLESS ( no_patron_attribute_types ) %]
1100   <fieldset class="rows" id="memberentry_patron_attributes">
1101     <legend id="patron_attributes_lgd">Additional attributes and identifiers</legend>
1102     <input type="hidden" name="setting_extended_patron_attributes" value="1" />
1103     [% FOREACH pa_loo IN patron_attributes %]
1104         <ol class="attributes_table">
1105             [% IF pa_loo.class %]
1106                 <fieldset id="aai_[% pa_loo.class | html %]">
1107                 <legend id="[% pa_loo.class | html %]_lgd">[% pa_loo.lib | html %]</legend>
1108             [% END %]
1109             [% FOREACH patron_attribute IN pa_loo.items %]
1110                 <li data-category_code="[% patron_attribute.category_code | html %]">
1111                     <label for="[% patron_attribute.form_id | html %]">[% patron_attribute.description | html %]: </label>
1112                         [% IF ( patron_attribute.use_dropdown ) %]
1113                             <select id="[% patron_attribute.form_id | html %]" name="[% patron_attribute.form_id | html %]">
1114                                 <option value=""></option>
1115                                 [% FOREACH auth_val_loo IN patron_attribute.auth_val_loop %]
1116                                     [% IF auth_val_loo.authorised_value == patron_attribute.value %]
1117                                         <option value="[% auth_val_loo.authorised_value | html %]" selected="selected">
1118                                             [% auth_val_loo.lib | html %]
1119                                         </option>
1120                                     [% ELSE %]
1121                                         <option value="[% auth_val_loo.authorised_value | html %]" >
1122                                             [% auth_val_loo.lib | html %]
1123                                         </option>
1124                                     [% END %]
1125                                 [% END %]
1126                             </select>
1127                         [% ELSE %]
1128                             <textarea rows="2" cols="30" id="[% patron_attribute.form_id | html %]" name="[% patron_attribute.form_id | html %]">[% patron_attribute.value | html %]</textarea>
1129                         [% END %]
1130                         <input type="hidden" id="[% patron_attribute.form_id | html %]_code" name="[% patron_attribute.form_id | html %]_code" value="[% patron_attribute.code | html %]" />
1131                         <a href="#" onclick="clear_entry(this); return false;"><i class="fa fa-fw fa-trash"></i> Clear</a>
1132                         [% IF ( patron_attribute.repeatable ) %]
1133                         <a href="#" onclick="clone_entry(this); return false;"><i class="fa fa-fw fa-plus"></i> New</a>
1134                         [% END %]
1135                 </li>
1136             [% END %]
1137             [% IF pa_loo.class %]</fieldset>[% END %]
1138         </ol>
1139     [% END %]
1140   </fieldset>
1141 [% END %][% END %][% END %]
1142
1143 [% IF ( step_5 ) %][% IF ( EnhancedMessagingPreferences ) %]
1144   <fieldset class="rows" id="memberentry_messaging_prefs">
1145     <legend id="patron_messaging_prefs_lgd">Patron messaging preferences</legend>
1146     <div id="messaging_prefs_loading" class="form-message" style="display:none">
1147         <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading new messaging defaults
1148     </div>
1149     <input type="hidden" name="setting_messaging_prefs" value="1" />
1150     [% INCLUDE 'messaging-preference-form.inc' %]
1151     [% IF ( SMSSendDriver ) %]
1152         <p><label for="SMSnumber">SMS number:</label>
1153             <input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber | html %]" />
1154             <span class="hint">SMS number should be in the format 1234567890 or +11234567890</span>
1155         </p>
1156         [% UNLESS nosms_provider_id %]
1157         <p>
1158             <label for="sms_provider_id">SMS provider:</label>
1159             <select id="sms_provider_id" name="sms_provider_id">
1160                 <option value="">Unknown</option>
1161                 [% FOREACH s IN sms_providers %]
1162                     [% IF s.id == sms_provider_id %]
1163                         <option value="[% s.id | html %]" selected="selected">[% s.name | html %]</option>
1164                     [% ELSE %]
1165                         <option value="[% s.id | html %]">[% s.name | html %]</option>
1166                     [% END %]
1167                 [% END %]
1168             </select>
1169         </p>
1170         [% END %]
1171     [% END %]
1172   </fieldset>
1173 [% END %] [% END %]
1174
1175 </form>
1176
1177 [% IF quickadd && opadd  && !check_member %]
1178     <form id="quick_add_form" class="toggler">
1179         <fieldset class="rows quick_add"><legend>Quick add</legend>
1180             <ol id="quick_add_list">
1181             </ol>
1182         </fieldset>
1183     </form>
1184 [% END %]
1185
1186 [% END %]
1187             </main>
1188         </div> <!-- /.col-sm-10.col-sm-push-2 -->
1189
1190         [% UNLESS ( opadd ) %]
1191             <div class="col-sm-2 col-sm-pull-10">
1192                 <aside>
1193                     [% INCLUDE 'circ-menu.inc' %]
1194                 </aside>
1195             </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1196         [% END %]
1197      </div> <!-- /.row -->
1198
1199 [% MACRO jsinclude BLOCK %]
1200     [% Asset.js("lib/hc-sticky.js") | $raw %]
1201     [% INCLUDE 'calendar.inc' %]
1202     [% INCLUDE 'str/members-menu.inc' %]
1203     [% Asset.js("js/members-menu.js") | $raw %]
1204     <script>
1205         function update_cardnumber_warning(size){
1206             var max_len = [% maxlength_cardnumber | html %];
1207             if ( size >= max_len ) {
1208                 $("#cn_max").show();
1209             } else {
1210                 $("#cn_max").hide();
1211             }
1212         }
1213         var Sticky;
1214         $(document).ready(function() {
1215
1216                 $("#saverecord").css({ 'margin-left': 0 });
1217
1218             Sticky = $("#toolbar");
1219             Sticky.hcSticky({
1220                 stickTo: "main",
1221                 stickyClass: "floating"
1222             });
1223
1224             [% IF categorycode %]
1225                 update_category_code( "[% categorycode | html %]" );
1226             [% ELSE %]
1227                 if ( $("#categorycode_entry").length > 0 ){
1228                     var category_code = $("#categorycode_entry").find("option:selected").val();
1229                     update_category_code( category_code );
1230                 }
1231             [% END %]
1232
1233             [% IF guarantor %]
1234                 select_user( '[% guarantor.borrowernumber | html %]', [% To.json( guarantor.unblessed ) | $raw %] );
1235             [% END %]
1236
1237             $("#cn_max").hide();
1238             var content;
1239             $("#cardnumber").on("keydown", function(e){
1240                 content = $(this).val();
1241             });
1242             $("#cardnumber").on("keyup", function(e){
1243                 // .val() will return the value of the input after the key has been released
1244                 var l = $(this).val().length;
1245                 if ( l == content.length + 1 ) { l--; }
1246                 update_cardnumber_warning(l);
1247             });
1248             $("#cardnumber").bind("paste", function(e){
1249                 var pastedData = e.originalEvent.clipboardData.getData('text');
1250                 update_cardnumber_warning(pastedData.length - 1);
1251             } );
1252             var toggle_quick_add = $(".toggle_quick_add");
1253             $(toggle_quick_add).click(function(e){
1254                 toggle_quick_add.toggle();
1255                 e.preventDefault();
1256                 var toggle_to = '';
1257                 var toggle_from = '';
1258                 if( $("#entryform:visible").length ) {
1259                     toggle_to = "#quick_add_form label";
1260                     toggle_from = "#entryform label";
1261                 } else {
1262                     toggle_to="#entryform label";
1263                     toggle_from = "#quick_add_form label";
1264                 }
1265                 $(toggle_from).each(function() {
1266                     var input_label = $(this).attr('for');
1267                     if ( input_label == 'sex-male' || input_label == 'sex-none' || input_label == 'sex-female' ) {
1268                         $(toggle_to+"[for='"+input_label+"']").next().prop('checked', $(this).next().prop('checked') );
1269                         return;
1270                     }
1271                     $(toggle_to+"[for='"+input_label+"']").next().val(  $(this).next().val() );
1272                 });
1273
1274                 $(".toggler").toggle();
1275             });
1276
1277             $("#save_quick_add").click(function(){
1278                 $("#quick_add_form").validate();
1279                 if( $("#quick_add_form").valid()){
1280                     $('.toggle_quick_add').click();
1281                     $('#saverecord').click();
1282                 }
1283                 else {return false;}
1284             });
1285
1286             $("#saverecord").click(function(){
1287                 if( check_form_borrowers() ){
1288                     $("#entryform").submit();
1289                 }
1290             });
1291
1292             $('#duplicate').on('click', function() {
1293                 $("input[name='op']").val('modify');
1294                 $("input[name='borrowernumber']").val('[% check_member | html %]');
1295                 $("input[name='check_member']").val('');
1296                 $('#entryform').submit();
1297             });
1298
1299             $('#not-duplicate').on('click', function() {
1300                 $("input[name='nodouble']").val('1');
1301                 $('#entryform').submit();
1302             });
1303         });
1304
1305         var MSG_SEPARATOR = _("Separator must be / in field %s");
1306         var MSG_INCORRECT_DAY = _("Invalid day entered in field %s");
1307         var MSG_INCORRECT_MONTH = _("Invalid month entered in field %s");
1308         var MSG_INCORRECT_YEAR = _("Invalid year entered in field %s");
1309         var MSG_DUPLICATE_PATRON = _("Warning: Duplicate patron");
1310         var MSG_DUPLICATE_ORGANIZATION = _("Warning: Duplicate organization");
1311         var MSG_LATE_EXPIRY = _("Warning: Expiration date falls before enrollment date");
1312         var MSG_DUPLICATE_SUSPICION = _("Please confirm whether this is a duplicate patron");
1313         var MSG_MONTH = _("%s month")
1314         var MSG_MONTHS = _("%s months")
1315         var MSG_YEAR = _("%s year")
1316         var MSG_YEARS = _("%s years")
1317         var LABEL_CHANGE = _("Change");
1318         var LABEL_SET_TO_PATRON = _("Set to patron");
1319         var LABEL_AGE = _("Age");
1320         var MSG_MESSAGING_DFEAULTS = _("Change messaging preferences to default for this category?");
1321
1322         [% IF quickadd && opadd  && !check_member %]
1323             $(document).ready(function () {
1324
1325                 $("#entryform,#saverecord").hide();
1326                 [% q_add_f = Koha.Preference('PatronQuickAddFields').split('\|') %]
1327                 var qaddfields = [[% FOREACH field IN q_add_f.unique %]"[% field | html %]",[% END %]];
1328                 var skipped_fields = ["contactname","contactfirstname","relationship"]; //Guarantor form is pulled as a whole, ignore individual fields
1329                 $("#entryform label").each(function () {
1330                     var input_label = $(this).attr('for');
1331                     if ( input_label == 'sex-female' ) {
1332                         input_label='sex';
1333                     }
1334                     else if ( input_label == 'btitle' ) {
1335                         input_label='title';
1336                     }
1337                     if ( skipped_fields.indexOf( input_label ) != -1 ) { input_label=""; }
1338                     if( qaddfields.indexOf( input_label ) != -1 || $(this).attr('class') == 'required' ){
1339                        $(this).parent().clone().appendTo("#quick_add_list");
1340                        [% UNLESS mandatorypassword %]
1341                              if( input_label == 'password' ) $("#entryform label[for='password2']").parent().clone().appendTo("#quick_add_list");
1342                        [% END %]
1343                     }
1344                 });
1345                     if( $("#memberentry_guarantor").length ) {
1346                         $("#memberentry_guarantor").clone().appendTo("#quick_add_list").css("margin",0);
1347                         $("#quick_add_form #memberentry_guarantor").append("<p>" + _("Note: Quick add guarantor form populates address fields in full form") + "</p>");
1348                         $("#quick_add_list #guarantordelete").prop('id','qagd');
1349                     }
1350                 $("#qagd").click(function() { $("#guarantordelete").click(); });
1351                 $("#quick_add_form").show();
1352             });
1353         [% END %]
1354
1355     </script>
1356     [% Asset.js("js/members.js") | $raw %]
1357     [% Asset.js("js/messaging-preference-form.js") | $raw %]
1358     [% PROCESS 'password_check.inc' %]
1359     [% PROCESS 'add_password_check' new_password => 'password' %]
1360 [% END %]
1361
1362 [% INCLUDE 'intranet-bottom.inc' %]