From 4241e03d7549d4ebb14a0d8e5e0b830a4e032ce0 Mon Sep 17 00:00:00 2001
From: Chad Kieffer
Date: Tue, 27 Oct 2009 23:03:43 -0600
Subject: 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.
---
modules/gallery/views/simple_uploader.html.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'modules/gallery/views/simple_uploader.html.php')
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: ") ?>
+ $i = 0 ?>
foreach ($item->parents() as $parent): ?>
- - = html::clean($parent->title) ?>
+ - > = html::clean($parent->title) ?>
+ $i++ ?>
endforeach ?>
- - = html::purify($item->title) ?>
+ - = html::purify($item->title) ?>
--
cgit v1.2.3