show 'no tags' in view when article is untagged
This commit is contained in:
parent
e8dd519bbe
commit
3db880c627
|
@ -258,6 +258,8 @@
|
||||||
|
|
||||||
if (!$entry_comments) $entry_comments = " "; # placeholder
|
if (!$entry_comments) $entry_comments = " "; # placeholder
|
||||||
|
|
||||||
|
if (!$tags_str) $tags_str = '<span class="insensitive">no tags</span>';
|
||||||
|
|
||||||
print "<div style='float : right'>$tags_str
|
print "<div style='float : right'>$tags_str
|
||||||
<a title=\"Edit tags for this article\"
|
<a title=\"Edit tags for this article\"
|
||||||
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
|
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
|
||||||
|
|
Loading…
Reference in New Issue