|
@@ -2,9 +2,9 @@
|
|
|
<div class="modal-dialog">
|
|
<div class="modal-dialog">
|
|
|
<div class="modal-content">
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
- <div class="modal-header bg-primary">
|
|
|
|
|
|
|
+ <div class="modal-header d-flex bg-success">
|
|
|
|
|
+ <div class="modal-title h4 mr-auto">{{ t('New Page') }}</div>
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
- <div class="modal-title">{{ t('New Page') }}</div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
<div class="modal-body">
|
|
@@ -20,7 +20,7 @@
|
|
|
<input type="text" data-prefix="/{{ now|datetz('Y/m/d') }}/" class="page-today-input2 form-control" id="page-today-input2" name="" placeholder="{{ t('Input page name (optional)') }}">
|
|
<input type="text" data-prefix="/{{ now|datetz('Y/m/d') }}/" class="page-today-input2 form-control" id="page-today-input2" name="" placeholder="{{ t('Input page name (optional)') }}">
|
|
|
</div>
|
|
</div>
|
|
|
<div class="create-page-button-container">
|
|
<div class="create-page-button-container">
|
|
|
- <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1b"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
|
|
|
|
|
|
|
+ <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-success btn-1b"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</fieldset>
|
|
</fieldset>
|
|
@@ -38,7 +38,7 @@
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
</div>
|
|
</div>
|
|
|
<div class="create-page-button-container">
|
|
<div class="create-page-button-container">
|
|
|
- <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1b"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
|
|
|
|
|
|
|
+ <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-success btn-1b"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</fieldset>
|
|
</fieldset>
|
|
@@ -46,7 +46,7 @@
|
|
|
|
|
|
|
|
{% set templateParentPath = parentPath(path | preventXss | escape) %}
|
|
{% set templateParentPath = parentPath(path | preventXss | escape) %}
|
|
|
<div id="template-form" class="row form-horizontal">
|
|
<div id="template-form" class="row form-horizontal">
|
|
|
- <fieldset class="col-12 mb-5">
|
|
|
|
|
|
|
+ <fieldset class="col-12">
|
|
|
<legend class="h5 text-center">{{ t('template.modal_label.Create template under', templateParentPath) }}</legend>
|
|
<legend class="h5 text-center">{{ t('template.modal_label.Create template under', templateParentPath) }}</legend>
|
|
|
<div class="d-flex create-page-input-container">
|
|
<div class="d-flex create-page-input-container">
|
|
|
<div class="create-page-input-row d-flex align-items-center">
|
|
<div class="create-page-input-row d-flex align-items-center">
|
|
@@ -56,7 +56,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="create-page-button-container my-auto">
|
|
<div class="create-page-button-container my-auto">
|
|
|
- <a id="link-to-template" href="{{ page.path || path }}" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1b disabled">
|
|
|
|
|
|
|
+ <a id="link-to-template" href="{{ page.path || path }}" class="fcbtn btn btn-outline btn-rounded btn-success btn-1b 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>
|
|
|
</a>
|
|
</a>
|