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

(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js (-1 / +1 lines)
Lines 164-170 define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], Link Here
164
            cm.execCommand('deleteLine');
164
            cm.execCommand('deleteLine');
165
        },
165
        },
166
166
167
        'Ctrl-L': function( cm ) {
167
        'Shift-Ctrl-L': function( cm ) {
168
            // Launch the auth search popup
168
            // Launch the auth search popup
169
            var field = cm.marceditor.getCurrentField();
169
            var field = cm.marceditor.getCurrentField();
170
170
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-2 / +1 lines)
Lines 278-284 Link Here
278
            <td>Get help on current subfield</td>
278
            <td>Get help on current subfield</td>
279
        </tr>
279
        </tr>
280
        <tr>
280
        <tr>
281
            <td>Ctrl-L</td>
281
            <td>Ctrl-Shift-L</td>
282
            <td>Link field to authorities</td>
282
            <td>Link field to authorities</td>
283
        </tr>
283
        </tr>
284
        <tr>
284
        <tr>
285
- 

Return to bug 18904