openrat-cms

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

pub.tpl.src.xml (519B)


      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 		  Falls das Veroeffentlichen deaktiviert ist, eine Warnmeldung anzeigen.
      5 	  -->
      6 	<if true="${config:security/nopublish}">
      7 		<part class="message warn">
      8 			<text value="${message:NOPUBLISH_DESC}" class="help"/>
      9 		</part>
     10 	</if>
     11 	<form label="${message:publish}" async="true">
     12 	</form>
     13 </output>