diff options
| author | 2014-04-27 11:00:25 -0400 | |
|---|---|---|
| committer | 2014-04-27 11:00:25 -0400 | |
| commit | f820f428ef92a87c2d2083fa3a239b10f5c31129 (patch) | |
| tree | 76d90e9e2491adfe7524f4a063deb99b3f43518c /app/views/configure | |
| parent | 7b57ecc9f06f7ccea097e2f72487260c6618ba89 (diff) | |
Add a shortcut to access the search field
Diffstat (limited to 'app/views/configure')
| -rw-r--r-- | app/views/configure/shortcut.phtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index 7ba14c1d8..bfb13f003 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -96,6 +96,13 @@ </div> </div> + <div class="form-group"> + <label class="group-name" for="focus_search_shortcut"><?php echo Minz_Translate::t ('focus_search'); ?></label> + <div class="group-controls"> + <input type="text" id="focus_search_shortcut" name="shortcuts[focus_search]" list="keys" value="<?php echo $s['focus_search']; ?>" /> + </div> + </div> + <div class="form-group form-actions"> <div class="group-controls"> <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button> |
