diff options
Diffstat (limited to 'pages/help_dialog.html')
| -rw-r--r-- | pages/help_dialog.html | 23 | 
1 files changed, 22 insertions, 1 deletions
| diff --git a/pages/help_dialog.html b/pages/help_dialog.html index c23b2ac1..7bc0d86c 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -66,7 +66,7 @@          </div>          <div> -          <table> +          <table class="helpDialogBottom">              <tr>                <td class="helpDialogBottomLeft">                  <span id="help-dialog-tip"></span> @@ -96,5 +96,26 @@          </div>        </div>      </div> + + +    <template id="helpDialogEntry"> +      <tr class="vimiumReset"> +        <td class="vimiumReset vimiumKeyBindings"></td> +        <td class="vimiumReset"></td> +        <td class="vimiumReset vimiumHelpDescription"></td> +      </tr> +    </template> + +    <template id="helpDialogEntryBindingsOnly"> +      <tr> +        <td class="vimiumReset vimiumKeyBindings" colspan="3" style="text-align: left"></td> +      </tr> +    </template> + +    <template id="keysTemplate"><span><span class="vimiumHelpDialogKey"></span><span class="commaSeparator">, </span></span></template> + +    <template id="commandNameTemplate"> +      <span class="vimiumReset vimiumCopyCommandName">(<span class="vimiumCopyCommandNameName" role="link"></span>)</span> +    </template>    </body>  </html> | 
