aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-14 22:08:31 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-14 22:08:31 +0000
commit1681015db9a4c9d91337f634b6f2c20a63a549f1 (patch)
tree1b8e020049d930b00cceeff5f8e8685594c7b542
parent2932918effa51f9689cabe38b758e44435d08e96 (diff)
downloadelgg-1681015db9a4c9d91337f634b6f2c20a63a549f1.tar.gz
elgg-1681015db9a4c9d91337f634b6f2c20a63a549f1.tar.bz2
finished river mods for next release
-rw-r--r--graphics/icons/river_icon_image.gifbin284 -> 945 bytes
-rw-r--r--languages/en.php4
-rw-r--r--views/default/tidypics/css.php5
3 files changed, 3 insertions, 6 deletions
diff --git a/graphics/icons/river_icon_image.gif b/graphics/icons/river_icon_image.gif
index 6f8bfd6af..cf391898e 100644
--- a/graphics/icons/river_icon_image.gif
+++ b/graphics/icons/river_icon_image.gif
Binary files differ
diff --git a/languages/en.php b/languages/en.php
index 6aff28061..f1f3ed543 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -110,9 +110,9 @@
// river
//images
- 'image:river:created' => "%s added %s to album %s",
+ 'image:river:created' => "%s added the image %s to album %s",
'image:river:item' => "an image",
- 'image:river:annotate' => "a comment on the image",
+ 'image:river:annotate' => "a comment on the image",
//albums
'album:river:created' => "%s created a new photo album: ",
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php
index 4d17ba214..bc0073734 100644
--- a/views/default/tidypics/css.php
+++ b/views/default/tidypics/css.php
@@ -178,12 +178,9 @@ padding:0 0 5px;
/* --------- tidypics river items ------------ */
-.river_image_create {
+.river_object_image_create {
background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_image.gif) no-repeat left -1px;
}
-.river_album_create {
- background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px;
-}
.river_object_album_create {
background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px;
}