summaryrefslogtreecommitdiff
path: root/modules/tag/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-24 20:06:13 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-24 20:06:13 +0000
commit55cd2afde539842d54bd79fb7bdced37e5e53101 (patch)
treed98859e8e84864706124a89f1ee9b1dc1ebf7683 /modules/tag/views
parentcbff78daa8a642e1800916f92e43202857c3b677 (diff)
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.
Diffstat (limited to 'modules/tag/views')
-rw-r--r--modules/tag/views/admin_tags.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php
index 5e9613b1..8700fc09 100644
--- a/modules/tag/views/admin_tags.html.php
+++ b/modules/tag/views/admin_tags.html.php
@@ -17,8 +17,8 @@
<th> <?= t("Photos") ?> </th>
<th> <?= t("Actions") ?> </th>
</tr>
- <? foreach ($tags as $tag): ?>
- <tr>
+ <? foreach ($tags as $i => $tag): ?>
+ <tr class="<?= ($i % 2 == 0) ? "gEvenRow" : "gOddRow" ?>">
<td> <?= $tag->name ?> </td>
<td> <?= $tag->count ?> </td>
<td>