File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
application/views/contesting Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 160160 </div>
161161 </div>
162162
163- <button type="button" class="btn btn-sm btn-secondary" onclick="reset_log_fields()"><i class="fas fa-sync-alt"></i> <?php echo lang ('contesting_btn_reset_qso ' ); ?> </button>
164- <button type="button" class="btn btn-sm btn-primary" onclick="logQso();"><i class="fas fa-save"></i> <?php echo lang ('contesting_btn_save_qso ' ); ?> </button>
165- <div class="mb-3 row">
163+ <button type="button" class="mb-3 btn btn-sm btn-secondary" onclick="reset_log_fields()"><i class="fas fa-sync-alt"></i> <?php echo lang ('contesting_btn_reset_qso ' ); ?> </button>
164+ <button type="button" class="mb-3 btn btn-sm btn-primary" onclick="logQso();"><i class="fas fa-save"></i> <?php echo lang ('contesting_btn_save_qso ' ); ?> </button>
165+ <div class="row">
166166 <label class="col-auto control-label" for="radio"><?php echo lang ('contesting_copy_exch_to ' ); ?> </label>
167167 <div class="form-check-inline col-auto">
168168 <select class="form-select form-select-sm" id="copyexchangeto" name="copyexchangeto" title="<?php echo lang ('contesting_copy_exch_hint ' ); ?> ">
You can’t perform that action at this time.
0 commit comments