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

Last commit: Thu Feb 16 22:57:35 2023 +0100	Jan Dankert	New: More functions (adding, deleting) for tags.
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 collapsible="false" title="${message:project} ${name}"> 5 6 <table filter="false"> 7 8 <!-- <row header="true"> 9 <column> 10 <text value="${message:TYPE}"/> 11 <text value=" / "/> 12 <text value="${message:NAME}"/> 13 </column> 14 </row>--> 15 16 <row class="data"> 17 <column class="act-clickable"> 18 <link type="open" id="${rootobjectid}" name="" action="folder"> 19 <image action="folder"/> 20 <text value="${message:content}"/> 21 </link> 22 </column> 23 </row> 24 25 <row class="data"> 26 <column class="act-clickable"> 27 <link type="open" id="${projectid}" name="" action="taglist"> 28 <image action="taglist"/> 29 <text value="${message:taglist}"/> 30 </link> 31 </column> 32 </row> 33 34 <if true="${is_project_admin}"> 35 <row class="data"> 36 <column class="act-clickable"> 37 <link type="open" id="${projectid}" name="" action="templatelist"> 38 <image action="template"/> 39 <text value="${message:templates}"/> 40 </link> 41 </column> 42 </row> 43 <row class="data"> 44 <column class="act-clickable"> 45 <link type="open" id="${projectid}" name="" action="languagelist"> 46 <image action="language"/> 47 <text value="${message:languages}"/> 48 </link> 49 </column> 50 </row> 51 <row class="data"> 52 <column class="act-clickable"> 53 <link type="open" id="${projectid}" name="" action="modellist"> 54 <image action="model"/> 55 <text value="${message:models}"/> 56 </link> 57 </column> 58 </row> 59 </if> 60 </table> 61 </group> 62 </output>
Download modules/cms/ui/themes/default/html/views/project/edit.tpl.src.xml
History Thu, 16 Feb 2023 22:57:35 +0100 Jan Dankert New: More functions (adding, deleting) for tags. Sat, 20 Feb 2021 01:34:41 +0100 Jan Dankert New: Publish-switch for templates. Mon, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Mon, 17 Aug 2020 22:52:37 +0200 Jan Dankert Cleanup: Killing the old odd 'GLOBAL_' message prefixes. Sat, 16 May 2020 01:08:40 +0200 Jan Dankert Refactoring: Switching the ValueExpressions in the templates to the new VariableResolver for supporting nested variables like ${message:prefix_${key}}. 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.