diff --git a/public_html/lib/customer_image_upload_popup.php b/public_html/lib/customer_image_upload_popup.php index 0766288..aad2e91 100644 --- a/public_html/lib/customer_image_upload_popup.php +++ b/public_html/lib/customer_image_upload_popup.php @@ -43,7 +43,11 @@ while($rstDriver = fetch_array($sqDriver)){
UPLOAD IMAGE
- +

+ ※ Maximum 6 images can be uploaded
+ ※ Info Type image will stay the same
+ ※ Other Type images will be replaced with newly uploaded images
+

@@ -56,15 +60,17 @@ while($rstDriver = fetch_array($sqDriver)){ - -

※ Will replace the same type images

+
@@ -184,11 +190,13 @@ document.addEventListener("DOMContentLoaded", function () { .tb-info input[type=file], .tb-info textarea { width: 100%; + box-sizing: border-box; padding: 8px; border: 1px solid #ccc; border-radius: 6px; margin-top: 6px; font-size: 14px; + display: block; } .preview-img {