[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 {* Default number of rows. *} 4 <div class="block"> 5 <label>{'Default number of rows'|i18n( 'design/standard/class/datatype' )}:</label> 6 <p>{$class_attribute.data_int1}</p> 7 </div> 8 9 {* Columns. *} 10 <div class="block"> 11 <label>{'Columns'|i18n( 'design/standard/class/datatype' )}:</label> 12 {section show=$class_attribute.content.columns} 13 <table class="list" cellspacing="0"> 14 <tr> 15 <th>{'Matrix column'|i18n( 'design/standard/class/datatype' )}</th> 16 <th>{'Identifier'|i18n( 'design/standard/class/datatype' )}</th> 17 </tr> 18 {section var=Columns loop=$class_attribute.content.columns sequence=array( bglight, bgdark )} 19 <tr class="{$Columns.sequence}"> 20 <td>{$Columns.item.name|wash}</td> 21 <td>{$Columns.item.identifier|wash}</td> 22 </tr> 23 {/section} 24 </table> 25 {section-else} 26 <p> 27 {'The matrix does not have any columns.'|i18n( 'design/standard/class/datatype' )} 28 </p> 29 {/section} 30 </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 |