aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_side.tpl
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-11-28 06:36:52 -0700
committerAndrew Manning <andrew@reticu.li>2016-11-28 06:36:52 -0700
commit924f796eb830b8a498c01013d9690dd071b50691 (patch)
treef2ada23a919b8f2b7a1a3f2034f7aef2916e4d1d /view/tpl/group_side.tpl
parent2528f35f008dcc39e2a6c6680ab771a9da7c20f5 (diff)
parent683a09781ad9c9be00ce67e35f560e6fca051f3b (diff)
downloadvolse-hubzilla-924f796eb830b8a498c01013d9690dd071b50691.tar.gz
volse-hubzilla-924f796eb830b8a498c01013d9690dd071b50691.tar.bz2
volse-hubzilla-924f796eb830b8a498c01013d9690dd071b50691.zip
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-xview/tpl/group_side.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl
index e58cf060d..35f79a07e 100755
--- a/view/tpl/group_side.tpl
+++ b/view/tpl/group_side.tpl
@@ -5,12 +5,10 @@
{{foreach $groups as $group}}
<li>
{{if $group.cid}}
- <a class="pull-right group-edit-tool fakelink" onclick="contactgroupChangeMember('{{$group.id}}','{{$group.enc_cid}}'); return true;"/>
- <i id="group-{{$group.id}}" class="fa {{if $group.ismember}}fa-check-square-o{{else}}fa-square-o{{/if}}"></i>
- </a>
+ <i id="group-{{$group.id}}" class="widget-nav-pills-checkbox fa {{if $group.ismember}}fa-check-square-o{{else}}fa-square-o{{/if}}" onclick="contactgroupChangeMember('{{$group.id}}','{{$group.enc_cid}}'); return true;"></i>
{{/if}}
{{if $group.edit}}
- <a class="pull-right group-edit-tool" href="{{$group.edit.href}}" title="{{$edittext}}"><i class="group-edit-icon fa fa-pencil"></i></a>
+ <a href="{{$group.edit.href}}" class="widget-nav-pills-icons" title="{{$edittext}}"><i class="fa fa-pencil"></i></a>
{{/if}}
<a{{if $group.selected}} class="group-selected"{{/if}} href="{{$group.href}}">{{$group.text}}</a>
</li>