Tooltips, tooltips, tooltips. Everywhere. Almost.
This commit is contained in:
@@ -101,9 +101,9 @@
|
||||
{if isset($requirements_failures.{$plug.class_name})}
|
||||
<span class="unmet_requirements msg_error"><span class="icon-attention-circled"></span> {$CONST.UNMET_REQUIREMENTS|sprintf:"{if $requirements_failures.{$plug.class_name}.s9y}s9y $plug.requirements..serendipity,{/if} {if $requirements_failures.{$plug.class_name}.php}PHP $plug.requirements.php,{/if} {if $requirements_failures.{$plug.class_name}.smarty}Smarty $plug.requirements.smarty{/if}"}</span>
|
||||
{elseif $plug['upgradable'] == true}
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[pluginPath]={$plug.pluginPath}&serendipity[install_plugin]={$plug.plugin_class}{if isset($plug['customURI'])}{$plug.customURI}{/if}" title="{$CONST.UPGRADE}"><span class="icon-download"></span> {$CONST.UPGRADE}</a>
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[pluginPath]={$plug.pluginPath}&serendipity[install_plugin]={$plug.plugin_class}{if isset($plug['customURI'])}{$plug.customURI}{/if}" title="{$CONST.UPGRADE}" rel="tooltip"><span class="icon-download"></span> {$CONST.UPGRADE}</a>
|
||||
{elseif $plug.installable == true}
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[pluginPath]={$plug.pluginPath}&serendipity[install_plugin]={$plug.plugin_class}{if isset($plug.customURI)}{$plug.customURI}{/if}" title="{$CONST.INSTALL}"><span class="icon-download"></span><span class="visuallyhidden"> {$CONST.INSTALL}</span></a>
|
||||
<a class="button_link" href="?serendipity[adminModule]=plugins&serendipity[pluginPath]={$plug.pluginPath}&serendipity[install_plugin]={$plug.plugin_class}{if isset($plug.customURI)}{$plug.customURI}{/if}" title="{$CONST.INSTALL}" rel="tooltip"><span class="icon-download"></span><span class="visuallyhidden"> {$CONST.INSTALL}</span></a>
|
||||
{else}
|
||||
<span class="block_level"><span class="icon-ok-circled"></span> {$CONST.ALREADY_INSTALLED}</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user