diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index cbf2f52c..6b63d65e 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -139,7 +139,7 @@ class adif extends CI_Controller { public function index() { $this->load->model('stations'); - $data['page_title'] = "ADIF Import"; + $data['page_title'] = "ADIF Import / Export"; $data['max_upload'] = ini_get('upload_max_filesize'); $data['station_profile'] = $this->stations->all(); diff --git a/application/controllers/Api.php b/application/controllers/Api.php index 779e0951..ed8df449 100644 --- a/application/controllers/Api.php +++ b/application/controllers/Api.php @@ -50,7 +50,7 @@ class API extends CI_Controller { $data['api_keys'] = $this->api_model->keys(); - $data['page_title'] = "API Options"; + $data['page_title'] = "API"; $this->load->view('interface_assets/header', $data); $this->load->view('api/help'); diff --git a/application/controllers/Qslprint.php b/application/controllers/Qslprint.php index 9c61904f..d0afd83b 100644 --- a/application/controllers/Qslprint.php +++ b/application/controllers/Qslprint.php @@ -16,7 +16,7 @@ class QSLPrint extends CI_Controller { $this->load->model('user_model'); if(!$this->user_model->authorize(99)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); } - $data['page_title'] = "Export requested QSLs for printing"; + $data['page_title'] = "Print Requested QSLs"; $this->load->view('interface_assets/header', $data); $this->load->view('qslprint/index'); diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php index dd0d7bd3..d8c95838 100755 --- a/application/controllers/Radio.php +++ b/application/controllers/Radio.php @@ -9,7 +9,7 @@ if(!$this->user_model->authorize(99)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); } // load the view - $data['page_title'] = "Radio Status"; + $data['page_title'] = "Radio Interface"; $this->load->view('interface_assets/header', $data); $this->load->view('radio/index'); diff --git a/application/controllers/User.php b/application/controllers/User.php index 2c6c4e03..5861d202 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -10,7 +10,7 @@ class User extends CI_Controller { $data['results'] = $this->user_model->users(); - $data['page_title'] = "Users"; + $data['page_title'] = "User Accounts"; $this->load->view('interface_assets/header', $data); $this->load->view('user/main'); diff --git a/application/views/adif/import.php b/application/views/adif/import.php index 02c42272..05d42407 100644 --- a/application/views/adif/import.php +++ b/application/views/adif/import.php @@ -1,11 +1,11 @@
-

ADIF Functions

+

-
+ ADIF Import
@@ -66,7 +66,7 @@
-
ADIF Export
+ ADIF Export
+

+
- + API Keys
-
API or Application Programming Interface lets third party systems access Cloudlog
-

You will need to generate API keys if you wish to use tools like CloudlogCAT.

+

The Cloudlog API (Application Programming Interface) lets third party systems access Cloudlog in a controlled way. Access to the API is managed via API Keys.

+

You will need to generate an API key for each tool you wish to use (e.g. CloudlogCAT). Generate a read-write key if the application needs to send data to Cloudlog. Generate a read-only key if the application only needs to obtain data from Cloudlog.

+

Info It's good practice to delete a key if you are no longer using the associated application.

num_rows() > 0) { ?> diff --git a/application/views/backup/adif_view.php b/application/views/backup/adif_view.php index 912b9bb9..c5fb651d 100644 --- a/application/views/backup/adif_view.php +++ b/application/views/backup/adif_view.php @@ -1,17 +1,16 @@
- -

Backup - ADIF

+

-

Backing up your log has been completed successfully and can be found at backup/logbook.adi

+

The backup of your log completed successfully. The output can be found at: backup/logbook.adi

You could automate this process by making it a cronjob.

-

Something went wrong backing up check that the backup folder exists and has write permissions.

+

Something went wrong during the backup process. Check that the backup folder exists and is writeable by your web server user / group.

diff --git a/application/views/backup/main.php b/application/views/backup/main.php index f603563f..7394c202 100644 --- a/application/views/backup/main.php +++ b/application/views/backup/main.php @@ -7,13 +7,16 @@
+

+
Backup
-
You can export parts of Cloudlog like Notes
-

Backup options.

+

Some of the data stored in Cloudlog can be exported so that you can keep a backup copy elsewhere.

+

It's recommended to create backups on a regular basis to protect your data.

+

Choose an option from the list below:

  • Backup ADIF
  • Backup Notes
  • diff --git a/application/views/backup/notes_view.php b/application/views/backup/notes_view.php index ba8d9248..e9698c20 100644 --- a/application/views/backup/notes_view.php +++ b/application/views/backup/notes_view.php @@ -1,17 +1,16 @@ -
    -

    Backup - Notes XML

    +

    -

    Backing up your notes have been completed successfully and can be found at backup/notes.xml

    +

    The backup of your notes completed successfully. The output can be found at: backup/notes.xml

    You could automate this process by making it a cronjob.

    -

    Something went wrong backing up check that the backup folder exists and has write permissions.

    +

    Something went wrong during the backup process. Check that the backup folder exists and is writeable by your web server user / group.

    diff --git a/application/views/eqsl/export.php b/application/views/eqsl/export.php index 1c8b2743..9821b762 100644 --- a/application/views/eqsl/export.php +++ b/application/views/eqsl/export.php @@ -1,8 +1,9 @@
    +

    -
    +
    eQSL QSO Upload