Skip to content
Snippets Groups Projects
Commit c0512ea0 authored by pratik.joshi's avatar pratik.joshi
Browse files

Merge pull request #2766 from pratik-joshi/CRM-13992-temp_fix

CRM-13992-temp_fix : for comment #comment-58801
parents f5721b07 342fdf0a
No related branches found
No related tags found
No related merge requests found
......@@ -156,10 +156,12 @@ function custom_option_html_type( ) {
{/if}
</td>
</tr>
{if $form.in_selector}
<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} {help id="id-in_selector"}</td>
</tr>
{/if}
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment