diff options
-rw-r--r-- | include/group.php | 2 | ||||
-rw-r--r-- | version.inc | 2 | ||||
-rwxr-xr-x | view/tpl/group_side.tpl | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/include/group.php b/include/group.php index 19bdf03f9..fe55ec23f 100644 --- a/include/group.php +++ b/include/group.php @@ -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'), diff --git a/version.inc b/version.inc index 7a3bb9cc9..bd5275b1b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-03-31.988 +2015-04-01.989 diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index d99bd72c7..952757076 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -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> |