From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1682710512; bh=0SYv4vCn2JaedgDCRxBNegscIoAr3Vva97dgK2uZwI8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=lEybrmsexCbyy12K/008iUv3gWHUv7kqegz1mlrpRSJF+M0ix/nhhhR454+c1F91Z XD9Wz0QCaBVTJS+buSrGfWO1fOrmzg+E5Gx6a4bXueHcbOTxn801NZfYYHyHL9dnIU wedvyv/GODhMkz1iJzayLHtTyAHQIUbvKBAG7rI+yQorQzHXnNXDyROPyHnKNhmP3h OYhe/2bo6lh30Ab2nLZLqQ3LIrhsmmjr5RJNYQpuyT8uJ0N0kVjs48qXMO1p1tBg0Z pbYbg6XiaNieVaawSrZl/0KhU2v/JO9ldR0/9ZUQi81/CUkPxZRC6NjMazKsbbUra8 Nm71DWFZeWb3Q== Received: from localhost.localdomain (unknown [114.125.26.160]) by gnuweeb.org (Postfix) with ESMTPSA id 81018245A6E; Sat, 29 Apr 2023 02:35:10 +0700 (WIB) From: Memet Zx To: Ammar Faizi Cc: Memet Zx , GNU/Weeb Mailing List , Memet Zx Subject: [PATCH gwspamd 2/3] gwspamd: web: Refactor Profile Update Page Date: Sat, 29 Apr 2023 02:34:57 +0700 Message-Id: <20230428193458.366546-3-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230428193458.366546-1-zxce3@gnuweeb.org> References: <20230428193458.366546-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The previous code had a table layout for the form, which has been replaced with a better-structured HTML form layout. The form now includes separate input fields for first name, last name, username, email, and password, and it has a new title and styling. The image upload button and modal have also been updated to match the new design. Signed-off-by: Memet Zx --- web/views/pages/settings/profile.php | 90 +++++++++++++--------------- 1 file changed, 42 insertions(+), 48 deletions(-) diff --git a/web/views/pages/settings/profile.php b/web/views/pages/settings/profile.php index ea08893..4d973a3 100644 --- a/web/views/pages/settings/profile.php +++ b/web/views/pages/settings/profile.php @@ -1,53 +1,47 @@ -
- -
- - Edit Photo - +

Update Profile

+
+
+
+
+ + +
+
+
+
+
+ + " value="" required="required"> +
+
+ + " value="" required="required"> +
+
+ + " value="" required="required"> +
+
+ + " value="" required="required"> +
+
+ + +
+ Enter your current password to edit your profile +
+
+ +
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Profile Info
-
User ID
First Name" required />
Last Name" />
Username" required />
Email" required />
-
Enter your current password to edit your profile
-
- -