diff options
| author | 2014-08-27 21:02:24 -0400 | |
|---|---|---|
| committer | 2014-08-27 21:02:24 -0400 | |
| commit | 80acd3a0070fb309d57898c14ccd3a3a5658e236 (patch) | |
| tree | 7c257cb6d3e497a8c6ba9424cf2ce9434c9cbe91 /app/views | |
| parent | f8a522d0c1f3b26c44e566506d6079fabefc8972 (diff) | |
Add configuration for help configuration
Diffstat (limited to 'app/views')
| -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 73ad0ebb8..a4029b676 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -111,6 +111,13 @@ </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']; ?>" /> + </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> |
