|
|
@@ -20,13 +20,13 @@
|
|
|
<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 class="col-xs-2">
|
|
|
- <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f">{{ t('Create') }}</button>
|
|
|
+ <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</fieldset>
|
|
|
</form>
|
|
|
|
|
|
- <form class="form-horizontal" id="create-page-under-tree" role="form">
|
|
|
+ <form class="form-horizontal m-t-15" id="create-page-under-tree" role="form">
|
|
|
<fieldset>
|
|
|
<legend>{{ t('Create under', parentPath(path)) }}</legend>
|
|
|
<div class="row">
|
|
|
@@ -38,12 +38,11 @@
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
<div class="col-xs-2">
|
|
|
- <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f">{{ t('Create') }}</button>
|
|
|
+ <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</fieldset>
|
|
|
</form>
|
|
|
- <hr>
|
|
|
|
|
|
</div><!-- /.modal-body -->
|
|
|
|