tagging missing from wallwall and a couple of themes, star missing from dispy
This commit is contained in:
parent
89560edde2
commit
a1861d1128
13 changed files with 37 additions and 2 deletions
BIN
view/theme/dispy/premium.png
Executable file
BIN
view/theme/dispy/premium.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
view/theme/dispy/star.png
Executable file
BIN
view/theme/dispy/star.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -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;
|
||||
|
|
BIN
view/theme/dispy/tag.png
Normal file
BIN
view/theme/dispy/tag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 535 B |
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
|
||||
{{ 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 }}
|
||||
|
||||
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
|
||||
{{ 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 }}
|
||||
|
||||
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
{{ 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 }}
|
||||
|
||||
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
{{ if $star }}
|
||||
<a href="#" id="star-$id" onclick="dostar($id); return false;" class="$star.classdo" title="$star.do">$star.do</a>
|
||||
<a href="#" id="unstar-$id" onclick="dostar($id); return false;" class="$star.classundo" title="$star.undo">$star.undo</a>
|
||||
<a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="$star.classtagger" title="$star.tagger">$star.tagger</a>
|
||||
{{ endif }}
|
||||
|
||||
{{ if $vote }}
|
||||
|
|
|
@ -55,6 +55,8 @@
|
|||
{{ if $star }}
|
||||
<a href="#" id="star-$id" onclick="dostar($id); return false;" class="$star.classdo" title="$star.do">$star.do</a>
|
||||
<a href="#" id="unstar-$id" onclick="dostar($id); return false;" class="$star.classundo" title="$star.undo">$star.undo</a>
|
||||
<a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="$star.classtagger" title="$star.tagger">$star.tagger</a>
|
||||
|
||||
{{ endif }}
|
||||
|
||||
{{ if $vote }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue