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

Last commit: Thu Mar 4 03:39:25 2021 +0100	Jan Dankert	New: Separate edit action for images and texts.
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 <form> 4 <fieldset label="${message:FILE_mimetype}"> 5 <text value="${mimetype}"/> 6 </fieldset> 7 8 <fieldset label="${message:file_extension}"> 9 <input name="extension" size="10" class="extension"/> 10 </fieldset> 11 12 <fieldset label="${message:type}"> 13 <selectbox name="type" size="1" list="types"/> 14 </fieldset> 15 </form> 16 </output>
Download modules/cms/ui/themes/default/html/views/file/advanced.tpl.src.xml
History Thu, 4 Mar 2021 03:39:25 +0100 Jan Dankert New: Separate edit action for images and texts. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') 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.