Revision 396, 0.5 KB
(checked in by kovell, 12 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:48px; width:48px; text-align:left;"> |
---|
2 | <img border="0" style="position:absolute; height:48px; width:48px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
---|
3 | src='{$img}', sizingMethod='image');" src='{$img}' alt=""> |
---|
4 | <img border="0" style="position:absolute; height:48px; width:48px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
---|
5 | src='{$icon}', sizingMethod='image');" src='{$icon}' title="{$name}" alt="{$name}"> |
---|
6 | </span> |
---|