added confirmation translations
这个提交包含在:
父节点
4e7ed84ae6
当前提交
95fe268ca8
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -52,15 +52,15 @@
|
|||
<div class="col-md-3">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="qsl" value="1" id="qsl" <?php if ($this->input->post('qsl')) echo ' checked="checked"'; ?> >
|
||||
<label class="form-check-label" for="qsl">QSL</label>
|
||||
<label class="form-check-label" for="qsl"><?php echo lang('gen_hamradio_qsl') ?></label>
|
||||
</div>
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="lotw" value="1" id="lotw" <?php if ($this->input->post('lotw')) echo ' checked="checked"'; ?> >
|
||||
<label class="form-check-label" for="lotw">LoTW</label>
|
||||
<label class="form-check-label" for="lotw"><?php echo lang('general_word_lotw_short') ?></label>
|
||||
</div>
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="eqsl" value="1" id="eqsl" <?php if ($this->input->post('eqsl')) echo ' checked="checked"'; ?> >
|
||||
<label class="form-check-label" for="eqsl">eQSL</label>
|
||||
<label class="form-check-label" for="eqsl"><?php echo lang('eqsl_short') ?></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用