Ignore:
Timestamp:
Apr 29, 2010, 11:34:37 PM (14 years ago)
Author:
patdenice
Message:
  • Fix tab display on IE
  • Display missing screenshot on themes_new if screenshot is missing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/themes_new.tpl

    r5570 r6015  
    88  <div class="themeBox">
    99    <div class="themeName">{$theme.name}</div>
    10     <div class="themeShot"><img src="{$theme.screenshot}"></div>
     10    <div class="themeShot"><img src="{$theme.screenshot}" onerror="this.src='{$default_screenshot}'"></div>
    1111    <div class="themeActions"><a href="{$theme.install_url}">{'Install'|@translate}</a></div>
    1212  </div>
Note: See TracChangeset for help on using the changeset viewer.