diff --git a/application/views/logbooks/create.php b/application/views/logbooks/create.php index a28cd066..96e00eca 100644 --- a/application/views/logbooks/create.php +++ b/application/views/logbooks/create.php @@ -25,12 +25,12 @@
- + - You can call a station logbook anything. +
- +
diff --git a/application/views/logbooks/edit.php b/application/views/logbooks/edit.php index 092e5bc4..6530c323 100644 --- a/application/views/logbooks/edit.php +++ b/application/views/logbooks/edit.php @@ -21,20 +21,20 @@
-
: logbook_name; ?>
+
: logbook_name; ?>
- + logbook_name; } ?>" required> - Shortname for the station location. For example: Home (IO87IP) +
- +
@@ -42,36 +42,38 @@
-
Public Slug
+
-

Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only.

- +

+


+ /

- +
- +
- +
public_slug != "") { ?>
-

Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook.

- +

+ @@ -103,11 +105,11 @@ ?>
- + @@ -115,7 +117,7 @@ - +
@@ -124,14 +126,14 @@
- Linked Locations +
- + @@ -141,7 +143,7 @@ foreach ($station_locations_linked->result() as $row) { ?> - + - + diff --git a/application/views/logbooks/index.php b/application/views/logbooks/index.php index c510b2b5..c2ca7c64 100644 --- a/application/views/logbooks/index.php +++ b/application/views/logbooks/index.php @@ -12,16 +12,16 @@
- What are Station Logbooks +
-

Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle.

+

- Station Logbooks Create a Station Logbook +
@@ -31,12 +31,12 @@
Location Name
station_profile_name;?> (Callsign: station_callsign;?> DXCC: station_country; if ($row->end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?>)station_profile_name;?> (: station_callsign;?> : station_country; if ($row->end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?>)
No linked locations
- - - - - - + + + + + + @@ -48,29 +48,29 @@
NameStatusEditDeleteLinkPublic Search
session->userdata('active_station_logbook') != $row->logbook_id) { ?> - logbook_id; ?>" class="btn btn-outline-primary btn-sm">Set as Active Logbook + logbook_id; ?>" class="btn btn-outline-primary btn-sm"> Active Logbook'; + echo "" . lang('station_logbooks_active_logbook') . ""; }?> - logbook_id; ?>" class="btn btn-outline-primary btn-sm"> + logbook_id; ?>" class="btn btn-outline-primary btn-sm"> session->userdata('active_station_logbook') != $row->logbook_id) { ?> - logbook_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want delete station logbook logbook_name; ?>? You must re-link any locations linked here to another logbook.');"> + logbook_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('logbook_name; ?>');"> public_slug != '') { ?> - public_slug; ?>" class="btn btn-outline-primary btn-sm" > + public_slug; ?>" class="btn btn-outline-primary btn-sm" > public_search == 1) { - echo "Enabled"; + echo "" . lang('general_word_enabled') . ""; } else { - echo "Disabled"; + echo "" . lang('general_word_disabled') . ""; } ?>