summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 11:38:55 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 11:38:55 +0300
commitbfa0e7921d81a925c68bdc9e0f0e24bd55cacbf7 (patch)
tree85d861d60275d8036026523a946bb5c283befe12 /functions.php
parent779560b7a388408d032ca42f8828cb5242244b53 (diff)
cdm: tweak the way hotkey article dismissing works; toggle select article by clicking on it
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 09efbd332..c080e3947 100644
--- a/functions.php
+++ b/functions.php
@@ -5476,7 +5476,9 @@
print "</div>";
- print "<div class=\"cdmContent\" $content_hidden
+ print "<div class=\"cdmContent\" $content_hidden
+ title=\"".__("Click to select article")."\"
+ onclick=\"toggleSelected($id);\"
id=\"CICD-$id\">";
print "<div class=\"cdmContentInner\">";