Bugzilla – Attachment 45110 Details for
Bug 15232
Advanced Cataloging Editor: Fix translation issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15232: (follow-up) Advanced Cataloging Editor: Fix translation issues
Bug-15232-follow-up-Advanced-Cataloging-Editor-Fix.patch (text/plain), 1.77 KB, created by
Héctor Eduardo Castro Avalos
on 2015-11-23 16:38:15 UTC
(
hide
)
Description:
Bug 15232: (follow-up) Advanced Cataloging Editor: Fix translation issues
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-11-23 16:38:15 UTC
Size:
1.77 KB
patch
obsolete
>From 1e07f6c34abd1924dd6c49eafb5d8ddf395657e8 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Mon, 23 Nov 2015 10:43:14 -0600 >Subject: [PATCH] Bug 15232: (follow-up) Advanced Cataloging Editor: Fix > translation issues > >Change JS 'h3' for <h3> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >index c0bb4dc..cc8817d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >@@ -559,7 +559,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > invalidateSearchResults(); > Search.Reconnect(); > } else { >- humanMsg.displayMsg( 'h3' + _("Internal search error") + '</h3><p>' + error + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } ); >+ humanMsg.displayMsg( '<h3>' + _("Internal search error") + '</h3><p>' + error + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } ); > } > } > >@@ -948,7 +948,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > errors.push(error); > } ); > >- humanMsg.displayMsg( 'h3' + _("Failed to run macro:") + '</h3><ul><li>' + errors.join('</li><li>') + '</li></ul>', { className: 'humanError' } ); >+ humanMsg.displayMsg( '<h3>' + _("Failed to run macro:") + '</h3><ul><li>' + errors.join('</li><li>') + '</li></ul>', { className: 'humanError' } ); > > return false; > } ); >-- >1.7.10.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 15232
:
45094
|
45110
|
45129
|
45143
|
46040