Changeset 159 for dev/templates
- Timestamp:
- 12/21/06 17:05:02 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/icon.tpl
r137 r159 1 1 <!-- icon.tpl --> 2 <div class="item-icon" style="background: url({$img}); border: none; height:32px; width:32px "><img border="0" src="{$icon}"/></div>2 <div class="item-icon" style="background: url({$img}); border: none; height:32px; width:32px; text-align:left;"><img border="0" src="{$icon}"/></div> 3 3 <!-- /icon.tpl -->