From b77e9bb12a854a390ccf55613711b889197aa25c Mon Sep 17 00:00:00 2001 From: Kang Lee Date: Wed, 13 May 2026 11:15:13 -0400 Subject: [PATCH] =?UTF-8?q?v1.2.21=20-=20[IMAGE]=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=EC=8B=9C=20=EB=93=9C=EB=9D=BC=EC=9D=B4=EB=B2=84?= =?UTF-8?q?=EC=97=90=20=EC=9E=91=EC=84=B1=EC=9E=90=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=84=A4=EC=A0=95,=20=EC=95=88=EB=82=B4?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=B6=94=EA=B0=80,=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=EC=B0=BD=20=EB=84=88=EB=B9=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/customer_image_upload_popup.php | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) 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 {