revert iconic change to collection list widget
This commit is contained in:
parent
6f78d7a85d
commit
6199af6a79
@ -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'),
|
||||
|
@ -1 +1 @@
|
||||
2015-03-31.988
|
||||
2015-04-01.989
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user