[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 4 <div class="maincontentheader"> 5 <h1>{"Select gateway"|i18n("design/standard/workflow")}</h1> 6 </div> 7 8 <form method="post" action={"shop/checkout"|ezurl}> 9 10 {section name=Gateways loop=$event.selected_gateways} 11 <input type="radio" name="SelectedGateway" value="{$Gateways:item.value}" 12 {run-once} 13 checked="checked" 14 {/run-once} 15 />{$Gateways:item.Name|wash} 16 {/section} 17 18 <div class="buttonblock"> 19 <input class="defaultbutton" type="submit" name="SelectButton" value="{'Select'|i18n('design/standard/workflow')}" /> 20 <input class="button" type="submit" name="CancelButton" value="{'Cancel'|i18n('design/standard/workflow')}" /> 21 </div> 22 23 </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 |