diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 00:27:24 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 00:27:24 +0000 |
| commit | 8ae2305289d0f4aa5168921efcab07030b934ee5 (patch) | |
| tree | e0203eebd8c4527195751ef16de303606f667d30 /modules/comment/views | |
| parent | a4323c79ee48cac3cea8ff87ac74ab1b036e41c5 (diff) | |
Hide the "no comments yet" text after the first comment is posted.
Fixes ticket #196.
Diffstat (limited to 'modules/comment/views')
| -rw-r--r-- | modules/comment/views/comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index 23e1f101..25928ab5 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <? if (!$comments->count()): ?> -<p> +<p id="gNoCommentsYet"> <?= t("No comments yet. Be the first to <a %attrs>comment</a>!", array("attrs" => "href=\"#add_comment_form\" class=\"showCommentForm\"")) ?> </p> |
