Bugzilla – Attachment 74055 Details for
Bug 18904
Advanced editor - Rancor - Add authority support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18904: (follow-up) Use Ctrl+Shift+L
Bug-18904-follow-up-Use-CtrlShiftL.patch (text/plain), 1.61 KB, created by
Katrin Fischer
on 2018-04-12 09:36:11 UTC
(
hide
)
Description:
Bug 18904: (follow-up) Use Ctrl+Shift+L
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-12 09:36:11 UTC
Size:
1.61 KB
patch
obsolete
>From b73110ffa7f6118db5a9f4005f48a7805723b07e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 11 Apr 2018 18:19:58 +0000 >Subject: [PATCH] Bug 18904: (follow-up) Use Ctrl+Shift+L > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js >index 9085ffb..1caf75d 100644 >--- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js >+++ b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js >@@ -164,7 +164,7 @@ define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], > cm.execCommand('deleteLine'); > }, > >- 'Ctrl-L': function( cm ) { >+ 'Shift-Ctrl-L': function( cm ) { > // Launch the auth search popup > var field = cm.marceditor.getCurrentField(); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >index 33d9992..fbf271b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >@@ -278,7 +278,7 @@ > <td>Get help on current subfield</td> > </tr> > <tr> >- <td>Ctrl-L</td> >+ <td>Ctrl-Shift-L</td> > <td>Link field to authorities</td> > </tr> > <tr> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18904
:
64859
|
64860
|
65144
|
65145
|
65863
|
65864
|
65865
|
65866
|
68678
|
68679
|
68680
|
68681
|
71747
|
71748
|
71749
|
71750
|
71751
|
72920
|
73693
|
73694
|
73695
|
73696
|
73697
|
73766
|
73767
|
73768
|
73769
|
73770
|
73771
|
73851
|
73852
|
73853
|
73854
|
73855
|
73856
|
73857
|
74023
| 74055