summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-08 04:18:38 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-08 04:18:38 +0200
commit5f7726c010bf79f584d1224e39070ca0f64fe4ff (patch)
treeac329a001661980c399f22e63a63ad7b3abb4586 /template/en/default/index.html.tmpl
parent609806d1f0e8a82300a6d7b3b47e09f0356217f5 (diff)
downloadbugzilla-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.gz
bugzilla-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.xz
Bug 577407: Several HTML elements have the same ID when editing parameters
r/a=mkanat
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 4d760c6f8..5e0de5d2d 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -96,12 +96,12 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
<p class="notice">This message is only shown to logged in users with admin privs.
You can configure this notification from the
- <a href="editparams.cgi?section=general#upgrade_notification">Parameters</a> page.</p>
+ <a href="editparams.cgi?section=general#upgrade_notification_desc">Parameters</a> page.</p>
[% ELSIF release.error == "cannot_download" %]
<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_desc">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_desc">Parameters</a> page.</p>
[% END %]
</div>
[% END %]