layout fix eqsl msg
这个提交包含在:
父节点
def874c1a2
当前提交
262d6831d8
共有 1 个文件被更改,包括 8 次插入 和 8 次删除
|
|
@ -510,16 +510,16 @@
|
|||
</select></div>
|
||||
</div>
|
||||
<div class="mb-3 row">
|
||||
<div class="col-sm-9">
|
||||
<label for="qslmsg"><?php echo lang('general_word_notes'); ?><span class="qso_eqsl_qslmsg_update" title="<?php echo lang('qso_eqsl_qslmsg_helptext'); ?>"><i class="fas fa-redo-alt"></i></span></label>
|
||||
<div class="alert alert-info" role="alert">
|
||||
<span class="badge text-bg-info"><?php echo lang('general_word_info'); ?></span> <?php echo lang('qsl_notes_helptext'); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<div class="col-sm-9">
|
||||
<div class="alert alert-info" role="alert">
|
||||
<span class="badge text-bg-info"><?php echo lang('general_word_info'); ?></span> <?php echo lang('qsl_notes_helptext'); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<label for="qslmsg"><?php echo lang('general_word_notes'); ?><span class="qso_eqsl_qslmsg_update" title="<?php echo lang('qso_eqsl_qslmsg_helptext'); ?>"><i class="fas fa-redo-alt"></i></span></label>
|
||||
<textarea type="text" class="form-control" id="qslmsg" name="qslmsg" rows="5" maxlength="240"><?php echo $qso->COL_QSLMSG; ?></textarea>
|
||||
<div id="qslmsg_hide" style="display:none;"><?php echo $qso->COL_QSLMSG; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用