Merge pull request #4319 from rohankatkar/webtest_4.5.0
[civicrm-core.git] / templates / CRM / Contribute / Form / Search.tpl
index 8f3b39cfd0ed0127b3c199e838b659153158f78a..4cf9819ea284263de75b30475a3d8417d6da2fff 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
               {if $form.contact_tags}
                 <td><label>{ts}Contributor Tag(s){/ts}</label>
                     {$form.contact_tags.html}
-                    {literal}
-                    <script type="text/javascript">
-
-                    cj("select#contact_tags").crmasmSelect({
-                        addItemTarget: 'bottom',
-                        animate: false,
-                        highlight: true,
-                        sortable: true,
-                        respectParents: true
-                    });
-                    </script>
-                    {/literal}   
                 </td>
               {else}
                 <td>&nbsp;</td>
               {if $form.group}
                 <td><label>{ts}Contributor Group(s){/ts}</label>
                     {$form.group.html}
-                    {literal}
-                    <script type="text/javascript">
-                    cj("select#group").crmasmSelect({
-                        addItemTarget: 'bottom',
-                        animate: false,
-                        highlight: true,
-                        sortable: true,
-                        respectParents: true
-                    });
-
-                    </script>
-                    {/literal}
                 </td>
               {else}
                 <td>&nbsp;</td>
 
 </div>
 {/if}
-{literal}
-<script type="text/javascript">
-cj(function() {
-   cj().crmAccordions();
-});
-</script>
-{/literal}