Fix for Bug 5100, Incorrect link to System Preferences
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
e18749f855
commit
7405d5ede9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<div class="yui-u first">
|
||||
<form action="/cgi-bin/koha/admin/preferences.pl" method="post">
|
||||
<fieldset>
|
||||
<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
|
||||
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4>
|
||||
<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
|
||||
<input type="hidden" name="op" value="search" />
|
||||
<input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
|
||||
|
|
Loading…
Reference in a new issue