[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 <form method="post" action={"/notification/settings/"|ezurl}> 4 5 <div class="maincontentheader"> 6 <h1>{"Notification settings"|i18n('design/standard/notification')}</h1> 7 </div> 8 9 {let handlers=fetch('notification','handler_list')} 10 11 <p> 12 {section name=Handlers loop=$handlers} 13 {*Handler: {$Handlers:item.name}*} 14 {include handler=$Handlers:item uri=concat( "design:notification/handler/",$Handlers:item.id_string,"/settings/edit.tpl")} 15 {delimiter}<br/>{/delimiter} 16 {/section} 17 </p> 18 {/let} 19 20 <div> 21 <input class="button" type="submit" name="Store" value="{'Store'|i18n('design/standard/notification')}" /> 22 <input class="button" type="submit" name="Cancel" value="{'Cancel'|i18n('design/standard/notification')}" /> 23 </div> 24 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |