Add system preference search to administration home page (Bug 3181)
authorOwen Leonard <oleonard@myacpl.org>
Sat, 2 May 2009 18:35:14 +0000 (13:35 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:27 +0000 (21:15 +0200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl

index 6b5c850..f804591 100644 (file)
    
    <div id="bd">
        <div id="yui-main" class="sysprefs">
-       <div class="yui-g"><h1>System Preferences</h1></div>
+       <div class="yui-g"><h1>Koha Administration</h1></div>
        <div class="yui-g">
 
 <div class="yui-u first">
-<dl>
-       <dt><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></dt>
-       <dd>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</dd>
-</dl>
+<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
+<fieldset>
+<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
+       <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
+               <input type="hidden" value="all" name="tab" />
+        <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
+        <input type="submit" name="ok" class="submit" value="Search" />
+</fieldset>
+</form>
 
 
 <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>