File modules/cms/ui/themes/default/html/views/configuration/edit.tpl.src.xml
Last commit: Wed May 15 00:55:16 2024 +0200 Jan Dankert New support for mapper in the Set-Component for better abstraction between UI and Actions
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:NAME}"/> 6 </column> 7 <column header="true"> 8 <text value="${message:VALUE}"/> 9 </column> 10 </row> 11 <set var="flatconfig" value="${config}" mapper="flat" /> 12 <list list="${flatconfig}" value="entry"> 13 <row class="data"> 14 <column title="${entry.key}"> 15 <text value="${entry.label}"/> 16 <text class="table-sort-value" value="${entry.key}"/> 17 </column> 18 <column class="${class}"> 19 <text class="${class}" value="${entry.value}"/> 20 </column> 21 </row> 22 </list> 23 </table> 24 </output>
Downloadmodules/cms/ui/themes/default/html/views/configuration/edit.tpl.src.xml
History Wed, 15 May 2024 00:55:16 +0200 Jan Dankert New support for mapper in the Set-Component for better abstraction between UI and Actions Tue, 14 May 2024 23:48:28 +0200 Jan Dankert Enabling Fulltext-Search in Settings Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Thu, 19 Nov 2020 12:28:33 +0100 Jan Dankert Fix: nextSubAction() is depracated and should not be used.