Add size suggestion for image
authorSteve Sutton <ssutton@gmail.com>
Sat, 10 Mar 2018 14:18:29 +0000 (09:18 -0500)
committerSteve Sutton <ssutton@gmail.com>
Sat, 10 Mar 2018 14:18:29 +0000 (09:18 -0500)
Adding a sive suggestion for image in the invoice.

views/admin/settings/billing.html

index aaab00f..73ae194 100644 (file)
@@ -29,7 +29,7 @@
                                     {$billingSettings.fieldData.company_logo}<br>
                                 {/if}
                                 <b>New image:</b> <input type="file" name="company_logo_new">
-                                <div style="color: green;">Need to update the text here for best logo size (w X h)</div>
+                                <div style="color: green;">Best logo size: No larger than (400px x 200px). Must be jpeg,gif or png.</div>
                                 {if $billingSettings.fieldFail.company_logo}<p>{$billingSettings.fieldFail.company_logo}{/if}
                             </td>
                         </tr>