Show
Ignore:
Timestamp:
06/27/08 02:40:49 (17 months ago)
Author:
bsmith
Message:

bugzid:80286 - making lists and list-items in wigets more genericly marked up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/default_templates/recent_assets.mtml

    r2604 r2648  
    55    <h3 class="widget-header"><__trans phrase="Recent Assets"></h3> 
    66    <div class="widget-content"> 
    7         <ul class="widget-list"> 
     7        <ul> 
    88        </mt:AssetsHeader> 
    99        <li class="item"><a class="asset-image" href="<$mt:AssetURL$>"><img src="<$mt:AssetThumbnailURL height="70"$>" class="asset-img-thumb" alt="<$mt:AssetLabel$>" title="<$mt:AssetLabel$>" /></a></li>