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 008c3acbec43a29ef56abf0e14a73056a22f64d8..9ecd2c1b9f1e396b808dd82912fad314b2d44963 100644 (file)
 {/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>
       {/if}
       {foreach key=key item=item from=$tagGroup}