edit warning because content is replaced

This commit is contained in:
Uwe Steinmann 2019-11-21 10:50:59 +01:00
parent 154c3c2118
commit 5a877f959c

View File

@ -123,6 +123,9 @@ $this->contentHeading(getMLText("content"));
echo htmlspecialchars(file_get_contents($dms->contentDir . $version->getPath()), ENT_SUBSTITUTE);
?>
</textarea>
<?php
echo $this->warningMsg(getMLText('edit_online_warning'));
?>
<button id="update" type="submit" class="btn btn-primary"><i class="icon-save"></i> <?php printMLText("save"); ?></button>
</form>
<?php