File modules/cms/ui/themes/default/html/views/text/edit.tpl.src.xml

Last commit: Thu Mar 4 23:47:18 2021 +0100	Jan Dankert	New method 'upload' for replacing file contents.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 3 4 5 <group title="${message:content}"> 6 <part class="act-clickable"> 7 <text value="${source}" escape="true" type="code" /> 8 9 <newline/> 10 <link type="dialog" subaction="value"> 11 <image method="text"/> 12 <text value="${message:edit}"/> 13 </link> 14 </part> 15 16 <part> 17 <link type="dialog" subaction="upload" clickable="true"> 18 <image action="text"/> 19 <text value="${message:file_replace}"/> 20 </link> 21 </part> 22 </group> 23 24 </output>
Download modules/cms/ui/themes/default/html/views/text/edit.tpl.src.xml
History Thu, 4 Mar 2021 23:47:18 +0100 Jan Dankert New method 'upload' for replacing file contents. Thu, 4 Mar 2021 03:39:25 +0100 Jan Dankert New: Separate edit action for images and texts. Wed, 11 Nov 2020 23:24:28 +0100 Jan Dankert Fixing editing value of files,images,texts. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Sun, 23 Feb 2020 23:21:22 +0100 Jan Dankert Fix: Path to template.xsd has changed on the last refactoring. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.