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

Last commit: Mon Mar 8 01:24:06 2021 +0100	Jan Dankert	New: Action menu on many lists; tables have now a fixed layout
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 <list list="${config}" value="entry"> 12 <row class="data"> 13 <column> 14 <text value="${entry.value.key}"/> 15 </column> 16 <column class="${class}"> 17 <text class="${class}" value="${entry.value.value}"/> 18 </column> 19 </row> 20 </list> 21 </table> 22 </output>
Download modules/cms/ui/themes/default/html/views/configuration/edit.tpl.src.xml
History 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.