Initial commit
This commit is contained in:
6
pma/templates/config/form_display/tabs_top.twig
Normal file
6
pma/templates/config/form_display/tabs_top.twig
Normal file
@ -0,0 +1,6 @@
|
||||
<ul class="tabs responsivetable row">
|
||||
{% for id, name in tabs %}
|
||||
<li><a href="#{{ id }}">{{ name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="tabs_contents col">
|
Reference in New Issue
Block a user