openrat-cms

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

edit.tpl.src.xml (595B)


      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 		<group>
      4 			<fieldset class="line" label="${message:link_target}">
      5 				<image action="${type}" />
      6 				<text value="${targetobjectname}" />
      7 
      8 			</fieldset>
      9 			<fieldset>
     10 				<part>
     11 					<link clickable="true" type="dialog" subaction="value" action="link" id="${id}" class="btn">
     12 						<text value="${message:edit}"/>
     13 					</link>
     14 				</part>
     15 			</fieldset>
     16 		</group>
     17 </output>