[Koha-patches] [PATCH] Bug 5530 Follow up

Frédéric Demians f.demians at tamil.fr
Tue Dec 21 22:12:44 CET 2010


With this patch, I don't see any other place where the old sysprefs editors
(systemprefences.pl) is used anymore.
---
 .../prog/en/includes/prefs-admin-search.inc        |    2 +-
 .../prog/en/includes/sysprefs-admin-search.inc     |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/400.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/401.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/402.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/403.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/404.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/405.tmpl  |    2 +-
 .../intranet-tmpl/prog/en/modules/errors/500.tmpl  |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc
index 4a595d8..907a096 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc
@@ -2,7 +2,7 @@
 <div id="header_search">
 	<div id="syspref_search" class="residentsearch">
 	<p class="tip">System preference search:</p>
-	    <form action="/cgi-bin/koha/admin/systempreferences.pl">
+	    <form action="/cgi-bin/koha/admin/preferences.pl">
         <input type="hidden" name="tab" value="<!-- TMPL_VAR NAME="last_tab" -->" />
         <input type="hidden" name="op" value="search" />
         <input type="text" size="40" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
index 24a0228..01706fb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
@@ -3,7 +3,7 @@
 <div id="header_search">
 	<div id="syspref_search" class="residentsearch">
 	<p class="tip">System preference search:</p>
-	    <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
+	    <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
         <input type="text" size="40" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
 		<input type="hidden" value="all" name="tab" />
         <input type="submit" name="ok" class="submit" value="Search" />
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl
index 40f5087..7d7a068 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
index 8bf2c8f..967c921 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl
index 2dbbf8d..77dbbcf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl
index 8c78256..573e8a5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl
index 2bd1f0d..9ac5750 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl
index 928e430..44fd75f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl
index adf4e2b..35011fd 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl
@@ -84,7 +84,7 @@
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
    			<ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-            <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
+            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
         </ul>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_tools" -->
-- 
1.7.3.2



More information about the Koha-patches mailing list