CRM-16090 remove pre-sort on title
authornarayanis <nicholai.burton@gmail.com>
Wed, 20 May 2015 21:28:47 +0000 (17:28 -0400)
committernarayanis <nicholai.burton@gmail.com>
Wed, 20 May 2015 21:28:47 +0000 (17:28 -0400)
templates/CRM/Contribute/Page/ContributionPage.tpl

index 37decd8d573b75d729314f3cf327acd1e69d5e25..83a3abcd7ab4af0753830cc20a72e145edbebfd5 100644 (file)
@@ -50,7 +50,7 @@
              <table id="options" class="display">
                <thead>
                <tr>
-                 <th id="sortable">{ts}Title{/ts}</th>
+                 <th>{ts}Title{/ts}</th>
                <th>{ts}ID{/ts}</th>
                <th>{ts}Enabled?{/ts}</th>
              {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}