마크업:관리자>회원등록수정폼 캡션
This commit is contained in:
@ -8,7 +8,7 @@ $token = get_token();
|
|||||||
|
|
||||||
if ($w == '')
|
if ($w == '')
|
||||||
{
|
{
|
||||||
$required_mb_id = 'required minlength=3 alphanumericunderline';
|
$required_mb_id = 'required minlength="3" alphanumericunderline';
|
||||||
$required_mb_password = 'required';
|
$required_mb_password = 'required';
|
||||||
|
|
||||||
$mb[mb_mailling] = 1;
|
$mb[mb_mailling] = 1;
|
||||||
@ -73,7 +73,7 @@ include_once('./admin.head.php');
|
|||||||
<input type="hidden" name="token" value="<?=$token?>">
|
<input type="hidden" name="token" value="<?=$token?>">
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption></caption>
|
<caption><?=$g4['title']?></caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="mb_id">아이디</label></th>
|
<th scope="row"><label for="mb_id">아이디</label></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user