diff options
author | friendica <info@friendica.com> | 2012-05-23 15:46:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-23 15:46:49 -0700 |
commit | 8bc8be1f8741fde802643744748db69a5a52237c (patch) | |
tree | bdad61b8287b2d8e7ff6b3a353b5a8ac1a1561ce /view/theme/dispy/group_side.tpl | |
parent | 6bcfda6d53334a4cf5ac530000bd80849ff1b7ad (diff) | |
parent | 5acd0a1c323d330049ba9340524895bc37298dcb (diff) | |
download | volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.tar.gz volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.tar.bz2 volse-hubzilla-8bc8be1f8741fde802643744748db69a5a52237c.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/group_side.tpl')
-rw-r--r-- | view/theme/dispy/group_side.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/dispy/group_side.tpl b/view/theme/dispy/group_side.tpl index 10ecec2e8..be8e23de0 100644 --- a/view/theme/dispy/group_side.tpl +++ b/view/theme/dispy/group_side.tpl @@ -5,10 +5,9 @@ <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> + <a href="$group.href" class="sidebar-group-element {{ if $group.selected }}group-selected{{ else }}group-other{{ endif }}">$group.text</a> {{ if $group.edit }} - <a - class="groupsideedit" + <a class="groupsideedit" href="$group.edit.href" title="$group.edit.title"><span class="icon small-pencil"></span></a> {{ endif }} {{ if $group.cid }} |