]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
finished river mods for next release
authorCash Costello <cash.costello@gmail.com>
Sun, 14 Jun 2009 22:08:31 +0000 (22:08 +0000)
committerCash Costello <cash.costello@gmail.com>
Sun, 14 Jun 2009 22:08:31 +0000 (22:08 +0000)
graphics/icons/river_icon_image.gif
languages/en.php
views/default/tidypics/css.php

index 6f8bfd6af5c3b56baabae0546e3c117d48387f36..cf391898e2a56a26960713b603da44eb4c30f0a7 100644 (file)
Binary files a/graphics/icons/river_icon_image.gif and b/graphics/icons/river_icon_image.gif differ
index 6aff280619e89b94cab8a8e10bbb972cb04b8bf6..f1f3ed543721474adac5a3380e7357558abd0fef 100644 (file)
                //  river\r
                \r
                        //images\r
-                       'image:river:created' => "%s added %s to album %s",\r
+                       'image:river:created' => "%s added the image %s to album %s",\r
                        'image:river:item' => "an image",\r
-                       'image:river:annotate' => "a comment on the image",     \r
+                       'image:river:annotate' => "a comment on the image",\r
                \r
                        //albums\r
                        'album:river:created' => "%s created a new photo album: ",\r
index 4d17ba214d5ca28c4bb2b10c03efdf5f5dfd4e44..bc0073734b8e323998c134f9e1b6ff6df4afa97c 100644 (file)
@@ -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;
 }