표기 일부 변경

This commit is contained in:
2019-09-21 18:09:37 +09:00
parent 3f145abd6f
commit b7a5de49c6
3 changed files with 11 additions and 7 deletions
+4 -2
View File
@@ -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'
]);
}
+6 -5
View File
@@ -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>
+1
View File
@@ -99,6 +99,7 @@ function Entrance_drawServerList(serverInfos){
$serverHtml.append(
TemplateEngine(serverReservedTemplate, result.reserved)
);
initTooltip($serverHtml);
return;
}