CRM-17840 - Can't see outline of Full-text Search text field
authorJoseph Martin <joeyisking@users.noreply.github.com>
Wed, 20 Jan 2016 05:09:18 +0000 (16:09 +1100)
committerJoseph Martin <joeyisking@users.noreply.github.com>
Wed, 20 Jan 2016 05:09:18 +0000 (16:09 +1100)
templates/CRM/Block/FullTextSearch.tpl

index eb34d366351805bdc9e492b80a107c1138ce9784..c305be4a6f69e00aae50ccce7fe7dd995130a54d 100644 (file)
@@ -40,7 +40,7 @@
 <div class="block-crm crm-container">
     <form method="post" id="id_fulltext_search">
     <div style="margin-bottom: 8px;">
-    <input type="text" name="text" id='text' value="" style="width: 10em;" />&nbsp;<input type="submit" name="submit" id="fulltext_submit" value="{ts}Go{/ts}" class="crm-form-submit"/ onclick='submitForm();'>
+    <input type="text" name="text" id='text' value="" class="form-text" style="width: 10em;" />&nbsp;<input type="submit" name="submit" id="fulltext_submit" value="{ts}Go{/ts}" class="crm-form-submit"/ onclick='submitForm();'>
     <input type="hidden" name="qfKey" value="{crmKey name='CRM_Contact_Controller_Search' addSequence=1}" />
   </div>
   <select class="form-select" id="fulltext_table" name="fulltext_table">