summaryrefslogtreecommitdiff
path: root/modules/gallery/views/simple_uploader.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-27 23:03:43 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-27 23:03:43 -0600
commit4241e03d7549d4ebb14a0d8e5e0b830a4e032ce0 (patch)
tree21a8936bb6b97b7509bb2a4cd64c9d2e75e4e808 /modules/gallery/views/simple_uploader.html.php
parent90cedf1ed0ce04e8529a0f1f048d60a5fad5d12f (diff)
Breadcrumb updates. Apply g-first and g-active consistently, use ems instead of px for nicer proportions, make font-size the same whether on the page or in a dialog.
Diffstat (limited to 'modules/gallery/views/simple_uploader.html.php')
-rw-r--r--modules/gallery/views/simple_uploader.html.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php
index ff73dd6f..9285fffe 100644
--- a/modules/gallery/views/simple_uploader.html.php
+++ b/modules/gallery/views/simple_uploader.html.php
@@ -25,10 +25,12 @@
<?= t("Photos will be uploaded to album: ") ?>
</p>
<ul class="g-breadcrumbs">
+ <? $i = 0 ?>
<? foreach ($item->parents() as $parent): ?>
- <li> <?= html::clean($parent->title) ?> </li>
+ <li<? if ($i == 0) print " class=\"g-first\"" ?>> <?= html::clean($parent->title) ?> </li>
+ <? $i++ ?>
<? endforeach ?>
- <li class="active"> <?= html::purify($item->title) ?> </li>
+ <li class="g-active"> <?= html::purify($item->title) ?> </li>
</ul>
<div id="g-uploadqueue-infobar">