openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 43382c669b0b216f4ab60034cddc1506ef861a61
parent 34e2d8d069314c941067722d1bb03f498b76b7f5
Author: Jan Dankert <devnull@localhost>
Date:   Mon,  6 Nov 2017 22:28:10 +0100

Template-Editor von Textarea auf ACE-Editor umstellen.

Diffstat:
themes/default/templates/template/src.tpl.src.xml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/themes/default/templates/template/src.tpl.src.xml b/themes/default/templates/template/src.tpl.src.xml @@ -2,6 +2,9 @@ xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"> <header views="srcelement" back="true"></header> <form> + <!-- <inputarea rows="25" cols="80" name="src" class="editor"></inputarea> + --> + <editor type="code" name="src" mode="html" /> </form> </output> \ No newline at end of file