fixes #560 typo fix the missing tooltip when activating themes without parent

This commit is contained in:
flop25
2016-12-02 11:46:12 +01:00
committed by GitHub
parent 7a369b2299
commit 90424e6c75
@@ -80,7 +80,7 @@ jQuery(document).ready(function() {
{if $theme.ACTIVABLE}
<a href="{$activate_baseurl}{$theme.ID}" title="{'Make this theme available to users'|@translate}" class="tiptip">{'Activate'|@translate}</a>
{else}
<span title="{$theme.ACTIVATE_TOOLTIP}" class="tiptip">{'Activate'|@translate}</span>
<span title="{$theme.ACTIVABLE_TOOLTIP}" class="tiptip">{'Activate'|@translate}</span>
{/if}
|
{if $theme.DELETABLE}