File modules/cms/ui/themes/default/html/views/include/settings.inc.xml

Last commit: Thu Mar 4 02:00:11 2021 +0100	Jan Dankert	New: Show all page filenames in info.
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 title="${message:settings}"> 5 6 <table filter="false"> 7 <list list="${settings}" value="entry"> 8 <row class="data"> 9 <column> 10 <text value="${entry.key}"/> 11 </column> 12 <column class="act-clickable"> 13 <link subaction="settings" type="dialog"> 14 <text value="${entry.value}"/> 15 </link> 16 </column> 17 </row> 18 </list> 19 </table> 20 </group> 21 </output>
Download modules/cms/ui/themes/default/html/views/include/settings.inc.xml
History Thu, 4 Mar 2021 02:00:11 +0100 Jan Dankert New: Show all page filenames in info.