mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Styling tweaks
This commit is contained in:
@@ -52,7 +52,7 @@ class tabbed
|
||||
|
||||
$text .= "</ul>";
|
||||
// print_a($this->links);
|
||||
$text .= "<div class='tab-content adminform'>";
|
||||
$text .= "<div class='tab-content adminform clearfix'>";
|
||||
foreach ($admin_cat['id'] as $id => $cat_id)
|
||||
{
|
||||
$cls = ($id == 1) ? "active" : "";
|
||||
|
Reference in New Issue
Block a user