hide expand article link when CDM is auto-expanded
This commit is contained in:
parent
a70ab7400b
commit
12f5d8fe4b
|
@ -4636,9 +4636,11 @@
|
||||||
print $line["content_preview"];
|
print $line["content_preview"];
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|
||||||
print "<a id=\"CICH-$id\"
|
if (!$expand_cdm) {
|
||||||
href=\"javascript:cdmExpandArticle($id)\">
|
print "<a id=\"CICH-$id\"
|
||||||
Show article</a>";
|
href=\"javascript:cdmExpandArticle($id)\">
|
||||||
|
Show article</a>";
|
||||||
|
}
|
||||||
|
|
||||||
print "</div><br clear=\"all\">";
|
print "</div><br clear=\"all\">";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue