From ca5bba09644631c7bd040c6cb0a1af678ae06d1d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 23 Feb 2009 00:25:51 +0000 Subject: Replace the word "item" in display text with photo/album/movie as appropriate. We shouldn't be saying "item" to the user. --- core/views/quick_pane.html.php | 44 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) (limited to 'core') diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index d99d27f5..a4ec4012 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -1,8 +1,15 @@ +type == "photo"): ?> + +type == "movie"): ?> + +type == "album"): ?> + + id") ?>" - title=""> + title=""> - + @@ -22,25 +29,46 @@ +type == "photo"): ?> + +type == "movie"): ?> + +type == "album"): ?> + + id") ?>" - title=""> + title=""> - + parent())): ?> +type == "photo"): ?> + +type == "movie"): ?> + +type == "album"): ?> + + id?csrf=" . access::csrf_token()) ?>" - title=""> + title=""> - + +type == "photo"): ?> + +type == "movie"): ?> + +type == "album"): ?> + + id?csrf=" . access::csrf_token()) ?>" - title=""> + title=""> - + -- cgit v1.2.3