aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/languages.wml
diff options
context:
space:
mode:
authorRhonda D'Vine <rhonda@debian.org>2019-04-17 20:27:42 +0200
committerRhonda D'Vine <rhonda@debian.org>2019-04-17 20:27:42 +0200
commit9407c5b2e4a57e808aed60aad6d5eab0225e8a08 (patch)
treed34a3050dd319bb39094708e7760a0121a7cca6d /english/template/debian/languages.wml
parent66e1f1571f5f3b6139a9385fe7d230f85ef84cce (diff)
hiding the language list until you mouse-overlanguage-selector
Diffstat (limited to 'english/template/debian/languages.wml')
-rw-r--r--english/template/debian/languages.wml6
1 files changed, 3 insertions, 3 deletions
diff --git a/english/template/debian/languages.wml b/english/template/debian/languages.wml
index 5be9a31cc6c..477b862da71 100644
--- a/english/template/debian/languages.wml
+++ b/english/template/debian/languages.wml
@@ -190,7 +190,7 @@ sub language_selector_css {
if ( $rel_dir eq "" and $file eq "sitemap" )
{ # special case for the site map
$str .= "<!--UdmComment-->\n";
- $str .= "<div id=\"pageLang\">\n";
+ $str .= "<div id=\"pageLang\" class=\"pageLang\">\n";
$str .= "<p>\n";
$str
.= q{<gettext>This page is also available in the following languages:</gettext>}
@@ -226,12 +226,12 @@ sub language_selector_css {
}
elsif (@used_langs) {
$str .= "<!--UdmComment-->\n";
- $str .= "<div id=\"pageLang\">\n";
+ $str .= "<div id=\"pageLang\" class=\"pageLang\">\n";
$str .= "<div id=\"langSelector\">\n";
$str
.= q{<gettext>This page is also available in the following languages:</gettext>}
. "\n";
- $str .= "<div id=\"langContainer\">\n";
+ $str .= "<div id=\"langContainer\" class=\"langContainer\">\n";
# Language sorting. Create a hash going from the language's own name
# for itself to the language's ISO keys. Then work with the sorted

© 2014-2024 Faster IT GmbH | imprint | privacy policy