openrat-cms

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

changetemplate.tpl.src.xml (801B)


      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 	<form method="get" subaction="changetemplateselectelements" visible="true" cancel="true"
      4 		  label="${message:BUTTON_NEXT}">
      5 		<hidden name="templateid"/>
      6 		<hidden name="modelid"/>
      7 		<fieldset class="line" label="${message:page_template_old}">
      8 			<part class="act-clickable">
      9 				<link url="${template_url}" action="template" id="${templateid}">
     10 					<text value="${template_name}"/>
     11 				</link>
     12 			</part>
     13 		</fieldset>
     14 		<fieldset class="line" label="${message:page_template_new}">
     15 			<selectbox name="newtemplateid" list="templates" default=""/>
     16 		</fieldset>
     17 	</form>
     18 </output>