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

Last commit: Fri Mar 5 12:27:13 2021 +0100	Jan Dankert	New: File preview should be displayed in an iframe.
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 <group title="${message:content}"> 5 6 <link clickable="true" subaction="upload" type="dialog"> 7 <text value="${message:edit}"/> 8 </link> 9 10 11 12 </group> 13 <!-- 14 <form languageid="${languageid}"> 15 <fieldset class="line" label=""> 16 <newline/> 17 <upload name="file"/> 18 <newline/> 19 <newline/> 20 </fieldset> 21 22 <part class="line dropzone-upload"> 23 <part class="label"> 24 </part> 25 <part class="value"> 26 </part> 27 </part> 28 </form>--> 29 </output>
Download modules/cms/ui/themes/default/html/views/file/edit.tpl.src.xml
History Fri, 5 Mar 2021 12:27:13 +0100 Jan Dankert New: File preview should be displayed in an iframe. 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.