|
@@ -425,7 +425,7 @@ endif;
|
|
|
<li role="presentation" class="nav-item me-1"><a class="nav-link active" role="tab" id="messageedit" href="#"><?php echo I18n::_('Editor'); ?></a></li>
|
|
<li role="presentation" class="nav-item me-1"><a class="nav-link active" role="tab" id="messageedit" href="#"><?php echo I18n::_('Editor'); ?></a></li>
|
|
|
<li role="presentation" class="nav-item me-1"><a class="nav-link" role="tab" id="messagepreview" href="#"><?php echo I18n::_('Preview'); ?></a></li>
|
|
<li role="presentation" class="nav-item me-1"><a class="nav-link" role="tab" id="messagepreview" href="#"><?php echo I18n::_('Preview'); ?></a></li>
|
|
|
<li role="presentation" class="nav-item ms-auto">
|
|
<li role="presentation" class="nav-item ms-auto">
|
|
|
- <button id="sendbutton" type="button" class="hidden btn btn-primary">
|
|
|
|
|
|
|
+ <button id="sendbutton" type="button" tabindex="2" class="hidden btn btn-primary">
|
|
|
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#cloud-upload" /></svg> <?php echo I18n::_('Create'), PHP_EOL; ?>
|
|
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#cloud-upload" /></svg> <?php echo I18n::_('Create'), PHP_EOL; ?>
|
|
|
</button>
|
|
</button>
|
|
|
</li>
|
|
</li>
|
|
@@ -439,9 +439,9 @@ endif;
|
|
|
<pre id="prettyprint" class="card-body col-md-12 prettyprint linenums:1"></pre>
|
|
<pre id="prettyprint" class="card-body col-md-12 prettyprint linenums:1"></pre>
|
|
|
</div>
|
|
</div>
|
|
|
<div id="plaintext" class="col-md-12 hidden"></div>
|
|
<div id="plaintext" class="col-md-12 hidden"></div>
|
|
|
- <p class="col-md-12"><textarea id="message" name="message" cols="80" rows="25" aria-label="<?php echo I18n::_('Paste text'); ?>" class="form-control hidden"></textarea></p>
|
|
|
|
|
|
|
+ <p class="col-md-12"><textarea id="message" name="message" cols="80" rows="25" aria-label="<?php echo I18n::_('Paste text'); ?>" tabindex="1" class="form-control hidden"></textarea></p>
|
|
|
<p class="col-md-12 form-check form-switch">
|
|
<p class="col-md-12 form-check form-switch">
|
|
|
- <input id="messagetab" type="checkbox" class="form-check-input" checked="checked" />
|
|
|
|
|
|
|
+ <input id="messagetab" type="checkbox" tabindex="3" class="form-check-input" checked="checked" />
|
|
|
<label for="messagetab" class="form-check-label">
|
|
<label for="messagetab" class="form-check-label">
|
|
|
<?php echo I18n::_('Tabulator key serves as character (Hit <kbd>Ctrl</kbd>+<kbd>m</kbd> or <kbd>Esc</kbd> to toggle)'), PHP_EOL; ?>
|
|
<?php echo I18n::_('Tabulator key serves as character (Hit <kbd>Ctrl</kbd>+<kbd>m</kbd> or <kbd>Esc</kbd> to toggle)'), PHP_EOL; ?>
|
|
|
</label>
|
|
</label>
|