글자 너비를 반각 18자까지 확장

This commit is contained in:
2018-10-29 02:39:23 +09:00
parent 2cc0150bec
commit 13fab5ebe4
13 changed files with 174 additions and 14 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ foreach ($troops as $troopNo=>$troop) {
<table width=1000 class='tb_layout bg0'>
<tr>
<td width=80 id=bg1>부 대 명</td>
<td width=130><input type=text style=color:white;background-color:black; size=18 maxlength=9 name=name></td>
<td width=130><input type=text style=color:white;background-color:black; size=18 maxlength=18 name=name></td>
<?php if($me['troop'] == 0): ?>
<td><input type=submit name=btn value='부 대 창 설'></td>
<?php else: ?>