[Koha-patches] [PATCH] Add system preference search to administration home page (Bug 3181)

Owen Leonard oleonard at myacpl.org
Sat May 2 20:35:14 CEST 2009


---
 .../prog/en/modules/admin/admin-home.tmpl          |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
index c4c2f72..ce940b2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
@@ -12,14 +12,19 @@
    
    <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>
-- 
1.5.6.5




More information about the Koha-patches mailing list