]> BookStack Code Mirror - bookstack/blob - resources/views/users/preferences/parts/shortcut-control.blade.php
Started interface user shortcut form interface
[bookstack] / resources / views / users / preferences / parts / shortcut-control.blade.php
1 <div class="flex-container-row justify-space-between items-center gap-m item-list-row">
2     <label for="shortcut-{{ $label }}" class="bold flex px-m py-xs">{{ $label }}</label>
3     <div class="px-m py-xs">
4         <input type="text"
5                class="small flex-none shortcut-input px-s py-xs"
6                id="shortcut-{{ $id }}"
7                name="shortcut[{{ $id }}]"
8                readonly
9                value="{{ $shortcuts->getShortcut($id) }}">
10     </div>
11 </div>