summaryrefslogtreecommitdiff
path: root/modules/comment/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-04 15:53:00 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-04 15:53:00 -0600
commitd581bbbd1eaeb242b7279e5a6d75f015dd5a5e6f (patch)
tree3002836c3d6afa7b01845b048e7fb0dbb48e9874 /modules/comment/views
parent048e540a985cda0e092572eeea44855a0cb0428c (diff)
Renamed more CSS selectors from gName to g-name.
Diffstat (limited to 'modules/comment/views')
-rw-r--r--modules/comment/views/admin_comments.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php
index 0e8dd525..62c64d12 100644
--- a/modules/comment/views/admin_comments.html.php
+++ b/modules/comment/views/admin_comments.html.php
@@ -90,7 +90,7 @@
</div>
<? endif ?>
- <table id="g-admin-commentsList">
+ <table id="g-admin-comments-list">
<tr>
<th>
<?= t("Author") ?>
@@ -192,7 +192,7 @@
<? endforeach ?>
</table>
- <div class="pager">
+ <div class="g-pager">
<?= $pager ?>
</div>
</div>