Correcting a reference to 124 characters, to 120 characters as the max character...
authorLaury GvR <laury@gaslightmedia.com>
Fri, 16 Jun 2017 20:58:49 +0000 (16:58 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 16 Jun 2017 20:58:49 +0000 (16:58 -0400)
views/admin/management/index.html

index 7db7bd7..0c9eb36 100644 (file)
                         <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>