aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_side.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-18 15:31:15 -0700
committerfriendica <info@friendica.com>2014-04-18 15:31:15 -0700
commitae1f9bf1c44cffa00b8aff566eef0f22bc26e720 (patch)
tree48007ecfc23c98d31a941b9ed1f9ffd09a40f33e /view/tpl/group_side.tpl
parentd2b5bb843fd3f0d464d8247d2be8c7d5ac9f534d (diff)
downloadvolse-hubzilla-ae1f9bf1c44cffa00b8aff566eef0f22bc26e720.tar.gz
volse-hubzilla-ae1f9bf1c44cffa00b8aff566eef0f22bc26e720.tar.bz2
volse-hubzilla-ae1f9bf1c44cffa00b8aff566eef0f22bc26e720.zip
move create a new collection below the actual collection list again. failed experiment.
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-xview/tpl/group_side.tpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl
index dd3c7e737..8c5d3927d 100755
--- a/view/tpl/group_side.tpl
+++ b/view/tpl/group_side.tpl
@@ -1,9 +1,6 @@
<div class="widget" id="group-sidebar">
<h3>{{$title}}</h3>
- <div id="sidebar-new-group">
- <a href="group/new">{{$createtext}}</a>
- </div>
<div id="sidebar-group-list">
<ul id="sidebar-group-ul">
@@ -23,7 +20,14 @@
</li>
{{/foreach}}
</ul>
- </div>
</div>
+ <div id="sidebar-new-group">
+ <a href="group/new">{{$createtext}}</a>
+ </div>
+
+</div>
+
+
+