1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update plugins and themes template #211

This commit is contained in:
Awilum
2020-01-31 21:20:39 +03:00
parent 4a0f6f811b
commit 9fbdc8f6ab
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,9 @@
<th>
{{ tr('admin_description') }}
</th>
<th>
{{ tr('admin_author') }}
</th>
<th>
{{ tr('admin_version') }}
</th>
@@ -32,6 +35,9 @@
<a href="{{ path_for('admin.plugins.information') }}?id={{ key }}">{{ plugin.name }}</a>
</td>
<td class="{% if plugin.enabled == false %}opacity-50{% endif %}">{{ plugin.description }}</td>
<td class="{% if plugin.enabled == false %}opacity-50{% endif %}">
<a href="{{ plugin.author.url }}" target="_blank">{{ plugin.author.name }}</a>
</td>
<td class="{% if plugin.enabled == false %}opacity-50{% endif %}">{{ plugin.version }}</td>
<td class="text-right">
<button type="button" class="js-dropdown-btn" data-dropdown="dropdown-{{ key }}">

View File

@@ -12,6 +12,9 @@
<th>
{{ tr('admin_description') }}
</th>
<th>
{{ tr('admin_author') }}
</th>
<th>
{{ tr('admin_version') }}
</th>
@@ -28,6 +31,9 @@
<a href="{{ path_for('admin.templates.index') }}?theme={{ key }}">{{ theme.name }}</a>
</td>
<td class="{% if theme.enabled == false %}opacity-50{% endif %}">{{ theme.description }}</td>
<td class="{% if theme.enabled == false %}opacity-50{% endif %}">
<a href="{{ theme.author.url }}" target="_blank">{{ theme.author.name }}</a>
</td>
<td class="{% if theme.enabled == false %}opacity-50{% endif %}">{{ theme.version }}</td>
<td class="text-right">
<button type="button" class="js-dropdown-btn" data-dropdown="dropdown-{{ key }}">