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