aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_side.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-13 12:52:21 +0200
committermarijus <mario@mariovavti.com>2014-10-13 12:52:21 +0200
commitc41f314302012c023fb3410e6d878eff8bd5b539 (patch)
tree8f6f313c52c5f7db700f502f09c5a4de5ef70fbf /view/tpl/group_side.tpl
parent8406046c5b3ac8539535d46b9099b46586203fb8 (diff)
downloadvolse-hubzilla-c41f314302012c023fb3410e6d878eff8bd5b539.tar.gz
volse-hubzilla-c41f314302012c023fb3410e6d878eff8bd5b539.tar.bz2
volse-hubzilla-c41f314302012c023fb3410e6d878eff8bd5b539.zip
really fix connedit > collection > checkbox
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-xview/tpl/group_side.tpl10
1 files changed, 3 insertions, 7 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl
index 6c5edba27..4afe1286f 100755
--- a/view/tpl/group_side.tpl
+++ b/view/tpl/group_side.tpl
@@ -5,16 +5,12 @@
{{foreach $groups as $group}}
<li>
{{if $group.cid}}
- <a class="pull-right group-edit-link">
- <input type="checkbox"
- class="{{if $group.selected}}ticked{{else}}unticked {{/if}} group-edit-checkbox"
- onclick="contactgroupChangeMember('{{$group.id}}','{{$group.enc_cid}}');return true;"
- {{if $group.ismember}}checked="checked"{{/if}}
- />
+ <a class="pull-right group-edit-tool fakelink" onclick="contactgroupChangeMember('{{$group.id}}','{{$group.enc_cid}}'); return true;"/>
+ <i id="group-{{$group.id}}" class="{{if $group.ismember}}icon-check{{else}}icon-check-empty{{/if}}"></i>
</a>
{{/if}}
{{if $group.edit}}
- <a class="pull-right group-edit-link" href="{{$group.edit.href}}" title="{{$edittext}}"><i class="group-edit-icon icon-pencil"></i></a>
+ <a class="pull-right group-edit-tool" href="{{$group.edit.href}}" title="{{$edittext}}"><i class="group-edit-icon icon-pencil"></i></a>
{{/if}}
<a{{if $group.selected}} class="group-selected"{{/if}} href="{{$group.href}}">{{$group.text}}</a>
</li>