]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add overlay noscript message to fix #6032
authorringmaster <epithet@gmail.com>
Thu, 5 Dec 2013 14:19:46 +0000 (09:19 -0500)
committerringmaster <epithet@gmail.com>
Thu, 5 Dec 2013 14:19:46 +0000 (09:19 -0500)
core/css/styles.css
core/templates/layout.user.php

index fa001d41c2c558935ca07661b0e7b3d289234629..0ed4cf36c917667d80aae44de224d97379a9c701 100644 (file)
@@ -46,6 +46,27 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
        opacity: 1;
 }
 
+#nojavascript {
+       position: absolute;
+       top: 0;
+       bottom: 0;
+       z-index: 999;
+       width: 100%;
+       text-align: center;
+       background-color: rgba(50,0,0,0.5);
+       color: white;
+       text-shadow: 0px 0px 5px black;
+       line-height: 125%;
+       font-size: x-large;
+}
+#nojavascript div {
+       width: 50%;
+       top: 50%;
+       position: absolute;
+       left: 50%;
+       margin-left: -25%;
+}
+
 /* INPUTS */
 input[type="text"],
 input[type="password"],
index 9e1d8022ecbef3a14c0dc65a0e42e4d7d05a719e..7492af799b3ed68d736f00433467ccdf6f73ed9c 100644 (file)
@@ -37,6 +37,7 @@
        </head>
 
        <body id="<?php p($_['bodyid']);?>">
+       <noscript><div id="nojavascript"><div>ownCloud requires JavaScript to be enabled for correct operation.  Please enable JavaScript and re-load this interface.</div></div></noscript>
        <div id="notification-container">
                <div id="notification"></div>
                <?php if ($_['updateAvailable']): ?>