mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
put warning for missing translation into container and row
This commit is contained in:
parent
3574bc884c
commit
4a327be618
|
@ -139,6 +139,8 @@ $(document).ready(function () {
|
||||||
function missingḺanguageKeys() { /* {{{ */
|
function missingḺanguageKeys() { /* {{{ */
|
||||||
global $MISSING_LANG, $LANG;
|
global $MISSING_LANG, $LANG;
|
||||||
if($MISSING_LANG) {
|
if($MISSING_LANG) {
|
||||||
|
echo '<div class="container-fluid">'."\n";
|
||||||
|
echo '<div class="row-fluid">'."\n";
|
||||||
echo '<div class="alert alert-error">'."\n";
|
echo '<div class="alert alert-error">'."\n";
|
||||||
echo "<p><strong>This page contains missing translations in the selected language. Please help to improve SeedDMS and provide the translation.</strong></p>";
|
echo "<p><strong>This page contains missing translations in the selected language. Please help to improve SeedDMS and provide the translation.</strong></p>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
|
@ -149,6 +151,8 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
echo "<div class=\"splash\" data-type=\"error\" data-timeout=\"5500\"><b>There are missing translations on this page!</b><br />Please check the bottom of the page.</div>\n";
|
echo "<div class=\"splash\" data-type=\"error\" data-timeout=\"5500\"><b>There are missing translations on this page!</b><br />Please check the bottom of the page.</div>\n";
|
||||||
|
echo "</div>\n";
|
||||||
|
echo "</div>\n";
|
||||||
}
|
}
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user