From 6ed50f4e2f6636bdd850fb00b58b5e9f3c4f348d Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sun, 1 Jan 2023 13:32:12 +0100 Subject: [PATCH 1/2] [Station locations] Tweaked the table a little bit --- application/views/station_profile/index.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/application/views/station_profile/index.php b/application/views/station_profile/index.php index 088596b7..0540228d 100644 --- a/application/views/station_profile/index.php +++ b/application/views/station_profile/index.php @@ -38,7 +38,7 @@
- +
@@ -46,9 +46,10 @@ - - - + + + + @@ -78,15 +79,17 @@ user_id == "") { ?> station_id; ?>" class="btn btn-outline-primary btn-sm"> Claim Ownership - station_id; ?>" class="btn btn-outline-primary btn-sm"> Edit - station_id; ?>" class="btn btn-outline-primary btn-sm"> Copy + station_id; ?>" class="btn btn-outline-primary btn-sm"> + + + station_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want to delete all QSOs within this station profile?');"> From 3b5c940d518503f3785ce0116a3667c60936369d Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sun, 1 Jan 2023 13:37:39 +0100 Subject: [PATCH 2/2] [Station locations] Added title on buttons --- application/views/station_profile/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/views/station_profile/index.php b/application/views/station_profile/index.php index 0540228d..41ea9215 100644 --- a/application/views/station_profile/index.php +++ b/application/views/station_profile/index.php @@ -48,7 +48,7 @@ - + @@ -79,17 +79,17 @@ user_id == "") { ?> station_id; ?>" class="btn btn-outline-primary btn-sm"> Claim Ownership - station_id; ?>" class="btn btn-outline-primary btn-sm"> + station_id; ?>" title="Edit" class="btn btn-outline-primary btn-sm"> + station_id; ?>" class="btn btn-danger btn-sm" title="Empty Log" onclick="return confirm('Are you sure you want to delete all QSOs within this station profile?');">
Profile NameCountry Gridsquare EditCopyEmptyDelete
+ station_id; ?>" class="btn btn-outline-primary btn-sm"> - station_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want to delete all QSOs within this station profile?');"> Empty Log station_active != 1) { ?> - station_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want delete station profile station_profile_name; ?> this will delete all QSOs within this station profile?');"> Delete Profile + station_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want delete station profile station_profile_name; ?> this will delete all QSOs within this station profile?');">
Edit CopyEmptyEmpty Log Delete
- station_id; ?>" class="btn btn-outline-primary btn-sm"> + station_id; ?>" title="Copy" class="btn btn-outline-primary btn-sm"> - station_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want to delete all QSOs within this station profile?');"> station_active != 1) { ?> - station_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want delete station profile station_profile_name; ?> this will delete all QSOs within this station profile?');"> + station_id; ?>" class="btn btn-danger btn-sm" title="Delete" onclick="return confirm('Are you sure you want delete station profile station_profile_name; ?> this will delete all QSOs within this station profile?');">