[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 <div class="block"> 4 <label>{'Default VAT'|i18n( 'design/standard/class/datatype' )}:</label> 5 <select name="ContentClass_ezprice_include_vat_{$class_attribute.id}"> 6 <option value="1" {section show=eq( $class_attribute.data_int1, 1 )}selected="selected"{/section}>{'Price inc. VAT'|i18n( 'design/standard/class/datatype' )}</option> 7 <option value="2" {section show=eq( $class_attribute.data_int1, 2 )}selected="selected"{/section}>{'Price ex. VAT'|i18n( 'design/standard/class/datatype' )}</option> 8 </select> 9 </div> 10 11 <div class="block"> 12 <label>{'Default VAT type'|i18n( 'design/standard/class/datatype' )}:</label> 13 {include uri='design:shop/vattype/edit.tpl' 14 select_name=concat( "ContentClass_ezprice_vat_id_", $class_attribute.id ) 15 vat_types=$class_attribute.content.vat_type 16 current_val=$class_attribute.data_float1} 17 </div>
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 |