summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat/info_sector.pm
diff options
context:
space:
mode:
authorFrancesc Pinyol Margalef <francescpinyol@mageia.org>2013-05-12 19:47:37 +0000
committerFrancesc Pinyol Margalef <francescpinyol@mageia.org>2013-05-12 19:47:37 +0000
commit61018e084fbfc6783bde06731d2a3abfe71eb02e (patch)
treee2245e88a68b291704e7c115e37781a34ebbd619 /perl-install/resize_fat/info_sector.pm
parentd55e4ae9c318f9faec30a45016d7a8dadee349b0 (diff)
downloaddrakx-backup-do-not-use-61018e084fbfc6783bde06731d2a3abfe71eb02e.tar
drakx-backup-do-not-use-61018e084fbfc6783bde06731d2a3abfe71eb02e.tar.gz
drakx-backup-do-not-use-61018e084fbfc6783bde06731d2a3abfe71eb02e.tar.bz2
drakx-backup-do-not-use-61018e084fbfc6783bde06731d2a3abfe71eb02e.tar.xz
drakx-backup-do-not-use-61018e084fbfc6783bde06731d2a3abfe71eb02e.zip
Updated Catalan translation
Diffstat (limited to 'perl-install/resize_fat/info_sector.pm')
0 files changed, 0 insertions, 0 deletions
'> <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>.",
}