42a38e4a2a
Omnibus of changes thus far: adds slight transparency for news so logo shows through on mainpage.. Fixes purple header gradient in Chrome-based browsers. remove list from returns.tt options so checkboxes do not have bullets. fix missing gradient class on returns.tt. reverse colors of menu div - blue for inactive, grey for active. turns searchheader blue, rounds corners, improves spacing for sort form. Adds padding, rounded corners, and a 1px border to the now-blue toolbar. increase width of intranet nav div to width 40% add a bit of padding to #searchheader fieldset.action changes - removed background, added a little padding to make it look better in all of the uses I could find of it. Bug 7998 - followup - make facets header background blue bug 7998 - followup - fixing headers on search.pl to be blue, rounded. bug 7998 - followup - consistency tweaks match menu borders to the search header tabs (green border) hover menus a very light grey instead of #eee. make fieldset.brief have a consistent border with the rest of the fieldsets. bug 7998 - followup - more tabs/borders updating to fit in new look boraccount.pl bug 7998 - followup - add gradient div to prefs-admin-search.inc Bug 7998 - Change toolbar to be lighter, with barely discernible border Will need to be applied after the other patch. Bug 7998 - add gradient to roadtype admin panel Bug 7998 - adds gradient to patrons-admin-search.tt Bug 7998 - add gradient to budgets-admin-search.inc bug 7998 - add gradient to z3950-admin-search.inc Bug 7998 - add gradient to cities-admin-search.inc bug 7998 - active tab on checkout table now has green border like side menu Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
<div id="header" class="gradient">
|
|
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Patrons Admin Resident Search Box -->
|
|
<div id="header_search">
|
|
<div id="patron_category_search" class="residentsearch">
|
|
<p class="tip">Search by patron category name:</p>
|
|
<form action="[% script_name %]" method="post">
|
|
<input type="text" name="description" size="40" value="[% searchfield %]" />
|
|
<input type="submit" class="submit" name="search" value="Search" />
|
|
</form>
|
|
</div>
|
|
[% INCLUDE 'patron-search-box.inc' %]
|
|
[% IF ( CAN_user_catalogue ) %]
|
|
<div id="catalog_search" class="residentsearch" style="display:none;">
|
|
<p class="tip">Enter search keywords:</p>
|
|
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block">
|
|
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
|
|
<input type="submit" value="Submit" class="submit" />
|
|
</form>
|
|
</div>[% END %]
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/admin/categorie.pl#patron_category_search">Search patron categories</a></li>
|
|
[% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check out</a></li>[% END %]
|
|
[% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the catalog</a></li>[% END %]
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- End Patrons Admin Resident Search Box -->
|