Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-05-06 15:12:35 +02:00
commit c640ece18b

View File

@ -257,9 +257,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
<input type="hidden" id="currenttab" name="currenttab" value="<?php echo $currenttab ? $currenttab : 'site'; ?>" />
<?php
if(!is_writeable($settings->_configFilePath)) {
print "<div class=\"alert alert-warning\">";
echo "<p>".getMLText("settings_notwritable")."</p>";
print "</div>";
$this->warningMsg(getMLText("settings_notwritable"));
}
?>