diff --git a/admin/comments.php b/admin/comments.php index 002ed9565..e54f13421 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -91,6 +91,17 @@ $template->assign( ) ); +// +-----------------------------------------------------------------------+ +// | Tabs | +// +-----------------------------------------------------------------------+ + +include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); + +$tabsheet = new tabsheet(); +$tabsheet->add('', l10n('User comments validation'), ''); +$tabsheet->select(''); +$tabsheet->assign(); + // +-----------------------------------------------------------------------+ // | comments display | // +-----------------------------------------------------------------------+ diff --git a/admin/themes/default/template/comments.tpl b/admin/themes/default/template/comments.tpl index 4fbfed858..87b75a004 100644 --- a/admin/themes/default/template/comments.tpl +++ b/admin/themes/default/template/comments.tpl @@ -44,15 +44,13 @@ jQuery(document).ready(function(){ {/literal}{/footer_script}