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:
@@ -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 }}">
|
||||
|
@@ -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 }}">
|
||||
|
Reference in New Issue
Block a user