@@ -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-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_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?');"> 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?');">
|
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 @@
|
Edit |
Copy |
- Empty |
+ Empty Log |
Delete |
@@ -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-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_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?');">
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?');">
|