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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +10 lines)
Lines 1867-1872 legend:hover { Link Here
1867
            $("#categorycode_entry").on("change", function(){
1867
            $("#categorycode_entry").on("change", function(){
1868
                update_category_code(this);
1868
                update_category_code(this);
1869
            });
1869
            });
1870
1871
            [% IF logged_in_user.borrowernumber == borrowernumber %]
1872
                $("#userid").on("change", function(){
1873
                    $(this).parent().find("div.hint").remove();
1874
                    if ( "[% borrower_data.userid | html %]" != $(this).val() ) {
1875
                        $(this).parent().append('<div class="hint">%s</div>'.format(_("You will be logged out if you modify your username")));
1876
                    }
1877
                });
1878
            [% END %]
1879
1870
        });
1880
        });
1871
1881
1872
        [% IF quickadd && opadd  && !check_member %]
1882
        [% IF quickadd && opadd  && !check_member %]
1873
- 

Return to bug 33815