Owen Leonard
1f4eb5df7e
This patch updates the cataloging authority search templates to use the Bootstrap grid instead of the YUI grid. To test you must have a MARC subfield configured with "Thesaurus" linked to an authority type. Apply the patch and go to Cataloging -> New record. Click the plugin link for the field which is linked to authorities. In the popup window, the search form and search results should look correct. Signed-off-by: Zoe Bennett <zoebennett1308@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21 lines
650 B
Text
21 lines
650 B
Text
[% SET footerjs = 1 %]
|
|
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Cataloging authority plugin</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
|
|
<body id="auth_auth_finder" class="auth">
|
|
<div class="container-fluid">
|
|
|
|
<h1>Authority search</h1>
|
|
[% INCLUDE 'auth-finder-search.inc' %]
|
|
|
|
[% MACRO jsinclude BLOCK %]
|
|
<script type="text/javascript">
|
|
var index = "[% index %]";
|
|
var authtypecode = "[% authtypecode %]";
|
|
</script>
|
|
<script type="text/javascript" src="[% interface %]/[% theme %]/js/auth-finder-search_[% KOHA_VERSION %].js"></script>
|
|
[% END %]
|
|
|
|
[% INCLUDE 'intranet-bottom.inc' popup_window = 1 %]
|