diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-14 22:08:31 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-14 22:08:31 +0000 |
commit | 1681015db9a4c9d91337f634b6f2c20a63a549f1 (patch) | |
tree | 1b8e020049d930b00cceeff5f8e8685594c7b542 | |
parent | 2932918effa51f9689cabe38b758e44435d08e96 (diff) | |
download | elgg-1681015db9a4c9d91337f634b6f2c20a63a549f1.tar.gz elgg-1681015db9a4c9d91337f634b6f2c20a63a549f1.tar.bz2 |
finished river mods for next release
-rw-r--r-- | graphics/icons/river_icon_image.gif | bin | 284 -> 945 bytes | |||
-rw-r--r-- | languages/en.php | 4 | ||||
-rw-r--r-- | views/default/tidypics/css.php | 5 |
3 files changed, 3 insertions, 6 deletions
diff --git a/graphics/icons/river_icon_image.gif b/graphics/icons/river_icon_image.gif Binary files differindex 6f8bfd6af..cf391898e 100644 --- a/graphics/icons/river_icon_image.gif +++ b/graphics/icons/river_icon_image.gif 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; } |