Align form input fields
这个提交包含在:
父节点
3a28eb551d
当前提交
114cd08765
共有 1 个文件被更改,包括 10 次插入 和 14 次删除
|
|
@ -22,15 +22,10 @@
|
|||
<label class="custom-file-label" for="adiffile"><?php echo lang('general_word_choose_file'); ?></label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<br><br>
|
||||
|
||||
<div class="custom-control custom-radio">
|
||||
<input type="radio" name="lotwimport" id="fetch" class="custom-control-input" value="fetch" checked="checked" />
|
||||
<label class="custom-control-label" for="fetch"><?php echo lang('lotw_pull_lotw_data_for_me'); ?></label>
|
||||
</div>
|
||||
<input type="radio" name="lotwimport" id="fetch" class="form-check-input" value="fetch" checked="checked" />
|
||||
<label class="form-check-label" for="fetch"><?php echo lang('lotw_pull_lotw_data_for_me'); ?></label>
|
||||
<p class="card-text"><?php echo lang('gen_from_date'); ?>:</p>
|
||||
<div class="row">
|
||||
<div class="input-group date col-md-3" id="datetimepicker1" data-target-input="nearest">
|
||||
|
|
@ -43,6 +38,7 @@
|
|||
<br/>
|
||||
|
||||
<p class="form-text text-muted"><?php echo lang('lotw_report_download_overview_helptext'); ?></p>
|
||||
</div>
|
||||
|
||||
<input class="btn btn-primary" type="submit" value="<?php echo lang('lotw_btn_import_matches'); ?>" />
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用