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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-60 / +62 lines)
Lines 1298-1362 Link Here
1298
                                        <i class="fa fa-caret-down" aria-hidden="true"></i>
1298
                                        <i class="fa fa-caret-down" aria-hidden="true"></i>
1299
                                        Patron account flags
1299
                                        Patron account flags
1300
                                    </legend>
1300
                                    </legend>
1301
                                    <p>Setting a value here will prevent patron from circulating materials and placing holds on the OPAC</p>
1301
                                    <div class="patron_account_flags">
1302
                                    <ol class="radio">
1302
                                        <p>Setting a value here will prevent patron from circulating materials and placing holds on the OPAC</p>
1303
                                        [% UNLESS nogonenoaddress %]
1303
                                        <ol class="radio">
1304
                                            <li>
1304
                                            [% UNLESS nogonenoaddress %]
1305
                                                <label class="radio [% IF mandatorygonenoaddress %]required[% END %]" for="yesgonenoaddress"> Gone no address: </label>
1305
                                                <li>
1306
                                                [% IF CAN_user_circulate_manage_restrictions %]
1306
                                                    <label class="radio [% IF mandatorygonenoaddress %]required[% END %]" for="yesgonenoaddress"> Gone no address: </label>
1307
                                                    <label for="yesgonenoaddress">
1307
                                                    [% IF CAN_user_circulate_manage_restrictions %]
1308
                                                        [% IF ( borrower_data.gonenoaddress ) %]
1308
                                                        <label for="yesgonenoaddress">
1309
                                                            <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" checked="checked" />
1309
                                                            [% IF ( borrower_data.gonenoaddress ) %]
1310
                                                        [% ELSE %]
1310
                                                                <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" checked="checked" />
1311
                                                            <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" />
1311
                                                            [% ELSE %]
1312
                                                        [% END %]
1312
                                                                <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" />
1313
                                                        Yes
1313
                                                            [% END %]
1314
                                                    </label>
1314
                                                            Yes
1315
                                                    <label for="nogonenoaddress">
1315
                                                        </label>
1316
                                                        [% IF ( borrower_data.gonenoaddress ) %]
1316
                                                        <label for="nogonenoaddress">
1317
                                                            <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" />
1317
                                                            [% IF ( borrower_data.gonenoaddress ) %]
1318
                                                        [% ELSE %]
1318
                                                                <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" />
1319
                                                            <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" checked="checked" />
1319
                                                            [% ELSE %]
1320
                                                        [% END %]
1320
                                                                <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" checked="checked" />
1321
                                                        No
1321
                                                            [% END %]
1322
                                                    </label>
1322
                                                            No
1323
                                                [% ELSE %]
1323
                                                        </label>
1324
                                                    [% IF borrower_data.gonenoaddress %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]
1324
                                                    [% ELSE %]
1325
                                                [% END # /IF CAN_user_circulate_manage_restrictions %]
1325
                                                        [% IF borrower_data.gonenoaddress %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]
1326
                                                [% IF mandatorygonenoaddress %]
1326
                                                    [% END # /IF CAN_user_circulate_manage_restrictions %]
1327
                                                    <span class="required">Required</span>
1327
                                                    [% IF mandatorygonenoaddress %]
1328
                                                [% END %]
1328
                                                        <span class="required">Required</span>
1329
                                            </li>
1329
                                                    [% END %]
1330
                                        [% END # /UNLESS nogonenoaddress %]
1330
                                                </li>
1331
                                        [% UNLESS nolost %]
1331
                                            [% END # /UNLESS nogonenoaddress %]
1332
                                            <li>
1332
                                            [% UNLESS nolost %]
1333
                                                <label class="radio [% IF mandatorylost %]required[% END %]" for="yeslost"> Lost card: </label>
1333
                                                <li>
1334
                                                [% IF CAN_user_circulate_manage_restrictions %]
1334
                                                    <label class="radio [% IF mandatorylost %]required[% END %]" for="yeslost"> Lost card: </label>
1335
                                                    <label for="yeslost">
1335
                                                    [% IF CAN_user_circulate_manage_restrictions %]
1336
                                                        [% IF ( borrower_data.lost ) %]
1336
                                                        <label for="yeslost">
1337
                                                            <input type="radio" id="yeslost" name="lost" value="1" checked="checked" />
1337
                                                            [% IF ( borrower_data.lost ) %]
1338
                                                        [% ELSE %]
1338
                                                                <input type="radio" id="yeslost" name="lost" value="1" checked="checked" />
1339
                                                            <input type="radio" id="yeslost" name="lost" value="1" />
1339
                                                            [% ELSE %]
1340
                                                        [% END %]
1340
                                                                <input type="radio" id="yeslost" name="lost" value="1" />
1341
                                                        Yes
1341
                                                            [% END %]
1342
                                                    </label>
1342
                                                            Yes
1343
                                                    <label for="nolost">
1343
                                                        </label>
1344
                                                        [% IF ( borrower_data.lost ) %]
1344
                                                        <label for="nolost">
1345
                                                            <input type="radio" id="nolost" name="lost" value="0" />
1345
                                                            [% IF ( borrower_data.lost ) %]
1346
                                                        [% ELSE %]
1346
                                                                <input type="radio" id="nolost" name="lost" value="0" />
1347
                                                            <input type="radio" id="nolost" name="lost" value="0" checked="checked" />
1347
                                                            [% ELSE %]
1348
                                                        [% END %]
1348
                                                                <input type="radio" id="nolost" name="lost" value="0" checked="checked" />
1349
                                                        No
1349
                                                            [% END %]
1350
                                                    </label>
1350
                                                            No
1351
                                                [% ELSE %]
1351
                                                        </label>
1352
                                                    [% IF borrower_data.lost %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]
1352
                                                    [% ELSE %]
1353
                                                [% END # /IF CAN_user_circulate_manage_restrictions %]
1353
                                                        [% IF borrower_data.lost %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]
1354
                                                [% IF mandatorylost %]
1354
                                                    [% END # /IF CAN_user_circulate_manage_restrictions %]
1355
                                                    <span class="required">Required</span>
1355
                                                    [% IF mandatorylost %]
1356
                                                [% END %]
1356
                                                        <span class="required">Required</span>
1357
                                            </li>
1357
                                                    [% END %]
1358
                                        [% END # /UNLESS nogonenoaddress %]
1358
                                                </li>
1359
                                    </ol>
1359
                                            [% END # /UNLESS nogonenoaddress %]
1360
                                        </ol>
1361
                                    </div>
1362
                                    <!-- /.patron_account_flags -->
1360
                                </fieldset>
1363
                                </fieldset>
1361
                                <!-- /#memberentry_account_flags -->
1364
                                <!-- /#memberentry_account_flags -->
1362
                            [% END %]
1365
                            [% END %]
1363
- 

Return to bug 39189