Added tooltip for official grav themes/plugins

This commit is contained in:
Djamil Legato
2015-08-06 13:01:00 -07:00
parent 78953c3d70
commit 0afd00c789
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<h1> <h1>
{{ plugin.name|e }} {{ plugin.name|e }}
{% if admin.isTeamGrav(plugin) %} {% if admin.isTeamGrav(plugin) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small> <small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Plugin"></i></span></small>
{% endif %} {% endif %}
{% if plugin.symlink %} {% if plugin.symlink %}
<small class="hint--bottom" data-hint="This plugin is symbolically linked. Updates won't be detected."> <small class="hint--bottom" data-hint="This plugin is symbolically linked. Updates won't be detected.">

View File

@@ -14,7 +14,7 @@
<i class="fa fa-fw fa-{{ plugin.icon }}"></i> <i class="fa fa-fw fa-{{ plugin.icon }}"></i>
<a href="{{ base_url_relative }}/plugins/{{ slug|url_encode }}">{{ plugin.name }}</a> <a href="{{ base_url_relative }}/plugins/{{ slug|url_encode }}">{{ plugin.name }}</a>
{% if admin.isTeamGrav(plugin) %} {% if admin.isTeamGrav(plugin) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small> <small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Plugin"></i></span></small>
{% endif %} {% endif %}
{% if plugin.symlink %} {% if plugin.symlink %}
<span class="hint--bottom" data-hint="This plugin is symbolically linked. Updates won't be detected."> <span class="hint--bottom" data-hint="This plugin is symbolically linked. Updates won't be detected.">

View File

@@ -15,7 +15,7 @@
<h1> <h1>
{{ theme.name|e }} {{ theme.name|e }}
{% if admin.isTeamGrav(theme) %} {% if admin.isTeamGrav(theme) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small> <small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Theme"></i></span></small>
{% endif %} {% endif %}
{% if theme.symlink %} {% if theme.symlink %}
<small class="hint--bottom" data-hint="This theme is symbolically linked. Updates won't be detected."> <small class="hint--bottom" data-hint="This theme is symbolically linked. Updates won't be detected.">

View File

@@ -16,7 +16,7 @@
<i class="fa fa-fw fa-{{ theme.icon }}"></i> <i class="fa fa-fw fa-{{ theme.icon }}"></i>
<a href="{{ base_url_relative }}/themes/{{ slug|url_encode }}">{{ theme.name }}</a> <a href="{{ base_url_relative }}/themes/{{ slug|url_encode }}">{{ theme.name }}</a>
{% if admin.isTeamGrav(theme) %} {% if admin.isTeamGrav(theme) %}
<small><span class="info-reverse"><i class="fa fa-check-circle"></i></span></small> <small><span class="info-reverse"><i class="fa fa-check-circle" title="Grav Official Theme"></i></span></small>
{% endif %} {% endif %}
{% if theme.symlink %} {% if theme.symlink %}
<span class="hint--bottom" data-hint="This theme is symbolically linked. Updates won't be detected."> <span class="hint--bottom" data-hint="This theme is symbolically linked. Updates won't be detected.">
@@ -63,4 +63,4 @@
<a class="button secondary remodal-cancel" href="#"><i class="fa fa-fw fa-close"></i> Cancel</a> <a class="button secondary remodal-cancel" href="#"><i class="fa fa-fw fa-close"></i> Cancel</a>
<a class="button continue" href="#"><i class="fa fa-fw fa-check"></i>Continue</a> <a class="button continue" href="#"><i class="fa fa-fw fa-check"></i>Continue</a>
</form> </form>
</div> </div>