summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 15:04:13 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 15:04:13 +0300
commitdd4c8697480a0df35b8f42b653a79c6d957df0d7 (patch)
tree0df06b8088e943ef2e2a6debbfb2f96aad8b7f23 /functions.php
parente3387e2d10f9b30af36002c8f058ece94597aaff (diff)
CDM behaviour fixes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/functions.php b/functions.php
index 7f2fdd1a0..6b938f9c9 100644
--- a/functions.php
+++ b/functions.php
@@ -5090,9 +5090,7 @@
onmouseout='postMouseOut($id)'";
print "<div class=\"$class\"
- id=\"RROW-$id\" onclick=\"return cdmClicked(event, $id);\"
-
- $mouseover_attrs'>";
+ id=\"RROW-$id\" $mouseover_attrs'>";
print "<div class=\"cdmHeader\">";
@@ -5116,12 +5114,11 @@
print "$published_pic";
print "<span id=\"RTITLE-$id\"
- onclick=\"return false;\"
+ onclick=\"return cdmClicked(event, $id);\"
class=\"titleWrap$hlc_suffix\">
<a class=\"title\"
target=\"_blank\" href=\"".$line["link"]."\">".$line["title"]."</a>
- $entry_author
- </span>";
+ $entry_author";
print $labels_str;
@@ -5133,9 +5130,12 @@
print "<span $excerpt_hidden
id=\"CEXC-$id\" class=\"cdmExcerpt\"> - $content_preview</span>";
+ print "</span>";
+
print "</div>";
print "<div class=\"cdmContent\" $content_hidden
+ onclick=\"return cdmClicked(event, $id);\"
id=\"CICD-$id\">";
print "<div class=\"cdmContentInner\">";