|
|
@@ -10,21 +10,21 @@
|
|
|
<div class="modal-body">
|
|
|
|
|
|
<div class="row">
|
|
|
- <div class="col-lg-6 ">
|
|
|
+ <div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.global.title') }}</strong></h3>
|
|
|
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
|
+ <td ><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Create Page') }}:</th>
|
|
|
- <td><span class="key">C</span></td>
|
|
|
+ <td ><span class="key">C</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Edit Page') }}:</th>
|
|
|
- <td><span class="key">E</span></td>
|
|
|
+ <td ><span class="key">E</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Show Contributors') }}:</th>
|
|
|
@@ -40,13 +40,13 @@
|
|
|
</table>
|
|
|
</div><!-- /.col-lg-6 -->
|
|
|
|
|
|
- <div class="col-lg-6 ">
|
|
|
+ <div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.editor.title') }}</strong></h3>
|
|
|
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
|
|
|
- <td><span class="key key-longer">Tab</span></td>
|
|
|
+ <td ><span class="key key-longer">Tab</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Outdent') }}:</th>
|
|
|
@@ -54,11 +54,11 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Save Page') }}:</th>
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key">S</span></td>
|
|
|
+ <td ><span class="key cmd-key"></span> + <span class="key">S</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
+ <td ><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div><!-- /.col-lg-6 -->
|
|
|
@@ -70,17 +70,17 @@
|
|
|
<h3><strong></strong></h3>
|
|
|
</div><!-- /.col-lg-6 -->
|
|
|
|
|
|
- <div class="col-lg-6 ">
|
|
|
+ <div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.commentform.title') }}</strong></h3>
|
|
|
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.commentform.Post') }}:</th>
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
|
|
|
+ <td ><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
+ <td ><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div><!-- /.col-lg-6 -->
|