diff options
author | filip <filip.komar@gmail.com> | 2021-03-08 23:18:56 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-03-08 23:18:56 +0100 |
commit | d3f788c99f335b9914915334a386c88b2aa600e1 (patch) | |
tree | 16bc7aaf773d4d322587ee409725bfc608ceed1c /en/8 | |
parent | ce177c33f33286965239308fc18e6075a26b2760 (diff) | |
download | www-d3f788c99f335b9914915334a386c88b2aa600e1.tar www-d3f788c99f335b9914915334a386c88b2aa600e1.tar.gz www-d3f788c99f335b9914915334a386c88b2aa600e1.tar.bz2 www-d3f788c99f335b9914915334a386c88b2aa600e1.tar.xz www-d3f788c99f335b9914915334a386c88b2aa600e1.zip |
improved JavaScript warning with l10n update
Diffstat (limited to 'en/8')
-rw-r--r-- | en/8/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/8/download_index.php b/en/8/download_index.php index ec88f941f..8fed808f0 100644 --- a/en/8/download_index.php +++ b/en/8/download_index.php @@ -99,7 +99,7 @@ input[type="radio"], input[type="submit"], .popover-content { <div class="yui-u first col-md-8"> <noscript> -<div class="para alert alert-info"><?php _g('It looks like you have JavaScript disable. Please <a href="%s">enable</a> it to have better render. At the <a href="%s">end</a> of this page there will be download link for you. But what is written between is important.',array('http://www.enable-javascript.com/','#NoscriptDownload'),'p'); ?></div> +<div class="para alert alert-info"><?php _g('It looks like you have JavaScript disabled. Please <a href="%s">enable</a> it to have better rendering. At the <a href="%s">end</a> of this page there will be download link for you, but what is written between is important.',array('http://www.enable-javascript.com/','#NoscriptDownload'),'p'); ?></div> <style>.pop{display: none;} .popover-content{display:block ;}</style> </noscript> |