표기 일부 변경
This commit is contained in:
@@ -54,8 +54,9 @@ if(file_exists(__dir__.'/.htaccess')){
|
|||||||
}
|
}
|
||||||
$auto_info = join(', ', array_values($auto_info));
|
$auto_info = join(', ', array_values($auto_info));
|
||||||
$otherTextInfo[] = $templates->render('tooltip', [
|
$otherTextInfo[] = $templates->render('tooltip', [
|
||||||
'text'=>'자동행동',
|
'text'=>'자율행동',
|
||||||
'info'=>$auto_info,
|
'info'=>$auto_info,
|
||||||
|
'style'=>'text-decoration:underline'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -131,8 +132,9 @@ if($admin['autorun_user']['limit_minutes']??false){
|
|||||||
}
|
}
|
||||||
$auto_info = join(', ', array_values($auto_info));
|
$auto_info = join(', ', array_values($auto_info));
|
||||||
$otherTextInfo[] = $templates->render('tooltip', [
|
$otherTextInfo[] = $templates->render('tooltip', [
|
||||||
'text'=>'자동행동',
|
'text'=>'자율행동',
|
||||||
'info'=>$auto_info,
|
'info'=>$auto_info,
|
||||||
|
'style'=>'text-decoration:underline'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<span class="obj_tooltip" data-toggle="tooltip" data-placement="top"><?=$text??''?>
|
<span class="obj_tooltip" data-toggle="tooltip" data-placement="top"
|
||||||
<span class="tooltiptext">
|
><span <?=isset($style)?"style=\"$style\"":''?>><?=$text??''?></span
|
||||||
<?=$info??''?>
|
><span class="tooltiptext"
|
||||||
</span>
|
><?=$info??''
|
||||||
</span>
|
?></span
|
||||||
|
></span>
|
||||||
@@ -99,6 +99,7 @@ function Entrance_drawServerList(serverInfos){
|
|||||||
$serverHtml.append(
|
$serverHtml.append(
|
||||||
TemplateEngine(serverReservedTemplate, result.reserved)
|
TemplateEngine(serverReservedTemplate, result.reserved)
|
||||||
);
|
);
|
||||||
|
initTooltip($serverHtml);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user