diff options
author | mistic100 <mistic@piwigo.org> | 2014-08-23 11:47:32 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-08-23 11:47:32 +0000 |
commit | 0c93a1c479329c3427808587a5d4ed84a0c3a497 (patch) | |
tree | 39fdc9d10aa63b84759e7b1466fae42cff4d9d33 /plugins/AdminTools/template/public_controller.tpl | |
parent | 84779415bd970c4850eaaa0573fb687d7f3e1bf4 (diff) |
Ctrl+E opens the quick edit popup
git-svn-id: http://piwigo.org/svn/trunk@29255 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/AdminTools/template/public_controller.tpl')
-rw-r--r-- | plugins/AdminTools/template/public_controller.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/AdminTools/template/public_controller.tpl b/plugins/AdminTools/template/public_controller.tpl index f234880df..2b74476ce 100644 --- a/plugins/AdminTools/template/public_controller.tpl +++ b/plugins/AdminTools/template/public_controller.tpl @@ -4,6 +4,9 @@ {combine_css path=$ADMINTOOLS_PATH|cat:'template/fontello/css/fontello-ato.css'} {if isset($ato.QUICK_EDIT)} + {*<!-- mousetrap -->*} + {combine_script id='mousetrap' load='footer' path=$ADMINTOOLS_PATH|cat:'template/mousetrap.min.js'} + {*<!-- colorbox -->*} {combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'} {combine_css id='colorbox' path='themes/default/js/plugins/colorbox/style2/colorbox.css'} |