|
|
@@ -12,10 +12,10 @@
|
|
|
<div class="row">
|
|
|
<div class="col-sm-6">
|
|
|
<div class="panel panel-default panel-select-template">
|
|
|
- <div class="panel-heading">{{ t('template.local.label') }}</div>
|
|
|
+ <div class="panel-heading">{{ t('template.children.label') }}</div>
|
|
|
<div class="panel-body">
|
|
|
<p class="text-center"><code>_template</code></p>
|
|
|
- <p class="help-block text-center"><small>{{ t('template.local.desc') }}</small></p>
|
|
|
+ <p class="help-block text-center"><small>{{ t('template.children.desc') }}</small></p>
|
|
|
</div>
|
|
|
<div class="panel-footer text-center">
|
|
|
<a href="{% if page.path.endsWith('/') %}{{ page.path }}{% else %}{{ page.path}}/{% endif %}_template#edit-form"
|
|
|
@@ -26,10 +26,10 @@
|
|
|
</div>
|
|
|
<div class="col-sm-6">
|
|
|
<div class="panel panel-default panel-select-template">
|
|
|
- <div class="panel-heading">{{ t('template.global.label') }}</div>
|
|
|
+ <div class="panel-heading">{{ t('template.decendants.label') }}</div>
|
|
|
<div class="panel-body">
|
|
|
<p class="text-center"><code>__template</code></p>
|
|
|
- <p class="help-block text-center"><small>{{ t('template.global.desc') }}</small></p>
|
|
|
+ <p class="help-block text-center"><small>{{ t('template.decendants.desc') }}</small></p>
|
|
|
</div>
|
|
|
<div class="panel-footer text-center">
|
|
|
<a href="{% if page.path.endsWith('/') %}{{ page.path }}{% else %}{{ page.path}}/{% endif %}__template#edit-form"
|