openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

settings.inc.xml (615B)


      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>