openrat-cms

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

mail.tpl.src.xml (670B)


      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="post" forwardTo="confirmmail" afterSuccess="forward">
      4 
      5 		<group title="${message:logo_changemail}" description="${message:logo_changemail_text}">
      6 			<fieldset label="${message:user_new_mail}">
      7 					<input name="mail" focus="true"/>
      8 			</fieldset>
      9 		</group>
     10 
     11 		<!--
     12 		<part class="act-clickable">
     13 			<link action="profile" subaction="confirmmail" type="dialog">
     14 				<text value="${mail_code}"/>
     15 			</link>
     16 		</part>-->
     17 	</form>
     18 </output>