rfe #2838080 [interface] Show warning when javascript is disabled.

This commit is contained in:
Michal Čihař
2010-01-21 10:58:11 +00:00
parent c343434849
commit 5b4ce35e69
59 changed files with 67 additions and 0 deletions

View File

@@ -330,6 +330,15 @@ if ($server > 0) {
} // end if
}
/**
* Show warning when javascript support is missing.
*/
echo '<noscript>';
$message = PMA_Message::notice('strJavascriptDisabled');
$message->isError(true);
$message->display();
echo '</noscript>';
/**
* Warning about different MySQL library and server version
* (a difference on the third digit does not count).