diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-09 08:08:22 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-09 08:08:22 +0000 |
commit | 3c315490112c1dfa582be744956ef33c8768b481 (patch) | |
tree | 8ad9fa60d6e2e996a237eba8e114010e589262bb /modules | |
parent | f97d7da720e5327807423c1468ad52496504b17c (diff) |
Added gCommentsAdminMenu to clearfix.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 388f5d6b..d2c17f71 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -18,18 +18,16 @@ <div id="gAdminComments"> <h1> <?= t("Manage Comments") ?> </h1> + <!-- @todo: Highlight active menu option --> <div id="gAdminCommentsMenu"> <?= $menu ?> </div> - <!-- @todo: fix this with CSS --> - <div style="clear: both"></div> - + <!-- @todo: Remove after setting active option? --> <h2> <?= $title ?> </h2> - <? if ($queue == "spam"): ?> <div> <p> |