Changeset 137 for dev/templates
- Timestamp:
- 12/07/06 05:34:28 (14 years ago)
- Location:
- dev/templates
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/icon.tpl
r115 r137 1 1 <!-- icon.tpl --> 2 <div class= item-icon style="background:url({$img}); height:32px; width:32px"><img src="{$icon}"/></div>2 <div class="item-icon" style="background: url({$img}); border: none; height:32px; width:32px"><img border="0" src="{$icon}"/></div> 3 3 <!-- /icon.tpl --> -
dev/templates/kill_detail.tpl
r135 r137 64 64 {if $slot.items} 65 65 <tr class="kb-table-row-even"> 66 <td width="32"><img src="img/{$slot.img}" alt="{$slot.text}" border="0"></td>66 <td class="item-icon" width="32"><img src="img/{$slot.img}" alt="{$slot.text}" border="0"></td> 67 67 <td colspan="2" class="kb-table-cell"><b>{$slot.text}</b> </td> 68 68 {if $config->getConfig('item_values')}