diff --git a/views/blue/class.EditUserData.php b/views/blue/class.EditUserData.php
index af2ad10ee..8118cdf45 100644
--- a/views/blue/class.EditUserData.php
+++ b/views/blue/class.EditUserData.php
@@ -118,7 +118,7 @@ function checkForm()
getLanguage()==$currLang) ? "selected" : "").">".$currLang."";
+ print "";
}
?>
@@ -129,7 +129,6 @@ function checkForm()
";
?>
diff --git a/views/blue/class.Settings.php b/views/blue/class.Settings.php
index 2e6fb1bb8..d88861404 100644
--- a/views/blue/class.Settings.php
+++ b/views/blue/class.Settings.php
@@ -108,7 +108,7 @@ if(!is_writeable($settings->_configFilePath)) {
echo '';
+ echo '>' . getMLText($language) . '';
}
?>
diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index 2c41e4809..484d6c5fa 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -135,7 +135,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
else
echo "";
echo "";
- echo $currLang."\n";
+ echo getMLText($currLang)."\n";
}
echo " \n";
echo " \n";
diff --git a/views/bootstrap/class.EditUserData.php b/views/bootstrap/class.EditUserData.php
index 8e187f5db..033034780 100644
--- a/views/bootstrap/class.EditUserData.php
+++ b/views/bootstrap/class.EditUserData.php
@@ -131,7 +131,7 @@ function checkForm()
getLanguage()==$currLang) ? "selected" : "").">".$currLang."";
+ print "";
}
?>
@@ -142,7 +142,6 @@ function checkForm()
|
";
?>
diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php
index 6832bdded..90c347407 100644
--- a/views/bootstrap/class.Settings.php
+++ b/views/bootstrap/class.Settings.php
@@ -91,7 +91,7 @@ if(!is_writeable($settings->_configFilePath)) {
echo '';
+ echo '>' . getMLText($language) . '';
}
?>
|