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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-3 / +2 lines)
Lines 42-48 Link Here
42
                            </p>
42
                            </p>
43
                            <p id="patron-password-p">
43
                            <p id="patron-password-p">
44
                                <span id="patron-password-label">Password:</span>
44
                                <span id="patron-password-label">Password:</span>
45
                                <span id="patron-password">[% password_cleartext %]<span>
45
                                <span id="patron-password">[% password_cleartext | html %]<span>
46
                            </p>
46
                            </p>
47
47
48
                            [% IF borrower.cardnumber %]
48
                            [% IF borrower.cardnumber %]
Lines 78-84 Link Here
78
                                                    [% END %]
78
                                                    [% END %]
79
                                                    <label for="password">Password:</label>
79
                                                    <label for="password">Password:</label>
80
                                                    [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %]
80
                                                    [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %]
81
                                                        <input type="password" id="password" size="10" name="password" value="[% password_cleartext %]" />
81
                                                        <input type="password" id="password" size="10" name="password" value="[% password_cleartext | html %]" />
82
                                                    [% ELSE %]
82
                                                    [% ELSE %]
83
                                                        <input type="password" id="password" size="10" name="password" value="" />
83
                                                        <input type="password" id="password" size="10" name="password" value="" />
84
                                                    [% END %]
84
                                                    [% END %]
85
- 

Return to bug 19911