Bug 30952: Header search - move tabs to the right (and other tweaks)
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / includes / authorities-search.inc
index 5ed183e..2909383 100644 (file)
             <input type="hidden" name="and_or" value="and" />
             <input type="hidden" name="excluding" value="" />
 
+            <span class="form-title">
+                <label class="control-label">Search main heading ($a only)</label>
+            </span>
+
             <span class="form-content">
                 [% INCLUDE authtype %]
                 <input id="value_mainentry" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search main heading ($a only)" />
             <input type="hidden" name="op" value="do_search" />
             <input type="hidden" name="type" value="intranet" />
 
+            <span class="form-title">
+                <label class="control-label">Search main heading</label>
+            </span>
+
             <span class="form-content">
                 [% INCLUDE authtype %]
                 <input id="value_mainheading" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search main heading" />
             <input type="hidden" name="type" value="intranet" />
             <input type="hidden" name="marclist" value="match" />
 
+            <span class="form-title">
+                <label class="control-label">Search all headings</label>
+            </span>
+
             <span class="form-content">
                 [% INCLUDE authtype %]
                 <input id="value_matchheading" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search any heading" />
             <input type="hidden" name="and_or" value="and" />
             <input type="hidden" name="excluding" value="" />
 
+            <span class="form-title">
+                <label class="control-label">Search entire record</label>
+            </span>
+
             <span class="form-content">
                 [% INCLUDE authtype %]
                 <input id="value_anywhere" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search any authority field" />