1e7437bbae
While typing an authority, will automatically propose authorities (similar to autocompletion for patron search if activated) Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Tested searching for authorities with and without autocomplete. Note that this is most useful when used in the "Main entry" box instead of the "Main entry ($a only)" box. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Corrected tabs to spaces in auth-finder-search.inc while resolving merge conflict. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
28 lines
804 B
Text
28 lines
804 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Cataloging Authority Plugin</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
<style type="text/css">
|
|
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; }
|
|
</style>
|
|
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script>
|
|
<script type="text/javascript" src="[% yuipath %]/datasource/datasource.js"></script>
|
|
<script type="text/javascript" src="[% yuipath %]/autocomplete/autocomplete-min.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id="custom-doc" class="yui-t7">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b"><div class="yui-g">
|
|
|
|
<h1>Authority search</h1>
|
|
[% INCLUDE 'auth-finder-search.inc' %]
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'popup-bottom.inc' %]
|