mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 19:12:42 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
c640ece18b
|
@ -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'; ?>" />
|
<input type="hidden" id="currenttab" name="currenttab" value="<?php echo $currenttab ? $currenttab : 'site'; ?>" />
|
||||||
<?php
|
<?php
|
||||||
if(!is_writeable($settings->_configFilePath)) {
|
if(!is_writeable($settings->_configFilePath)) {
|
||||||
print "<div class=\"alert alert-warning\">";
|
$this->warningMsg(getMLText("settings_notwritable"));
|
||||||
echo "<p>".getMLText("settings_notwritable")."</p>";
|
|
||||||
print "</div>";
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user