aboutsummaryrefslogtreecommitdiff
path: root/views/default/annotation
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-01 22:58:44 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-01 22:58:44 +0000
commitecfeaf08fffd1e9f347543d8d88799a4efb50827 (patch)
treea574b3e89db6d18cdc6531a7b539fa91d95daf02 /views/default/annotation
parent3e79004b04458c0ec11462a422dc67f2fb3c2bdb (diff)
downloadelgg-ecfeaf08fffd1e9f347543d8d88799a4efb50827.tar.gz
elgg-ecfeaf08fffd1e9f347543d8d88799a4efb50827.tar.bz2
updating the sidebar boxes to use the new module classes
git-svn-id: http://code.elgg.org/elgg/trunk@7809 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/annotation')
-rw-r--r--views/default/annotation/generic_comment.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php
index a7ab0a956..eeceba344 100644
--- a/views/default/annotation/generic_comment.php
+++ b/views/default/annotation/generic_comment.php
@@ -46,7 +46,7 @@ if ($full_view) {
<p class="mbn">
$delete_button
$commenter_link
- <span class="entity-subtext">
+ <span class="elgg-subtitle">
$friendlytime
</span>
$comment_text
@@ -63,8 +63,8 @@ HTML;
$on = elgg_echo('on');
$body = <<<HTML
-<span class="entity-subtext">
- $commenter_link $on <span class='entity-title'>$entity_link</span> ($friendlytime)
+<span class="elgg-subtitle">
+ $commenter_link $on $entity_link ($friendlytime)
</span>
HTML;