From 9edfe9bbb9203403d1482fc3f18eea664e20dcb3 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 10 Feb 2012 13:03:28 +0000 Subject: slight redesign on pending comments screen git-svn-id: http://piwigo.org/svn/trunk@13079 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/comments.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'admin/comments.php') 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 | // +-----------------------------------------------------------------------+ -- cgit v1.2.3