aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-17 10:21:40 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-17 10:21:40 -0400
commit4de3658cd7a13bc42de57f66ada25f61f546b46e (patch)
treeb262ab2a692085ca587d8d8944d538c7cae96602
parent0972589bc4fac2d673d122acf5866e2b7416ca25 (diff)
downloadguff-4de3658cd7a13bc42de57f66ada25f61f546b46e.tar.bz2
guff-4de3658cd7a13bc42de57f66ada25f61f546b46e.zip
add file entry tips
-rw-r--r--data/assets/js/admin/tabs/files.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/assets/js/admin/tabs/files.js b/data/assets/js/admin/tabs/files.js
index 82af4b4..d7021a3 100644
--- a/data/assets/js/admin/tabs/files.js
+++ b/data/assets/js/admin/tabs/files.js
@@ -11,6 +11,7 @@ jQuery(function($) {
"data-size='%{size|h}' ",
"data-path='%{path|h}' ",
"data-url='%{url|h}' ",
+ "title='%{name|h} (double-click to download).' ",
">",
"<i class='fa fa-file-o'></i>",
" ",
@@ -28,6 +29,7 @@ jQuery(function($) {
"data-name='%{name|h}' ",
"data-size='%{size|h}' ",
"data-path='%{path|h}' ",
+ "title='Folder \"%{name|h}\" (double-click to view contents).' ",
">",
"<i class='fa fa-folder-o'></i>",
" ",