"QSO Data" Multilang
这个提交包含在:
父节点
83841e191d
当前提交
501afb2e9f
共有 2 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -1793,6 +1793,7 @@ $(document).ready(function(){
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
var qsoid = $("#qsoid").text();
|
var qsoid = $("#qsoid").text();
|
||||||
|
var lang_general_word_qso_data = '<?php echo lang('general_word_qso_data'); ?>',
|
||||||
$(".editButton").html('<a class="btn btn-primary" id="edit_qso" href="javascript:qso_edit('+qsoid+')"><i class="fas fa-edit"></i><?php echo lang('general_edit_qso'); ?></a>');
|
$(".editButton").html('<a class="btn btn-primary" id="edit_qso" href="javascript:qso_edit('+qsoid+')"><i class="fas fa-edit"></i><?php echo lang('general_edit_qso'); ?></a>');
|
||||||
var lat = $("#lat").text();
|
var lat = $("#lat").text();
|
||||||
var long = $("#long").text();
|
var long = $("#long").text();
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ function qso_edit(id) {
|
||||||
},
|
},
|
||||||
success: function(html) {
|
success: function(html) {
|
||||||
BootstrapDialog.show({
|
BootstrapDialog.show({
|
||||||
title: '<?php echo lang('general_word_qso_data'); ?>',
|
title: lang_general_word_qso_data,
|
||||||
cssClass: 'edit-dialog',
|
cssClass: 'edit-dialog',
|
||||||
size: BootstrapDialog.SIZE_WIDE,
|
size: BootstrapDialog.SIZE_WIDE,
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
|
|
@ -148,7 +148,7 @@ function qso_edit(id) {
|
||||||
//$('#stationCntyInput')[0].selectize.destroy();
|
//$('#stationCntyInput')[0].selectize.destroy();
|
||||||
$("#stationCntyInputEdit").val("");
|
$("#stationCntyInputEdit").val("");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#locator').change(function(){
|
$('#locator').change(function(){
|
||||||
if ($(this).val().length >= 4) {
|
if ($(this).val().length >= 4) {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用