diff options
author | friendica <info@friendica.com> | 2014-10-13 15:28:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-13 15:28:40 -0700 |
commit | 871049668999df0bfa54c93312c4e2ccb82c12d0 (patch) | |
tree | 00395a705feb2f3b43095aabdd7335f2c7a2363d /view/tpl/group_side.tpl | |
parent | 1b0390af0659e0c5534acbee97db1ef3c1e65288 (diff) | |
parent | 1eefed0333cedaf262f0dc42c7f9d4d855dfc154 (diff) | |
download | volse-hubzilla-871049668999df0bfa54c93312c4e2ccb82c12d0.tar.gz volse-hubzilla-871049668999df0bfa54c93312c4e2ccb82c12d0.tar.bz2 volse-hubzilla-871049668999df0bfa54c93312c4e2ccb82c12d0.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-x | view/tpl/group_side.tpl | 10 |
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> |