openrat-cms

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

edit.tpl.src.xml (666B)


      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 
      5 	<group title="${message:content}">
      6 		<part class="act-clickable">
      7 			<text value="${source}" escape="true" type="code" />
      8 
      9 			<newline/>
     10 			<link type="dialog" subaction="value">
     11 				<image method="text"/>
     12 				<text value="${message:edit}"/>
     13 			</link>
     14 		</part>
     15 
     16 		<part>
     17 			<link type="dialog" subaction="upload" clickable="true">
     18 				<image action="text"/>
     19 				<text value="${message:file_replace}"/>
     20 			</link>
     21 		</part>
     22 	</group>
     23 
     24 </output>