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