aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro-green/group_side.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-26 14:55:35 -0700
committerfriendica <info@friendica.com>2012-03-26 14:55:35 -0700
commit70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df (patch)
tree9e69a6c1f7fda621681fbc45240fa67642d2e8ea /view/theme/quattro-green/group_side.tpl
parent7a1d044b21a5518b3a626c2db38e5e2ae3ffba65 (diff)
parentcc3617e28626cd5d3b5ecf64764e328589de7584 (diff)
downloadvolse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.gz
volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.bz2
volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/quattro-green/group_side.tpl')
-rwxr-xr-xview/theme/quattro-green/group_side.tpl29
1 files changed, 0 insertions, 29 deletions
diff --git a/view/theme/quattro-green/group_side.tpl b/view/theme/quattro-green/group_side.tpl
deleted file mode 100755
index 596a8d13f..000000000
--- a/view/theme/quattro-green/group_side.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-<div id="group-sidebar" class="widget">
- <div class="title tool">
- <h3 class="label">$title</h3>
- <a href="group/new" title="$createtext" class="action"><span class="icon text s16 add"> $add</span></a>
- </div>
-
- <div id="sidebar-group-list">
- <ul>
- {{ for $groups as $group }}
- <li class="tool {{ if $group.selected }}selected{{ endif }}">
- <a href="$group.href" class="label">
- $group.text
- </a>
- {{ if $group.edit }}
- <a href="$group.edit.href" class="action"><span class="icon text s10 edit">$group.edit.title</span></a>
- {{ endif }}
- {{ if $group.cid }}
- <input type="checkbox"
- class="{{ if $group.selected }}ticked{{ else }}unticked {{ endif }} action"
- onclick="contactgroupChangeMember('$group.id','$group.cid');return true;"
- {{ if $group.ismember }}checked="checked"{{ endif }}
- />
- {{ endif }}
- </li>
- {{ endfor }}
- </ul>
- </div>
-</div>
-