aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-10-04 09:06:35 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-10-04 09:06:35 -0400
commit38a6f0c4b29e5a53c21f345dd839a4fa0b2a6f47 (patch)
tree54963ad3e81ff9079a1793e64935866d3d3814a0 /app/views/configure
parent783171011dc6256f37cbd4365f5405b5e8a4b44e (diff)
Add a shortcut to close drop-down lists
Diffstat (limited to 'app/views/configure')
-rw-r--r--app/views/configure/shortcut.phtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml
index a4029b676..44727e62b 100644
--- a/app/views/configure/shortcut.phtml
+++ b/app/views/configure/shortcut.phtml
@@ -112,6 +112,13 @@
</div>
<div class="form-group">
+ <label class="group-name" for="close_dropdown_shortcut"><?php echo Minz_Translate::t ('close_dropdown'); ?></label>
+ <div class="group-controls">
+ <input type="text" id="help_shortcut" name="shortcuts[close_dropdown]" list="keys" value="<?php echo $s['close_dropdown']; ?>" />
+ </div>
+ </div>
+
+ <div class="form-group">
<label class="group-name" for="help_shortcut"><?php echo Minz_Translate::t ('help'); ?></label>
<div class="group-controls">
<input type="text" id="help_shortcut" name="shortcuts[help]" list="keys" value="<?php echo $s['help']; ?>" />