Owen Leonard
6cc03670e4
- Removing unused references to YUI assets in authorities/auth_finder.tt - Removing unneeded call to autocomplete JS in help-top.inc and adding new jQuery dependencies. - Minor HTML markup corrections to auth-finder-search.inc discovered in debugging the patch. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Tested: - help files on various pages - auth finder plugin in cataloguing - authority search in authorities module
24 lines
562 B
Text
24 lines
562 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>
|
|
|
|
</head>
|
|
<body id="auth_auth_finder" class="auth">
|
|
<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' %]
|