mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -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:
@@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<ul>
|
||||
<? foreach ($groups as $i => $group): ?>
|
||||
<li>
|
||||
<li class="<?= ($i % 2 == 0) ? "gEvenRow" : "gOddRow" ?>">
|
||||
<?= $group->name ?>
|
||||
<a href="groups/edit_form/<?= $group->id ?>" class="gDialogLink"
|
||||
title="<?= t("Edit group") ?>"><?= t("edit") ?></a>
|
||||
|
||||
Reference in New Issue
Block a user