Revision 396, 0.5 KB
(checked in by kovell, 13 years ago)
|
Fixes: HTML, killlists with multiple involved, thumbnail creation delays, mods using short php tags corrected (Tribalize) . Autoupgrade adds missing indexes on upgraded boards. page cache updating algorithm improved, feed log information cleaned up (Oleg)
|
Line | |
---|
1 | <span class="item-icon" style="position:absolute; border: none; height:24px; width:24px; text-align:left;"> |
---|
2 | <img border="0" style="position:absolute; left:-4px; top:-4px; height:32; width:32; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
---|
3 | src='{$icon}', sizingMethod='image');" src="{$icon}" alt=""> |
---|
4 | <img border="0" style="position:absolute; height:24px; width:24px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
---|
5 | src='{$img}', sizingMethod='image');" src='{$img}' title="{$name}" alt="{$name}"> |
---|
6 | </span> |
---|