diff --git a/application/views/simplefle/syntax_help.php b/application/views/simplefle/syntax_help.php index dd0799f8..fa956e6e 100644 --- a/application/views/simplefle/syntax_help.php +++ b/application/views/simplefle/syntax_help.php @@ -1,8 +1,6 @@ -
Before start logging a qso to notice to basic rules:
- Every new QSO get its own new line
- At every new line only write data, which changed to the last qso
-We start with the first data, you already filled the form on the left with the date, wwff/sota info, stationcall and operator call. The main data contains the band, mode and time. After time you provide the first qso (basically the callsign)
20m ssb
diff --git a/assets/js/sections/simplefle.js b/assets/js/sections/simplefle.js
index 1372326d..c5836d63 100644
--- a/assets/js/sections/simplefle.js
+++ b/assets/js/sections/simplefle.js
@@ -100,7 +100,7 @@ $('#js-syntax').click(function (event) {
success: function (html) {
BootstrapDialog.alert({
title: ""+lang_simplefle_syntax_help_ln1+"
",
- // // size: BootstrapDialog.SIZE_NORMAL,
+ size: BootstrapDialog.SIZE_WIDE,
nl2br: false,
message: html,
});