]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 577412: Fix obsolete links pointing to editparams.cgi
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 8 Jul 2010 02:40:48 +0000 (04:40 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 8 Jul 2010 02:40:48 +0000 (04:40 +0200)
r/a=mkanat

template/en/default/admin/params/attachment.html.tmpl
template/en/default/index.html.tmpl

index e6f6cb778d43048bcce52ef1ca2501c2076d3df8..7d1e29f0ff3c3c8b0c5307e063c70bf1e9b65427 100644 (file)
@@ -45,7 +45,7 @@
     _ " That is, a different domain name that resolves to this exact"
     _ " same $terms.Bugzilla installation.</p>"
     _ "<p>Note that if you have set the"
-    _ " <a href=\"editparams.cgi?section=core#cookiedomain\"><tt>cookiedomain</tt>"
+    _ " <a href=\"editparams.cgi?section=advanced#cookiedomain\"><tt>cookiedomain</tt>"
     _" parameter</a>, you should set <tt>attachment_base</tt> to use a"
     _ " domain that would <em>not</em> be matched by"
     _ " <tt>cookiedomain</tt>.</p>"
index 4d760c6f81f394b43b5061bf1343e113944708ec..41a46f4c2b43cae80380e5f225694a929b94f211 100644 (file)
@@ -101,7 +101,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
       <p>The local XML file '[% release.xml_file FILTER html %]' cannot be created.
       Please make sure the web server can write in this directory and that you can access
       the web. If you are behind a proxy, set the
-      <a href="editparams.cgi?section=core#proxy_url">proxy_url</a> parameter correctly.</p>
+      <a href="editparams.cgi?section=advanced#proxy_url">proxy_url</a> parameter correctly.</p>
     [% ELSIF release.error == "no_update" %]
       <p>The local XML file '[% release.xml_file FILTER html %]' cannot be updated.
       Please make sure the web server can edit this file.</p>
@@ -114,7 +114,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
     [% ELSIF release.error == "unknown_parameter" %]
       <p>'[% Param("upgrade_notification") FILTER html %]' is not a valid notification
       parameter. Please check this parameter in the
-      <a href="editparams.cgi?section=core#upgrade_notification">Parameters</a> page.</p>
+      <a href="editparams.cgi?section=general#upgrade_notification">Parameters</a> page.</p>
     [% END %]
   </div>
 [% END %]