]> git.mxchange.org Git - friendica.git/commitdiff
add thread un/ignore functionality to quattro theme
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 5 Jan 2015 08:05:27 +0000 (09:05 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 5 Jan 2015 08:05:27 +0000 (09:05 +0100)
view/theme/quattro/templates/wall_thread.tpl

index caeee83d26235a2f6b38f31b3b3ec6a4c1d8a284..64e3794ccb5c30eee3bb30cedd7da1ad7606830b 100644 (file)
                                <a href="#" id="star-{{$item.id}}" onclick="dostar({{$item.id}}); return false;"  class="{{$item.star.classdo}}"  title="{{$item.star.do}}">{{$item.star.do}}</a>
                                <a href="#" id="unstar-{{$item.id}}" onclick="dostar({{$item.id}}); return false;"  class="{{$item.star.classundo}}"  title="{{$item.star.undo}}">{{$item.star.undo}}</a>
                        {{/if}}
+                       {{if $item.ignore}}
+                           <a href="#" id="ignore-{{$item.id}}" onclick="doignore({{$item.id}}); return false;" class="{{$item.ignore.classdo}}" title="{{$item.ignore.do}}">{{$item.ignore.do}}</a>
+                           <a href="#" id="unignore-{{$item.id}}" onclick="doignore({{$item.id}}); return false;" class="{{$item.ignore.classundo}}" title="{{$item.ignore.undo}}">{{$item.ignore.undo}}</a>
+                       {{/if}}
                        {{if $item.tagger}}
                                <a href="#" id="tagger-{{$item.id}}" onclick="itemTag({{$item.id}}); return false;" class="{{$item.tagger.class}}" title="{{$item.tagger.add}}">{{$item.tagger.add}}</a>
                        {{/if}}