Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-02-18-07-54-54
[civicrm-core.git] / templates / CRM / Contact / Form / Edit / TagsAndGroups.tpl
index a89210c150e470fff96bb153781a6de5f7f454e9..9ecd2c1b9f1e396b808dd82912fad314b2d44963 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
 {/if}
     <table class="form-layout-compressed{if $context EQ 'profile'} crm-profile-tagsandgroups{/if}">
       <tr>
-       {if $groupElementType eq 'crmasmSelect'}
+       {if $groupElementType eq 'select'}
           <td><span class="label">{if $title}{$form.group.label}{/if}</span>
             {$form.group.html}
-            {literal}  
-            <script type="text/javascript">
-            cj(function(){
-               cj("select#group").crmasmSelect({
-                 respectParents: true
-               });
-            });
-             </script>
-             {/literal}
-         </td>
+          </td>
       {/if}
       {foreach key=key item=item from=$tagGroup}
         {* $type assigned from dynamic.tpl *}