<tr><th>Show Region:</th><td><input type="checkbox" name="list_show_region"{if $genSettings.fieldData.list_show_region.value} checked="checked"{/if}></td></tr>
<tr><th>Show Description:</th><td><input type="checkbox" name="list_show_descr"{if $genSettings.fieldData.list_show_descr.value} checked="checked"{/if}></td></tr>
<tr><th>Show Short Description:</th><td><input type="checkbox" name="list_show_short_descr"{if $genSettings.fieldData.list_show_short_descr.value} checked="checked"{/if}></td></tr>
- <tr><th>Character Limit for Short Desc:</th><td><input type="text" pattern="[0-9]{literal}{0,4}{/literal}" name="short_desc_char_limit" value="{if $genSettings.fieldData.short_desc_char_limit}{$genSettings.fieldData.short_desc_char_limit}{else}124{/if}" class="glm-form-numeric-input" placeholder="0" maxlength="4"></td></tr>
+ <tr><th>Character Limit for Short Desc:</th><td><input type="text" pattern="[0-9]{literal}{0,4}{/literal}" name="short_desc_char_limit" value="{if $genSettings.fieldData.short_desc_char_limit}{$genSettings.fieldData.short_desc_char_limit}{else}120{/if}" class="glm-form-numeric-input" placeholder="0" maxlength="4"></td></tr>
<tr><th>Show Phone Number:</th><td><input type="checkbox" name="list_show_phone"{if $genSettings.fieldData.list_show_phone.value} checked="checked"{/if}></td></tr>
<tr><th>Show Toll Free Phone Number:</th><td><input type="checkbox" name="list_show_tollfree"{if $genSettings.fieldData.list_show_tollfree.value} checked="checked"{/if}></td></tr>
<tr>