Add basic QSL message text box
这个提交包含在:
父节点
dd83bd9e5e
当前提交
c131c59d04
共有 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>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用