mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
More UI fixes and jquery-ui for bootstrap added.
This commit is contained in:
@@ -35,7 +35,7 @@ foreach ($admin_cat['id'] as $cat_key => $cat_id)
|
||||
{
|
||||
$text_check = FALSE;
|
||||
|
||||
$text_cat = "<div class='adminedit' id='core-main_".$cat_key."'>
|
||||
$text_cat = "<div class='adminform' id='core-main_".$cat_key."'>
|
||||
<div style='border:1px solid silver;margin:10px'>
|
||||
<div class='main_caption bevel'><b>".$admin_cat['title'][$cat_key]."</b></div>
|
||||
<table style='width:100%'>";
|
||||
|
Reference in New Issue
Block a user