From 9a0283038c752c81a29f093cdef1ac576c87ad3d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 21 Nov 2017 11:44:51 -0500 Subject: [PATCH] Update for file upload Update to get the logo to save and delete. --- views/admin/management/billing.html | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/views/admin/management/billing.html b/views/admin/management/billing.html index 4ab8123..7cfc849 100644 --- a/views/admin/management/billing.html +++ b/views/admin/management/billing.html @@ -41,25 +41,13 @@ Company Logo - - {if $billingSettings.fieldData.company_logo} - - - - - {/if} - -
-
- -
-
- Delete Image
- {$billingSettings.fieldData.company_logo}
-
New image:
- + {if $billingSettings.fieldData.company_logo} + + Delete Image
+ {$billingSettings.fieldData.company_logo}
+ {/if} + New image: +
Need to update the text here for best logo size (w X h)
{if $billingSettings.fieldFail.company_logo}

{$billingSettings.fieldFail.company_logo}{/if} -- 2.17.1