]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/group_side.tpl
personal notifications
[friendica.git] / view / theme / duepuntozero / group_side.tpl
index a1fc70a22e87ed4ab2666bb046e729ffd6563b4d..8c44645605e319ccb0502750beb63082167d45c8 100644 (file)
@@ -13,9 +13,9 @@
                                        />
                                {{ endif }}                     
                                {{ if $group.edit }}
-                                       <a class="groupsideedit" href="$group.edit.href"><span class="icon small-pencil"></span></a>
+                                       <a class="groupsideedit" href="$group.edit.href"><span id="group-side-editicon-$group.id" class="icon small-pencil"></span></a>
                                {{ endif }}
-                               <a class="sidebar-group-element {{ if $group.selected }}group-selected{{ endif }}" href="$group.href">$group.text</a>
+                               <a id="sidebar-group-element-$group.id" class="sidebar-group-element {{ if $group.selected }}group-selected{{ endif }}" href="$group.href">$group.text</a>
                        </li>
                {{ endfor }}
        </ul>