|
@@ -57,12 +57,12 @@
|
|
|
{{ t('template.option_label.select') }}
|
|
{{ t('template.option_label.select') }}
|
|
|
</a>
|
|
</a>
|
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
|
|
|
- <a class="dropdown-item" type="button" data-template-type="children">
|
|
|
|
|
|
|
+ <button class="dropdown-item" type="button" data-template-type="children">
|
|
|
{{ t('template.children.label') }} (_template) <small class="text-muted">- {{ t('template.children.desc') }}</small>
|
|
{{ t('template.children.label') }} (_template) <small class="text-muted">- {{ t('template.children.desc') }}</small>
|
|
|
- </a>
|
|
|
|
|
- <a class="dropdown-item" type="button" data-template-type="decentants">
|
|
|
|
|
|
|
+ </button>
|
|
|
|
|
+ <button class="dropdown-item" type="button" data-template-type="decentants">
|
|
|
{{ t('template.decendants.label') }} (__template) <small class="text-muted">- {{ t('template.decendants.desc') }}</small>
|
|
{{ t('template.decendants.label') }} (__template) <small class="text-muted">- {{ t('template.decendants.desc') }}</small>
|
|
|
- </a>
|
|
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|