Merge pull request #5488 from eileenmcnaughton/CRM-16184
[civicrm-core.git] / templates / CRM / Contact / Form / GroupContact.tpl
index 87d3ae921d4e0ea8f9f6a4fef685561d3f5c365f..fe6cc8a229a4256472c1ae9c48d2342dca294608 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -26,6 +26,6 @@
 {* this template is used for adding a contact to a group (from view context) *}
 
 <div class="form-item">
-    {$form.group_id.label} &nbsp; {$form.group_id.html} {$form.buttons.html}
+    {$form.group_id.html} {$form.buttons.html}
     {include file="CRM/Form/validate.tpl"}
 </div>