diff options
author | friendica <info@friendica.com> | 2012-03-16 15:08:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-16 15:08:32 -0700 |
commit | 141ae076ad9fc6dfce1b25604f44faa54a4ad940 (patch) | |
tree | e764658692b4c66b5f0f14d796a56980c23779f6 /view/theme/dispy/group_side.tpl | |
parent | 58940175e173c04c9bfa3498af40c65f6514a9ce (diff) | |
parent | c7dd52be6268e0232dc3c3e035235078b5ea4547 (diff) | |
download | volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.gz volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.bz2 volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/group_side.tpl')
-rw-r--r-- | view/theme/dispy/group_side.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/group_side.tpl b/view/theme/dispy/group_side.tpl index 516d70d5b..10ecec2e8 100644 --- a/view/theme/dispy/group_side.tpl +++ b/view/theme/dispy/group_side.tpl @@ -1,5 +1,5 @@ -<div class="widget" id="group-sidebar"> -<h3>$title</h3> +<div id="group-sidebar" class="widget"> +<h3 class="label">$title</h3> <div id="sidebar-group-list"> <ul id="sidebar-group-ul"> @@ -9,7 +9,7 @@ {{ if $group.edit }} <a class="groupsideedit" - href="$group.edit.href" title="$edittext"><span class="icon small-pencil"></span></a> + href="$group.edit.href" title="$group.edit.title"><span class="icon small-pencil"></span></a> {{ endif }} {{ if $group.cid }} <input type="checkbox" |