diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-08 04:18:38 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-08 04:18:38 +0200 |
commit | 5f7726c010bf79f584d1224e39070ca0f64fe4ff (patch) | |
tree | ac329a001661980c399f22e63a63ad7b3abb4586 /template/en/default/admin | |
parent | 609806d1f0e8a82300a6d7b3b47e09f0356217f5 (diff) | |
download | bugs-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar bugs-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.gz bugs-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.bz2 bugs-5f7726c010bf79f584d1224e39070ca0f64fe4ff.tar.xz bugs-5f7726c010bf79f584d1224e39070ca0f64fe4ff.zip |
Bug 577407: Several HTML elements have the same ID when editing parameters
r/a=mkanat
Diffstat (limited to 'template/en/default/admin')
4 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl index e6f6cb778..12fd491fc 100644 --- a/template/en/default/admin/params/attachment.html.tmpl +++ b/template/en/default/admin/params/attachment.html.tmpl @@ -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_desc\"><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>" diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 870451ebc..3ec38ca56 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -28,7 +28,7 @@ <dl> [% 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 %] <p> [% IF param.type == "t" %] diff --git a/template/en/default/admin/params/index.html.tmpl b/template/en/default/admin/params/index.html.tmpl index 1629c8c6f..9f8024528 100644 --- a/template/en/default/admin/params/index.html.tmpl +++ b/template/en/default/admin/params/index.html.tmpl @@ -35,7 +35,7 @@ <tr> <td> <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> </td> <td> diff --git a/template/en/default/admin/params/radius.html.tmpl b/template/en/default/admin/params/radius.html.tmpl index ef2282d45..f12e581b7 100644 --- a/template/en/default/admin/params/radius.html.tmpl +++ b/template/en/default/admin/params/radius.html.tmpl @@ -26,13 +26,13 @@ "(e.g. <code>radius.company.com</code>, or " _ "<code>radius.company.com:portnum</code>).<br>" _ "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>RADIUS</code>.", RADIUS_secret => "Your RADIUS server's secret.<br>" _ "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>RADIUS</code>.", @@ -40,14 +40,14 @@ "data with your RADIUS server. " _ "If unspecified, <code>127.0.0.1</code> will be used.<br>" _ "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> " _ "contains <code>RADIUS</code>.", RADIUS_email_suffix => "Suffix to append to a RADIUS user name to form an " _ "e-mail address.<br>" _ "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> " _ "contains <code>RADIUS</code>.", } |