summaryrefslogtreecommitdiffstats
path: root/template/en/default/welcome-admin.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/welcome-admin.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/welcome-admin.html.tmpl')
-rw-r--r--template/en/default/welcome-admin.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl
index 3c03fb234..289a6bd7d 100644
--- a/template/en/default/welcome-admin.html.tmpl
+++ b/template/en/default/welcome-admin.html.tmpl
@@ -41,15 +41,15 @@
parameters for this installation; among others:</p>
<ul>
- <li><a href="editparams.cgi?section=core#urlbase">urlbase</a>, which is the URL
+ <li><a href="editparams.cgi?section=core#urlbase_desc">urlbase</a>, which is the URL
pointing to this installation and which will be used in emails (which is also the
reason you see this page: as long as this parameter is not set, you will see this
page again and again).</li>
- <li><a href="editparams.cgi?section=core#cookiepath">cookiepath</a> is important
+ <li><a href="editparams.cgi?section=core#cookiepath_desc">cookiepath</a> is important
for your browser to manage your cookies correctly.</li>
- <li><a href="editparams.cgi?section=general#maintainer">maintainer</a>,
+ <li><a href="editparams.cgi?section=general#maintainer_desc">maintainer</a>,
the person responsible for this installation if something is
running wrongly.</li>
</ul>
@@ -57,12 +57,12 @@
<p>Also important are the following parameters:</p>
<ul>
- <li><a href="editparams.cgi?section=auth#requirelogin">requirelogin</a>, if turned
+ <li><a href="editparams.cgi?section=auth#requirelogin_desc">requirelogin</a>, if turned
on, will protect your installation from users having no account on this installation.
In other words, users who are not explicitly authenticated with a valid account
cannot see any data. This is what you want if you want to keep your data private.</li>
- <li><a href="editparams.cgi?section=auth#createemailregexp">createemailregexp</a>
+ <li><a href="editparams.cgi?section=auth#createemailregexp_desc">createemailregexp</a>
defines which users are allowed to create an account on this installation. If set
to ".*" (the default), everybody is free to create his own account. If set to
"@mycompany.com$", only users having an account @mycompany.com will be allowed to
@@ -71,7 +71,7 @@
installation, you must absolutely set this parameter to something different from
the default.</li>
- <li><a href="editparams.cgi?section=mta#mail_delivery_method">mail_delivery_method</a>
+ <li><a href="editparams.cgi?section=mta#mail_delivery_method_desc">mail_delivery_method</a>
defines the method used to send emails, such as sendmail or SMTP. You have to set
it correctly to send emails.</li>
</ul>