mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-24 21:39:11 -04:00
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
This commit is contained in:
@@ -28,6 +28,7 @@ class Admin_Graphics_Controller extends Admin_Controller {
|
||||
if ($id == $active) {
|
||||
$view->content->active = new View("admin_graphics_$id.html");
|
||||
$view->content->active->tk = $tk;
|
||||
$view->content->active->is_active = true;
|
||||
} else {
|
||||
$v = new View("admin_graphics_$id.html");
|
||||
$v->tk = $tk;
|
||||
|
||||
Reference in New Issue
Block a user