diff options
author | friendica <info@friendica.com> | 2012-02-26 16:29:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-26 16:29:06 -0800 |
commit | a1861d1128aacc1ab98b33a1d035bfc27c9979f5 (patch) | |
tree | dba8837a8c4bc20a00eeb731dc1312c9d9f4781a /view/theme/dispy | |
parent | 89560edde2fe3fb198b558479e9c2300fc4185fd (diff) | |
download | volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.tar.gz volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.tar.bz2 volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.zip |
tagging missing from wallwall and a couple of themes, star missing from dispy
Diffstat (limited to 'view/theme/dispy')
-rwxr-xr-x | view/theme/dispy/premium.png | bin | 0 -> 2317 bytes | |||
-rwxr-xr-x | view/theme/dispy/star.png | bin | 0 -> 2129 bytes | |||
-rwxr-xr-x | view/theme/dispy/style.css | 15 | ||||
-rw-r--r-- | view/theme/dispy/tag.png | bin | 0 -> 535 bytes | |||
-rwxr-xr-x | view/theme/dispy/wall_item.tpl | 1 | ||||
-rwxr-xr-x | view/theme/dispy/wallwall_item.tpl | 1 |
6 files changed, 17 insertions, 0 deletions
diff --git a/view/theme/dispy/premium.png b/view/theme/dispy/premium.png Binary files differnew file mode 100755 index 000000000..1ad601c0f --- /dev/null +++ b/view/theme/dispy/premium.png diff --git a/view/theme/dispy/star.png b/view/theme/dispy/star.png Binary files differnew file mode 100755 index 000000000..a327ba14e --- /dev/null +++ b/view/theme/dispy/star.png diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 5bc1450db..62c7b48e0 100755 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1099,6 +1099,21 @@ div[id$="wrapper"] br { clear: left; } border-bottom: 0px; }*/ +.starred { + background-image: url("star.png"); + repeat: no-repeat; +} +.unstarred { + background-image: url("premium.png"); + repeat: no-repeat; +} + +.tagged { + background-image: url("tag.png"); + repaet: no-repeat; +} + + .border { border: 1px solid #babdb6; diff --git a/view/theme/dispy/tag.png b/view/theme/dispy/tag.png Binary files differnew file mode 100644 index 000000000..709525393 --- /dev/null +++ b/view/theme/dispy/tag.png diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 9c3703f5f..882843a09 100755 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -24,6 +24,7 @@ <div class="wall-item-tools" id="wall-item-tools-$id"> {{ if $star }} <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a> + <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="tag-item icon tagged" title="$star.tagger"></a> {{ endif }} {{ if $vote }} <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id"> diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl index 95c68220a..57c6600b7 100755 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -29,6 +29,7 @@ <div class="wall-item-tools" id="wall-item-tools-$id"> {{ if $star }} <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a> + <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="tag-item icon tagged" title="$star.tagger"></a> {{ endif }} {{ if $vote }} <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id"> |