|
@@ -1,14 +1,14 @@
|
|
|
-<ul class="nav nav-tabs hidden-print">
|
|
|
|
|
- <li class="nav-item grw-nav-main-left-tab">
|
|
|
|
|
- <a class="nav-link active" href="#revision-body" data-toggle="tab">
|
|
|
|
|
|
|
+<ul class="nav nav-tabs hidden-print" role="tablist">
|
|
|
|
|
+ <li class="nav-item">
|
|
|
|
|
+ <a class="nav-link active" role="tab" href="#revision-body" data-toggle="tab">
|
|
|
<i class="icon-notebook"></i> List
|
|
<i class="icon-notebook"></i> List
|
|
|
</a>
|
|
</a>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
{% if !isTrashPage() and !page.isDeleted() %}
|
|
{% if !isTrashPage() and !page.isDeleted() %}
|
|
|
- <li class="nav-item grw-nav-main-left-tab">
|
|
|
|
|
|
|
+ <li class="nav-item">
|
|
|
<a
|
|
<a
|
|
|
- {% if user %} href="#edit" data-toggle="tab" class="edit-button" {% endif %}
|
|
|
|
|
|
|
+ {% if user %} href="#edit" role="tab" data-toggle="tab" class="nav-link edit-button" {% endif %}
|
|
|
{% if not user %} class="edit-button edit-button-disabled" data-toggle="tooltip" data-placement="top" data-container="body" title="{{ t('Not available for guest') }}" {% endif %}
|
|
{% if not user %} class="edit-button edit-button-disabled" data-toggle="tooltip" data-placement="top" data-container="body" title="{{ t('Not available for guest') }}" {% endif %}
|
|
|
>
|
|
>
|
|
|
<i class="icon-note"></i> {{ t('Create') }}
|
|
<i class="icon-note"></i> {{ t('Create') }}
|