aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-red/group_side.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-23 18:25:14 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-23 18:25:14 -0400
commit6e9485605f64394f8e6d830b8a959a5afc85cf2d (patch)
tree7f94f8d1e2336bbb7e69a327a003b6880f0610c0 /view/theme/diabook/diabook-red/group_side.tpl
parent29d7f260d7e6dc178862c6a6c16445ef9b3512e4 (diff)
parentaf7abcea2715824cbd6460a7323c8bb64bd5b829 (diff)
downloadvolse-hubzilla-6e9485605f64394f8e6d830b8a959a5afc85cf2d.tar.gz
volse-hubzilla-6e9485605f64394f8e6d830b8a959a5afc85cf2d.tar.bz2
volse-hubzilla-6e9485605f64394f8e6d830b8a959a5afc85cf2d.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: DE strings, correction of a typo diabok-themes: fixed bug in green-wide and dark-wide diabook-themes: small fix in nets_aside, group_aside and delete obsolete .tpls in subfolders diabook-themes: bugfix in admin-section allow bbcode representation of html symbols such as &copy; by wrapping in bb brackets protect jappixmini/proxy from typo check, more work on email2 connector * master:
Diffstat (limited to 'view/theme/diabook/diabook-red/group_side.tpl')
-rwxr-xr-xview/theme/diabook/diabook-red/group_side.tpl34
1 files changed, 0 insertions, 34 deletions
diff --git a/view/theme/diabook/diabook-red/group_side.tpl b/view/theme/diabook/diabook-red/group_side.tpl
deleted file mode 100755
index 8600402f2..000000000
--- a/view/theme/diabook/diabook-red/group_side.tpl
+++ /dev/null
@@ -1,34 +0,0 @@
-<div id="profile_side" >
- <div class="">
- <h3 style="margin-left: 2px;">$title<a href="group/new" title="$createtext" class="icon text_add"></a></h3>
- </div>
-
- <div id="sidebar-group-list">
- <ul class="menu-profile-side">
- {{ for $groups as $group }}
- <li class="menu-profile-list">
- <span class="menu-profile-icon {{ if $group.selected }}group_selected{{else}}group_unselected{{ endif }}"></span>
- <a href="$group.href" class="menu-profile-list-item">
- $group.text
- </a>
- {{ if $group.edit }}
- <a href="$group.edit.href" class="action"><span class="icon text_edit" ></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>
- {{ if $ungrouped }}
- <div id="sidebar-ungrouped">
- <a href="nogroup">$ungrouped</a>
- </div>
- {{ endif }}
-</div>
-