revert iconic change to collection list widget

This commit is contained in:
friendica 2015-04-01 01:07:38 -07:00
parent 6f78d7a85d
commit 6199af6a79
3 changed files with 5 additions and 3 deletions

View File

@ -297,7 +297,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
$o = replace_macros($tpl, array(
'$title' => t('Collections'),
'$edittext' => t('Edit collection'),
'$createtext' => t('New collection'),
'$createtext' => t('Add new collection'),
'$ungrouped' => (($every === 'contacts') ? t('Channels not in any collection') : ''),
'$groups' => $groups,
'$add' => t('add'),

View File

@ -1 +1 @@
2015-03-31.988
2015-04-01.989

View File

@ -15,8 +15,10 @@
<a{{if $group.selected}} class="group-selected"{{/if}} href="{{$group.href}}">{{$group.text}}</a>
</li>
{{/foreach}}
<li>
<a href="group/new" title="{{$createtext}}" >{{$createtext}}</a>
</li>
</ul>
<a href="group/new" class="btn btn-default" title="{{$createtext}}" ><i class="icon-plus"></i></a>
</div>
</div>