mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 13:52:56 +02:00
feat(admin-plugin): add ability to set individual icons #250
- for entries and entries collections - for entries fieldsets
This commit is contained in:
@@ -5,12 +5,6 @@
|
||||
|
||||
{% if entries_list|length > 0 %}
|
||||
<table class="table no-margin">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{ tr('admin_entry') }}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for entry in entries_list %}
|
||||
<tr>
|
||||
|
@@ -3,12 +3,6 @@
|
||||
{% block content %}
|
||||
{% if fieldsets_list|length > 0 %}
|
||||
<table class="table no-margin">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{{ tr('admin_name') }}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for id, title in fieldsets_list %}
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user