SyntaxHelp Text Dialog

This commit is contained in:
HB9HIL
2023-10-26 14:21:33 +02:00
parent 462e464f6e
commit ee90bdee9c
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
<h5>The basic syntax of FastLogEntry</h5>
<p>Before start logging a qso to notice to basic rules:</p>
<p>- Every new QSO get its own new line</p>
<p>- At every new line only write data, which changed to the last qso</p>
<br>
<p>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 <em>band, mode and time</em>. After time you provide the first qso (basically the callsign)</p>
<pre>
20m ssb

View File

@@ -100,7 +100,7 @@ $('#js-syntax').click(function (event) {
success: function (html) {
BootstrapDialog.alert({
title: "<h4>"+lang_simplefle_syntax_help_ln1+"</h4>",
// // size: BootstrapDialog.SIZE_NORMAL,
size: BootstrapDialog.SIZE_WIDE,
nl2br: false,
message: html,
});