CRM-13025 : minor cleanup
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Mon, 15 Jul 2013 13:41:51 +0000 (19:11 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Mon, 15 Jul 2013 13:41:51 +0000 (19:11 +0530)
templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl

index a89210c150e470fff96bb153781a6de5f7f454e9..109fa8ea23992931cf4efc673b128da89ffe392f 100644 (file)
             {$form.group.html}
             {literal}  
             <script type="text/javascript">
-            cj(function(){
+             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 *}