hide expand article link when CDM is auto-expanded

This commit is contained in:
Andrew Dolgov 2007-10-18 04:02:28 +01:00
parent a70ab7400b
commit 12f5d8fe4b
1 changed files with 5 additions and 3 deletions

View File

@ -4636,9 +4636,11 @@
print $line["content_preview"];
print "</div>";
print "<a id=\"CICH-$id\"
href=\"javascript:cdmExpandArticle($id)\">
Show article</a>";
if (!$expand_cdm) {
print "<a id=\"CICH-$id\"
href=\"javascript:cdmExpandArticle($id)\">
Show article</a>";
}
print "</div><br clear=\"all\">";