[Koha-patches] [PATCH] Fix for Bug 5100, Incorrect link to System Preferences

Owen Leonard oleonard at myacpl.org
Fri Aug 6 21:03:12 CEST 2010


---
 .../prog/en/modules/admin/admin-home.tmpl          |    2 +-
 1 files changed, 1 insertions(+), 1 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 afa2a35..05ca4e4 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
@@ -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" -->" />
-- 
1.7.0.4



More information about the Koha-patches mailing list