diff options
author | friendica <info@friendica.com> | 2012-04-13 14:44:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 14:44:57 -0700 |
commit | e71f01b54946391c4c577f2570bb7121c95e0988 (patch) | |
tree | 9e42512ec46a916145b191907632fbfa58942227 /view/theme/diabook/group_side.tpl | |
parent | dfe774179ad9a08a27bfc404e563422adbf0917f (diff) | |
parent | a300616bcbdda691682028c2fc13295dcfb43fbb (diff) | |
download | volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.tar.gz volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.tar.bz2 volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/group_side.tpl')
-rwxr-xr-x | view/theme/diabook/group_side.tpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/diabook/group_side.tpl b/view/theme/diabook/group_side.tpl index af183d04d..642019049 100755 --- a/view/theme/diabook/group_side.tpl +++ b/view/theme/diabook/group_side.tpl @@ -1,18 +1,18 @@ -<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"></span></a> +<div id="profile_side" > + <div class=""> + <h3 style="margin-left: 2px;">$title<a href="group/new" title="$createtext" class="icon text_add"></a></h3> </div> <div id="sidebar-group-list"> - <ul> + <ul class="menu-profile-side"> {{ for $groups as $group }} - <li class="tool {{ if $group.selected }}selected{{ endif }}"> - <a href="$group.href" class="label"> + <li class="menu-profile-list"> + <span class="menu-profile-icon {{ if $group.selected }}group_selected{{else}}group_unselected{{ endif }}"></span> + <a href="$group.href" class="menu-profile-list-item"> $group.text </a> {{ if $group.edit }} - <a href="$group.edit.href" class="action"><span class="icon text s10 edit"></span></a> + <a href="$group.edit.href" class="action"><span class="icon text_edit" ></span></a> {{ endif }} {{ if $group.cid }} <input type="checkbox" |