Changeset 151 for trunk/templates/basic/constructors/table2.tpl
- Timestamp:
- 03/08/2006 10:51:16 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/templates/basic/constructors/table2.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/basic/constructors/table2.tpl
r48 r151 41 41 {/if} 42 42 43 <td class="{$cellclass}">{$cell|escape}</td> 43 <td class="{$cellclass}"> 44 {if $extra_data.LINK.$fullkey[row] != ''} 45 <a href="{$extra_data.LINK.$fullkey[row]}"> 46 {/if} 47 {$cell|escape} 48 {if $extra_data.LINK.$fullkey[row] != ''} 49 </a> 50 {/if} 51 </td> 44 52 {/if} 45 53 {/foreach}
Note: See TracChangeset
for help on using the changeset viewer.
