|
@@ -56,7 +56,7 @@
|
|
|
<div class="create-page-input-row d-flex align-items-center">
|
|
<div class="create-page-input-row d-flex align-items-center">
|
|
|
|
|
|
|
|
<div id="dd-template-type" class="dropdown w-100">
|
|
<div id="dd-template-type" class="dropdown w-100">
|
|
|
- <a type="button" class="btn btn-secondary btn-block dropdown-toggle d-flex align-items-center justify-content-between"
|
|
|
|
|
|
|
+ <a type="button" class="btn btn-secondary text-white btn-block dropdown-toggle d-flex align-items-center justify-content-between"
|
|
|
id="template-type" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
id="template-type" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
{{ t('template.option_label.select') }}
|
|
{{ t('template.option_label.select') }}
|
|
|
</a>
|
|
</a>
|
|
@@ -71,7 +71,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="create-page-button-container my-auto">
|
|
|
|
|
|
|
+ <div class="create-page-button-container">
|
|
|
<a id="link-to-template" href="{{ page.path || path }}" class="btn btn-outline-primary rounded-pill disabled">
|
|
<a id="link-to-template" href="{{ page.path || path }}" class="btn btn-outline-primary rounded-pill disabled">
|
|
|
<i class="icon-fw icon-doc"></i>
|
|
<i class="icon-fw icon-doc"></i>
|
|
|
<span id="create-template-button-link">{{ t('Edit') }}</span>
|
|
<span id="create-template-button-link">{{ t('Edit') }}</span>
|