aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/group_side.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-03 16:40:25 -0700
committerfriendica <info@friendica.com>2012-04-03 16:40:25 -0700
commit3db2cf76b9329a194210a0faf19484dedf9eea86 (patch)
tree9f15e53691b6b0f214634ddee8b12402949345be /view/theme/loozah/group_side.tpl
parent4b762ff923626addc10e3b90c6fef183320c84ea (diff)
downloadvolse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.gz
volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.bz2
volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.zip
remove loozah themes which fell too far behind to recover
Diffstat (limited to 'view/theme/loozah/group_side.tpl')
-rwxr-xr-xview/theme/loozah/group_side.tpl28
1 files changed, 0 insertions, 28 deletions
diff --git a/view/theme/loozah/group_side.tpl b/view/theme/loozah/group_side.tpl
deleted file mode 100755
index a1fc70a22..000000000
--- a/view/theme/loozah/group_side.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-<div class="widget" id="group-sidebar">
-<h3>$title</h3>
-
-<div id="sidebar-group-list">
- <ul id="sidebar-group-ul">
- {{ for $groups as $group }}
- <li class="sidebar-group-li">
- {{ 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 }}
- {{ if $group.edit }}
- <a class="groupsideedit" href="$group.edit.href"><span class="icon small-pencil"></span></a>
- {{ endif }}
- <a class="sidebar-group-element {{ if $group.selected }}group-selected{{ endif }}" href="$group.href">$group.text</a>
- </li>
- {{ endfor }}
- </ul>
- </div>
- <div id="sidebar-new-group">
- <a href="group/new">$createtext</a>
- </div>
-</div>
-
-