and one bunch more of tooltips
这个提交包含在:
父节点
7bbdef5201
当前提交
b5a790d133
共有 8 个文件被更改,包括 10 次插入 和 10 次删除
|
|
@ -150,7 +150,7 @@ function getDistanceQsos(distance) {
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
$('.contacttable').DataTable({
|
$('.contacttable').DataTable({
|
||||||
"pageLength": 25,
|
"pageLength": 25,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ function spawnGridsquareModal(loc_4char) {
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
$('.contacttable').DataTable({
|
$('.contacttable').DataTable({
|
||||||
"pageLength": 25,
|
"pageLength": 25,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@ function spawnGridsquareModal(loc_4char) {
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
$('.contacttable').DataTable({
|
$('.contacttable').DataTable({
|
||||||
"pageLength": 25,
|
"pageLength": 25,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ function spawnGridsquareModal(loc_4char) {
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
$('.contacttable').DataTable({
|
$('.contacttable').DataTable({
|
||||||
"pageLength": 25,
|
"pageLength": 25,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ function spawnGridsquareModal(loc_4char) {
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
$('.contacttable').DataTable({
|
$('.contacttable').DataTable({
|
||||||
"pageLength": 25,
|
"pageLength": 25,
|
||||||
responsive: false,
|
responsive: false,
|
||||||
|
|
|
||||||
|
|
@ -328,7 +328,7 @@ function searchLog(callsign) {
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
},
|
},
|
||||||
buttons: [{
|
buttons: [{
|
||||||
label: lang_admin_close,
|
label: lang_admin_close,
|
||||||
|
|
@ -358,7 +358,7 @@ function searchLogTimeDate(id) {
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
},
|
},
|
||||||
buttons: [{
|
buttons: [{
|
||||||
label: lang_admin_close,
|
label: lang_admin_close,
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ function openQsoList(callsign) {
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
},
|
},
|
||||||
buttons: [{
|
buttons: [{
|
||||||
label: lang_admin_close,
|
label: lang_admin_close,
|
||||||
|
|
@ -96,7 +96,7 @@ function showOqrs(id) {
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
message: html,
|
message: html,
|
||||||
onshown: function(dialog) {
|
onshown: function(dialog) {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-bs-toggle="tooltip"]').tooltip();
|
||||||
},
|
},
|
||||||
buttons: [{
|
buttons: [{
|
||||||
label: lang_admin_close,
|
label: lang_admin_close,
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,7 @@ function handleInput() {
|
||||||
<td>${extraQsoDate}</td>
|
<td>${extraQsoDate}</td>
|
||||||
<td>${qsotime}</td>
|
<td>${qsotime}</td>
|
||||||
<td>${callsign}</td>
|
<td>${callsign}</td>
|
||||||
<td><span data-toggle="tooltip" data-placement="left" title="${freq}">${band}</span></td>
|
<td><span data-bs-toggle="tooltip" data-placement="left" title="${freq}">${band}</span></td>
|
||||||
<td>${mode}</td>
|
<td>${mode}</td>
|
||||||
<td>${rst_s}</td>
|
<td>${rst_s}</td>
|
||||||
<td>${rst_r}</td>
|
<td>${rst_r}</td>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用