Bugfix: frio - move tabs to the top of the contacts-template
This commit is contained in:
parent
a71f7aefbb
commit
c12850250d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
<div id="contacts" class="generic-page-wrapper">
|
|
||||||
|
|
||||||
{{$tabs}}
|
{{$tabs}}
|
||||||
|
|
||||||
|
<div id="contacts" class="generic-page-wrapper">
|
||||||
|
|
||||||
{{* The page heading with it's contacts counter *}}
|
{{* The page heading with it's contacts counter *}}
|
||||||
<h2 class="heading">{{$header}} {{if $total}} ({{$total}}) {{/if}}</h2>
|
<h2 class="heading">{{$header}} {{if $total}} ({{$total}}) {{/if}}</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue