aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/group_side.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-26 15:35:25 -0700
committerfriendica <info@friendica.com>2012-04-26 15:35:25 -0700
commit2d94d216a3869827f890cbc2ca71f8b3d8ad935f (patch)
tree5a6a7df85b48f27ddefea6f0badc81fd13095221 /view/theme/dispy-dark/group_side.tpl
parentf8e7f28f403336dc288ab53eba1834de26790598 (diff)
parent3ee998dbaf83e92dd1ceaee4d35ca942210c5e24 (diff)
downloadvolse-hubzilla-2d94d216a3869827f890cbc2ca71f8b3d8ad935f.tar.gz
volse-hubzilla-2d94d216a3869827f890cbc2ca71f8b3d8ad935f.tar.bz2
volse-hubzilla-2d94d216a3869827f890cbc2ca71f8b3d8ad935f.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy-dark/group_side.tpl')
-rw-r--r--view/theme/dispy-dark/group_side.tpl30
1 files changed, 0 insertions, 30 deletions
diff --git a/view/theme/dispy-dark/group_side.tpl b/view/theme/dispy-dark/group_side.tpl
deleted file mode 100644
index 10ecec2e8..000000000
--- a/view/theme/dispy-dark/group_side.tpl
+++ /dev/null
@@ -1,30 +0,0 @@
-<div id="group-sidebar" class="widget">
-<h3 class="label">$title</h3>
-
-<div id="sidebar-group-list">
- <ul id="sidebar-group-ul">
- {{ for $groups as $group }}
- <li class="sidebar-group-li">
- <a href="$group.href" class="sidebar-group-element {{ if $group.selected }}group-selected{{ endif }}">$group.text</a>
- {{ if $group.edit }}
- <a
- class="groupsideedit"
- href="$group.edit.href" title="$group.edit.title"><span class="icon small-pencil"></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 id="sidebar-new-group">
- <a href="group/new" title="$createtext"><span class="action text add">$createtext</span></a>
- </div>
-</div>
-
-