diff --git a/application/views/bands/create.php b/application/views/bands/create.php index 5f397f61..e1f74124 100644 --- a/application/views/bands/create.php +++ b/application/views/bands/create.php @@ -21,32 +21,32 @@
- + - Band name +
- + - Name of bandgroup (E.g. hf, vhf, uhf, shf) +
- + - Frequency for SSB QRG in band (must be in Hz) +
- + - Frequency for DATA QRG in band (must be in Hz) +
- + - Frequency for CW QRG in band (must be in Hz) +
- +
\ No newline at end of file diff --git a/application/views/bands/index.php b/application/views/bands/index.php index e1251993..4cf31bd3 100644 --- a/application/views/bands/index.php +++ b/application/views/bands/index.php @@ -120,6 +120,11 @@ $wwff = 0;

session->userdata('user_type') == '99') { ?> + diff --git a/assets/js/sections/bands.js b/assets/js/sections/bands.js index 9f502efb..e6b4cdc5 100644 --- a/assets/js/sections/bands.js +++ b/assets/js/sections/bands.js @@ -42,13 +42,13 @@ function createBandDialog() { type: 'post', success: function (html) { BootstrapDialog.show({ - title: 'Create band', + title: lang_options_bands_create, size: BootstrapDialog.SIZE_NORMAL, cssClass: 'create-band-dialog', nl2br: false, message: html, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } @@ -90,13 +90,13 @@ function editBandDialog(id) { }, success: function (html) { BootstrapDialog.show({ - title: 'Edit band', + title: lang_options_bands_edit, size: BootstrapDialog.SIZE_NORMAL, cssClass: 'edit-band-dialog', nl2br: false, message: html, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); }