mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 14:41:39 +00:00
edit warning because content is replaced
This commit is contained in:
parent
154c3c2118
commit
5a877f959c
|
@ -123,6 +123,9 @@ $this->contentHeading(getMLText("content"));
|
||||||
echo htmlspecialchars(file_get_contents($dms->contentDir . $version->getPath()), ENT_SUBSTITUTE);
|
echo htmlspecialchars(file_get_contents($dms->contentDir . $version->getPath()), ENT_SUBSTITUTE);
|
||||||
?>
|
?>
|
||||||
</textarea>
|
</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>
|
<button id="update" type="submit" class="btn btn-primary"><i class="icon-save"></i> <?php printMLText("save"); ?></button>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue
Block a user