File modules/cms/ui/themes/default/html/views/include/settings.inc.xml
Last commit: Thu Nov 28 20:47:27 2024 +0100 Jan Dankert Settings should always be displayed preformatted.
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 <set var="settings" value="${total_settings}" mapper="flat" /> 8 <list list="${settings}" value="entry"> 9 <row class="data"> 10 <column title="${entry.key}"> 11 <text value="${entry.label}"/> 12 </column> 13 <column class="act-clickable"> 14 <link subaction="settings" type="dialog"> 15 <text type="preformatted" value="${entry.value}"/> 16 </link> 17 </column> 18 </row> 19 </list> 20 </table> 21 </group> 22 </output>
Downloadmodules/cms/ui/themes/default/html/views/include/settings.inc.xml
History Thu, 28 Nov 2024 20:47:27 +0100 Jan Dankert Settings should always be displayed preformatted. 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 Thu, 4 Mar 2021 02:00:11 +0100 Jan Dankert New: Show all page filenames in info.