View | Details | Raw Unified | Return to bug 25954
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc (-2 / +1 lines)
Lines 5-11 Link Here
5
	<div id="patron_category_search" class="residentsearch">
5
	<div id="patron_category_search" class="residentsearch">
6
	<form action="[% script_name | html %]" method="post">
6
	<form action="[% script_name | html %]" method="post">
7
        <label class="tip" for="description">Search by patron category name:</label>
7
        <label class="tip" for="description">Search by patron category name:</label>
8
        <input class="head-searchbox" type="text" name="description" id="description" size="40" value="[% searchfield | html %]" />
8
        <input class="head-searchbox" type="text" name="description" size="40" value="[% searchfield | html %]" />
9
		<input type="submit" class="submit" name="search" value="Search" />
9
		<input type="submit" class="submit" name="search" value="Search" />
10
	</form>	
10
	</form>	
11
	</div>
11
	</div>
12
- 

Return to bug 25954