Bugzilla – Attachment 71749 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: Followup - fix whitespace and don't use hardcoded path
Bug-18904-Followup---fix-whitespace-and-dont-use-h.patch (text/plain), 2.04 KB, created by
Nick Clemens (kidclamp)
on 2018-02-16 13:16:06 UTC
(
hide
)
Description:
Bug 18904: Followup - fix whitespace and don't use hardcoded path
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-02-16 13:16:06 UTC
Size:
2.04 KB
patch
obsolete
>From 45fa187b03542854ffae6a794449f212cc60fc69 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 6 Jul 2017 17:49:14 +0000 >Subject: [PATCH] Bug 18904: Followup - fix whitespace and don't use hardcoded > path > >Fix whitespace/tabs >use [% interface %] not intranet-tmpl > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/authorities/blinddetail-biblio-search.tt | 8 ++++---- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >index 8809c70..5851102 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >@@ -124,10 +124,10 @@ > } > [% END %] > >- opener.close(); >- window.close(); >- >- return false; >+ opener.close(); >+ window.close(); >+ >+ return false; > }); > //]]> > </script> >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 63862c7..f276fe7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >@@ -6,7 +6,7 @@ > <link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror.css" /> > <link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg.css" /> > <script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script> >-<script src="/intranet-tmpl/prog/js/cataloging.js" type="text/javascript"></script> >+<script src="[% interface %]/prog/js/cataloging.js" type="text/javascript"></script> > [% IF ( bidi ) %] > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" /> > [% END %] >-- >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