BUG-1533, adding sys-pref search back in, too handy for deving/testing.
authorMason James <mtj@liblime.com>
Mon, 26 Nov 2007 07:47:00 +0000 (01:47 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 26 Nov 2007 13:01:26 +0000 (07:01 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl

index af8d636..e2b684c 100644 (file)
         <input type="submit" value="Back to System Preferences" />
         </form>
     <!-- /TMPL_IF -->
-    
+   
+
+
+
+
+
+
+
+
+
+
     <!-- TMPL_IF NAME="else" -->
        
        <div id="toolbar">
        </script>
        <ul class="toolbar">
        <li><a id="newstopword" href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form">New Preference</a></li>
+
+<li>
+<form action=/cgi-bin/koha/admin/systempreferences.pl method=post>
+     Search for Sys-Pref <input type=text name=searchfield value="">
+                <input type="hidden" value="all" name="tab"/>
+                <input type=submit name=submit value="submit">
+                </form>
+</li>
+
 </ul></div>
        
     <h1>System preferences admin</h1>