Add basic QSL message text box

这个提交包含在:
phl0 2022-03-16 18:02:31 +01:00
父节点 dd83bd9e5e
当前提交 c131c59d04
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A
共有 2 个文件被更改,包括 8 次插入0 次删除

查看文件

@ -18,6 +18,7 @@ $lang['qso_sig_info_helptext'] = 'For example: DLFF-0029';
$lang['qso_dok_helptext'] = 'For example: Q03';
$lang['qso_notes_helptext'] = 'Note content is used within Cloudlog only and is not exported to other services.';
$lang['qsl_notes_helptext'] = 'This note content is exported to QSL services like eqsl.cc.';
// Button Text on /qso Display

查看文件

@ -472,6 +472,13 @@
</div>
</div>
<div class="alert alert-info" role="alert">
<span class="badge badge-info"><?php echo $this->lang->line('general_word_info'); ?></span> <?php echo $this->lang->line('qsl_notes_helptext'); ?>
</div>
<div class="form-group">
<label for="qslnotes"><?php echo $this->lang->line('general_word_notes'); ?></label>
<textarea type="text" class="form-control" id="qslnotes" name="qslnotes" rows="10"></textarea>
</div>
</div>
</div>