]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/group_side.tpl
Merge branch 'master' of git://github.com/friendica/friendica
[friendica.git] / view / theme / dispy / group_side.tpl
index a1fc70a22e87ed4ab2666bb046e729ffd6563b4d..516d70d5b4c1a1ac24c5a3b1b0c28b3dc04b3f1b 100644 (file)
@@ -5,23 +5,25 @@
        <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="$edittext"><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 }}                     
-                               {{ 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>
+  <a href="group/new" title="$createtext"><span class="action text add">$createtext</span></a>
   </div>
 </div>