Commit 5f7726c0 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 577407: Several HTML elements have the same ID when editing parameters

r/a=mkanat
parent 609806d1
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
_ " That is, a different domain name that resolves to this exact" _ " That is, a different domain name that resolves to this exact"
_ " same $terms.Bugzilla installation.</p>" _ " same $terms.Bugzilla installation.</p>"
_ "<p>Note that if you have set the" _ "<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_desc\"><tt>cookiedomain</tt>"
_" parameter</a>, you should set <tt>attachment_base</tt> to use a" _" parameter</a>, you should set <tt>attachment_base</tt> to use a"
_ " domain that would <em>not</em> be matched by" _ " domain that would <em>not</em> be matched by"
_ " <tt>cookiedomain</tt>.</p>" _ " <tt>cookiedomain</tt>.</p>"
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<dl> <dl>
[% FOREACH param = panel.param_list %] [% FOREACH param = panel.param_list %]
<dt id="[% param.name FILTER html %]">[% param.name FILTER html %]</dt> <dt id="[% param.name FILTER html %]_desc">[% param.name FILTER html %]</dt>
<dd>[% panel.param_descs.${param.name} FILTER none %] <dd>[% panel.param_descs.${param.name} FILTER none %]
<p> <p>
[% IF param.type == "t" %] [% IF param.type == "t" %]
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<tr> <tr>
<td> <td>
<a href="editparams.cgi?section= <a href="editparams.cgi?section=
[%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]"> [%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]_desc">
[% param.name FILTER html %]</a> [% param.name FILTER html %]</a>
</td> </td>
<td> <td>
......
...@@ -26,13 +26,13 @@ ...@@ -26,13 +26,13 @@
"(e.g. <code>radius.company.com</code>, or " _ "(e.g. <code>radius.company.com</code>, or " _
"<code>radius.company.com:portnum</code>).<br>" _ "<code>radius.company.com:portnum</code>).<br>" _
"Required only if " _ "Required only if " _
"<a href=\"?section=auth#user_verify_class\">the " _ "<a href=\"?section=auth#user_verify_class_desc\">the " _
"<code>user_verify_class</code> parameter</a> contains " _ "<code>user_verify_class</code> parameter</a> contains " _
"<code>RADIUS</code>.", "<code>RADIUS</code>.",
RADIUS_secret => "Your RADIUS server's secret.<br>" _ RADIUS_secret => "Your RADIUS server's secret.<br>" _
"Required only if " _ "Required only if " _
"<a href=\"?section=auth#user_verify_class\">the " _ "<a href=\"?section=auth#user_verify_class_desc\">the " _
"<code>user_verify_class</code> parameter</a> contains " _ "<code>user_verify_class</code> parameter</a> contains " _
"<code>RADIUS</code>.", "<code>RADIUS</code>.",
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"data with your RADIUS server. " _ "data with your RADIUS server. " _
"If unspecified, <code>127.0.0.1</code> will be used.<br>" _ "If unspecified, <code>127.0.0.1</code> will be used.<br>" _
"Useful only if " _ "Useful only if " _
"<a href=\"?section=auth#user_verify_class\">the " _ "<a href=\"?section=auth#user_verify_class_desc\">the " _
"<code>user_verify_class</code> parameter</a> " _ "<code>user_verify_class</code> parameter</a> " _
"contains <code>RADIUS</code>.", "contains <code>RADIUS</code>.",
RADIUS_email_suffix => "Suffix to append to a RADIUS user name to form an " _ RADIUS_email_suffix => "Suffix to append to a RADIUS user name to form an " _
"e-mail address.<br>" _ "e-mail address.<br>" _
"Useful only if " _ "Useful only if " _
"<a href=\"?section=auth#user_verify_class\">the " _ "<a href=\"?section=auth#user_verify_class_desc\">the " _
"<code>user_verify_class</code> parameter</a> " _ "<code>user_verify_class</code> parameter</a> " _
"contains <code>RADIUS</code>.", "contains <code>RADIUS</code>.",
} }
......
...@@ -96,12 +96,12 @@ YAHOO.util.Event.onDOMReady(onLoadActions); ...@@ -96,12 +96,12 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
<p class="notice">This message is only shown to logged in users with admin privs. <p class="notice">This message is only shown to logged in users with admin privs.
You can configure this notification from the 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" %] [% ELSIF release.error == "cannot_download" %]
<p>The local XML file '[% release.xml_file FILTER html %]' cannot be created. <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 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 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" %] [% ELSIF release.error == "no_update" %]
<p>The local XML file '[% release.xml_file FILTER html %]' cannot be updated. <p>The local XML file '[% release.xml_file FILTER html %]' cannot be updated.
Please make sure the web server can edit this file.</p> Please make sure the web server can edit this file.</p>
...@@ -114,7 +114,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions); ...@@ -114,7 +114,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
[% ELSIF release.error == "unknown_parameter" %] [% ELSIF release.error == "unknown_parameter" %]
<p>'[% Param("upgrade_notification") FILTER html %]' is not a valid notification <p>'[% Param("upgrade_notification") FILTER html %]' is not a valid notification
parameter. Please check this parameter in the 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 %] [% END %]
</div> </div>
[% END %] [% END %]
......
...@@ -41,15 +41,15 @@ ...@@ -41,15 +41,15 @@
parameters for this installation; among others:</p> parameters for this installation; among others:</p>
<ul> <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 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 reason you see this page: as long as this parameter is not set, you will see this
page again and again).</li> 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> 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 the person responsible for this installation if something is
running wrongly.</li> running wrongly.</li>
</ul> </ul>
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
<p>Also important are the following parameters:</p> <p>Also important are the following parameters:</p>
<ul> <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. 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 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> 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 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 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 "@mycompany.com$", only users having an account @mycompany.com will be allowed to
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
installation, you must absolutely set this parameter to something different from installation, you must absolutely set this parameter to something different from
the default.</li> 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 defines the method used to send emails, such as sendmail or SMTP. You have to set
it correctly to send emails.</li> it correctly to send emails.</li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment