Browse Source

BUG-1533, adding sys-pref search back in, too handy for deving/testing.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Mason James 17 years ago
committed by Joshua Ferraro
parent
commit
001802a434
  1. 22
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl

22
koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl

@ -161,7 +161,18 @@
<input type="submit" value="Back to System Preferences" />
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="else" -->
<div id="toolbar">
@ -178,6 +189,15 @@
</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>

Loading…
Cancel
Save