Fix fulltext search help
authorColeman Watts <coleman@civicrm.org>
Fri, 31 May 2013 17:30:08 +0000 (10:30 -0700)
committerColeman Watts <coleman@civicrm.org>
Fri, 31 May 2013 17:30:08 +0000 (10:30 -0700)
templates/CRM/Block/FullTextSearch.tpl

index c15b9dd685db3f81dbd529c391db7c66e699ed2a..b5eb2fcad62b10e1506e7be175273c148bf93fc3 100644 (file)
@@ -61,6 +61,6 @@
 {if call_user_func(array('CRM_Core_Permission','access'), 'CiviMember')}
         <option value="Membership">{ts}Memberships{/ts}</option>
 {/if}
-    </select>{help id="id-fullText-block" file="CRM/Contact/Form/Search/Custom/FullText.hlp"}
+    </select> {help id="id-fullText" file="CRM/Contact/Form/Search/Custom/FullText.hlp"}
     </form>
 </div>