From 3979eef66da34b7a5a9ce47273a0724f77947197 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Wed, 23 Mar 2022 13:28:09 +0100 Subject: [PATCH] Add button title attribute --- src/classes/wish.php | 9 +++++++-- src/pages/home.php | 28 ++++++++++++++++++++++++---- src/pages/install.php | 21 ++++++++++++++++++--- src/pages/login-as.php | 6 +++++- src/pages/login.php | 15 +++++++++++++-- src/pages/profile.php | 6 +++++- src/pages/register.php | 13 +++++++++++-- src/pages/settings.php | 7 ++++++- src/pages/update.php | 5 ++++- src/pages/wish.php | 38 ++++++++++++++++++++++++++++---------- src/pages/wishlists.php | 33 +++++++++++++++++++++------------ 11 files changed, 142 insertions(+), 39 deletions(-) diff --git a/src/classes/wish.php b/src/classes/wish.php index e32fa435..aafc59ae 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -157,7 +157,9 @@ class Wish
- + @@ -166,6 +168,7 @@ class Wish url) { ?> @@ -173,7 +176,9 @@ class Wish - @@ -102,7 +106,11 @@ switch ($step) { - +
@@ -200,7 +208,14 @@ switch ($step) {

-

+

+ + + +

diff --git a/src/pages/login-as.php b/src/pages/login-as.php index da236f1b..2c41d643 100644 --- a/src/pages/login-as.php +++ b/src/pages/login-as.php @@ -49,7 +49,11 @@ $page->navigation(); - + diff --git a/src/pages/login.php b/src/pages/login.php index 00fb3869..4d5f9a99 100644 --- a/src/pages/login.php +++ b/src/pages/login.php @@ -125,8 +125,18 @@ $page->navigation(); - - + + + + @@ -150,6 +160,7 @@ $page->navigation(); type="submit" name="reset" value="" + title="" /> diff --git a/src/pages/profile.php b/src/pages/profile.php index b72568de..0fa2693a 100644 --- a/src/pages/profile.php +++ b/src/pages/profile.php @@ -99,7 +99,11 @@ $page->navigation();
- + diff --git a/src/pages/register.php b/src/pages/register.php index 1090010c..43c01bf3 100644 --- a/src/pages/register.php +++ b/src/pages/register.php @@ -219,8 +219,17 @@ $page->navigation();
- - + + + +
diff --git a/src/pages/settings.php b/src/pages/settings.php index 0c2de889..27a2884c 100644 --- a/src/pages/settings.php +++ b/src/pages/settings.php @@ -47,7 +47,12 @@ if (isset($_POST['mjml_api'], $_POST['api_key'], $_POST['api_secret'])) { /> - + diff --git a/src/pages/update.php b/src/pages/update.php index 58a7c1f7..aab63633 100644 --- a/src/pages/update.php +++ b/src/pages/update.php @@ -112,7 +112,10 @@ if ('POST' === $_SERVER['REQUEST_METHOD']) {
- diff --git a/src/pages/wish.php b/src/pages/wish.php index a02c58a9..c9da89f0 100644 --- a/src/pages/wish.php +++ b/src/pages/wish.php @@ -80,13 +80,18 @@ $referer = '/?page=wishlists&wishlist=' . $wish->wishlist;
- +
-
+
-
+
@@ -213,10 +231,10 @@ $referer = '/?page=wishlists&wishlist=' . $wish->wishlist;

-
+
-
+
@@ -246,10 +264,10 @@ $referer = '/?page=wishlists&wishlist=' . $wish->wishlist;
-
+
-
+
diff --git a/src/pages/wishlists.php b/src/pages/wishlists.php index 2164004a..4d2e42d6 100644 --- a/src/pages/wishlists.php +++ b/src/pages/wishlists.php @@ -34,27 +34,34 @@ $page->navigation();
- + - + -