diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-26 14:48:01 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-26 14:48:01 +0200 |
commit | 37f10a6d4fd2f8f5858f3222269bd6f48031962f (patch) | |
tree | 8e4a8afc0dba6c523d1e87ce900729436a832aa9 /view/theme/quattro-green/group_side.tpl | |
parent | 8ded404aaa0d2e89457635d0b67cf9888443d55c (diff) | |
download | volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.gz volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.tar.bz2 volse-hubzilla-37f10a6d4fd2f8f5858f3222269bd6f48031962f.zip |
marking quattro-green as extension of quattro and deleting the tpl files
Diffstat (limited to 'view/theme/quattro-green/group_side.tpl')
-rwxr-xr-x | view/theme/quattro-green/group_side.tpl | 29 |
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> - |