설치시 쇼핑몰 설치 선택할 수 있도록 수정

This commit is contained in:
chicpro
2013-04-11 13:38:20 +09:00
parent 371fdd19f6
commit afc897b189
3 changed files with 251 additions and 105 deletions

View File

@ -63,6 +63,12 @@ if ($_POST['agree'] != '동의함') {
<input name="shop_prefix" type="text" value="shop_" id="shop_prefix">
</td>
</tr>
<tr>
<th scope="row"><label for="">쇼핑몰설치</label></th>
<td>
<input name="shop_install" type="checkbox" value="1" id="shop_install">설치
</td>
</tr>
</tbody>
</table>