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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 122-128 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
122
                            $node.append( '<option value="' + authval.value + '"' + selected + '>' + authval.lib + '</option>' );
122
                            $node.append( '<option value="' + authval.value + '"' + selected + '>' + authval.lib + '</option>' );
123
                        } );
123
                        } );
124
                        if( !matched ){
124
                        if( !matched ){
125
                            $node.append( '<option value="' + value + '" selected="selected">' + value + _(' (Not in authorised values list) ') + '</option>' );
125
                            $node.append( "<option value='" + value + "' selected='selected'>" + value + " " + _("(Not in authorised values list)") + " " + "</option>" );
126
                        }
126
                        }
127
                        $node.val( this.text );
127
                        $node.val( this.text );
128
128
129
- 

Return to bug 19361