Ignore:
Timestamp:
Nov 12, 2011, 4:21:23 PM (12 years ago)
Author:
mistic100
Message:

bug:2501 Tooltip mistranslated in the themes manager

File:
1 edited

Legend:

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

    r11917 r12613  
    2323      <div>
    2424{if $theme.deactivable}
    25       <a href="{$deactivate_baseurl}{$theme.id}" title="{'Forbid this theme to users'|@translate}">{'Deactivate'|@translate}</a>
     25      <a href="{$deactivate_baseurl}{$theme.id}" class="tiptip" title="{'Forbid this theme to users'|@translate}">{'Deactivate'|@translate}</a>
    2626{else}
    2727      <span title="{$theme.deactivate_tooltip}">{'Deactivate'|@translate}</span>
     
    2929     
    3030{if not $theme.is_default}
    31       | <a href="{$set_default_baseurl}{$theme.id}" title="{'Set as default theme for unregistered and new users'|@translate}">{'Default'|@translate}</a>
     31      | <a href="{$set_default_baseurl}{$theme.id}" class="tiptip" title="{'Set as default theme for unregistered and new users'|@translate}">{'Default'|@translate}</a>
    3232{/if}
    3333{if isset($theme.admin_uri)}
    34       <br><a href="{$theme.admin_uri}" title="{'Configuration'|@translate}">{'Configuration'|@translate}</a>
     34      <br><a href="{$theme.admin_uri}" class="tiptip" title="{'Configuration'|@translate}">{'Configuration'|@translate}</a>
    3535{/if}
    3636      </div>
Note: See TracChangeset for help on using the changeset viewer.