스탯 리스트 ui 수정

스탯 리스트 ui 수정
This commit is contained in:
TATECK 2024-06-24 16:47:07 +09:00
parent f1b36624a1
commit 8fc6a0885b

View file

@ -76,7 +76,7 @@ $pg_anchor = '<ul class="anchor">
<col style="width: 100px;" /> <col style="width: 100px;" />
<col style="width: 100px;" /> <col style="width: 100px;" />
<col /> <col />
<col style="width: 150px;" /> <col style="width: 70px;" />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@ -89,7 +89,7 @@ $pg_anchor = '<ul class="anchor">
<th scope="col">최소값</th> <th scope="col">최소값</th>
<th scope="col">순서</th> <th scope="col">순서</th>
<th scope="col">도움말</th> <th scope="col">도움말</th>
<th scope="col">기준</th> <th scope="col">최대값</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -120,7 +120,7 @@ $pg_anchor = '<ul class="anchor">
</td> </td>
<td> <td>
<input type="checkbox" name="st_use_max[<?php echo $i ?>]" id="st_use_max_<?=$i?>" value="1" <?=$row['st_use_max'] ? "checked" : ""?>/> <input type="checkbox" name="st_use_max[<?php echo $i ?>]" id="st_use_max_<?=$i?>" value="1" <?=$row['st_use_max'] ? "checked" : ""?>/>
<label for="st_use_max_<?=$i?>">최대값 기준으로 출력</label> <label for="st_use_max_<?=$i?>"></label>
</td> </td>
</tr> </tr>