mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 02:06:08 +01:00
Added tooltip for official grav themes/plugins
This commit is contained in:
@@ -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.">
|
||||||
|
|||||||
@@ -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.">
|
||||||
|
|||||||
@@ -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.">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user