better colour matching on toolbar, replace "share" with "recycle"

This commit is contained in:
Friendika 2011-03-17 17:31:39 -07:00
rodič 5d9550e08f
revize 6380d22229
3 změnil soubory, kde provedl 1 přidání a 1 odebrání

binární
images/recycle.gif Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 612 B

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 365 B

Za

Šířka:  |  Výška:  |  Velikost: 237 B

Zobrazit soubor

@ -1,6 +1,6 @@
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
<img src="images/like.gif" alt="$likethis" title="$likethis" onclick="dolike($id,'like');" />
<img src="images/dislike.gif" alt="$nolike" title="$nolike" onclick="dolike($id,'dislike');" />
<img src="images/share.gif" alt="$share" title="$share" class="wall-item-share-buttons" onclick="jotShare($id);" />
<img src="images/recycle.gif" alt="$share" title="$share" class="wall-item-share-buttons" onclick="jotShare($id);" />
<img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
</div>