diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 21:58:54 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 21:58:54 +0200 |
commit | 71e10b66d9f3f0ab1545ac460bb4e5ea61bb8196 (patch) | |
tree | 763e2a7fa72d88f27ba2645745a8a504da11ee0c /core/templates/layout.guest.php | |
parent | 70abce04827517d4391cc1bb3cd71574fc19724a (diff) | |
parent | bd56619e7aa798fe899a04d2f47e450344720215 (diff) | |
download | nextcloud-server-71e10b66d9f3f0ab1545ac460bb4e5ea61bb8196.tar.gz nextcloud-server-71e10b66d9f3f0ab1545ac460bb4e5ea61bb8196.zip |
Merge pull request #10944 from owncloud/fix-nojavascript-style
fix no-JS message, and add it to log in and shared as well cause they don’t work without JS
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 24706b77b19..fb34769ff7c 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -33,6 +33,7 @@ <?php endforeach; ?> </head> <body id="body-login"> + <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and reload the page.')); ?></div></div></noscript> <div class="wrapper"><!-- for sticky footer --> <div class="v-align"><!-- vertically centred box --> <header><div id="header"> |