mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Generic javascript-disabled message added.
This commit is contained in:
@@ -694,6 +694,9 @@ if ($e107_popup != 1) {
|
||||
echo "<div class='installer alert alert-danger alert-block text-center'><b>*** ".CORE_LAN4." ***</b><br />".CORE_LAN5."</div>";
|
||||
}
|
||||
|
||||
//XXX TODO LAN in English.php
|
||||
echo "<noscript><div class='alert alert-block alert-error'><strong>This web site requires that javascript be enabled. <a rel='external' href='http://activatejavascript.org'>Click here for instructions.</a>.</strong></div></noscript>";
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
echo "<div id='uiAlert' class='notifications center'></div>"; // Popup Alert Message holder. @see http://nijikokun.github.io/bootstrap-notify/
|
||||
|
Reference in New Issue
Block a user