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

Last commit: Sun Mar 14 23:55:23 2021 +0100	Jan Dankert	Fix: Do not use the pageelement value for the dialog headline
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 2 <table> 3 <row header="true"> 4 <column header="true"> 5 <text value="${message:language}"/> 6 </column> 7 <column header="true"> 8 <text value="${message:value}"/> 9 </column> 10 </row> 11 <list list="${languages}" extract="true"> 12 <row class="data,act-clickable"> 13 <column> 14 <text value="${languagename}"/> 15 </column> 16 <column title="${text}"> 17 <link subaction="value" var1="languageid" value1="${languageid}" type="edit" action="pageelement" name="${languagename}"> 18 <text value="${text}" maxlength="120" escape="true"/> 19 </link> 20 </column> 21 </row> 22 </list> 23 </table> 24 </output>
Download modules/cms/ui/themes/default/html/views/pageelement/edit.tpl.src.xml
History Sun, 14 Mar 2021 23:55:23 +0100 Jan Dankert Fix: Do not use the pageelement value for the dialog headline Mon, 8 Mar 2021 15:04:16 +0100 Jan Dankert UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text. 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 '') Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Wed, 23 Sep 2020 01:04:05 +0200 Jan Dankert Cleanup of deprecated methods and deprecated class attributes. Mon, 21 Sep 2020 23:44:23 +0200 Jan Dankert Fixing editing of values. 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.