CRM-13992 coding neccessary property values / configurable options required for tab...
[civicrm-core.git] / templates / CRM / Custom / Form / Field.tpl
index 684f97c3f1dd044b03f425a362f370501c27fe12..050bc0b41274b45fdd4bba38ac041b0e6ba25a3e 100644 (file)
@@ -156,7 +156,11 @@ function custom_option_html_type( ) {
     {/if}
             </td>
         </tr>
-        <tr class="crm-custom-field-form-block-text_length"  id="textLength" {if !( $action eq 1 || $action eq 2 ) && ($form.data_type.value.0.0 != 0)}class="hide-block"{/if}>
+       <tr class='crm-custom-field-form-block-in_selector'>
+          <td class='label'>{$form.in_selector.label}</td>
+          <td class='html-adjust'>{$form.in_selector.html}</td>
+       </tr>
+       <tr class="crm-custom-field-form-block-text_length"  id="textLength" {if !( $action eq 1 || $action eq 2 ) && ($form.data_type.value.0.0 != 0)}class="hide-block"{/if}>
             <td class="label">{$form.text_length.label}</td>
             <td class="html-adjust">{$form.text_length.html}</td>
         </tr>