fix required
This commit is contained in:
parent
023e6a2638
commit
a24e4a0f1d
1 changed files with 2 additions and 2 deletions
|
|
@ -124,12 +124,12 @@ $colspan = 14;
|
|||
</td>
|
||||
<td>
|
||||
<input type="text" name="me_parent[]" value="<?php echo $row['me_parent']; ?>"
|
||||
id="me_name_<?php echo $i; ?>" required class="frm_input"
|
||||
id="me_name_<?php echo $i; ?>" class="frm_input"
|
||||
style="width:100%;" size=8>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="me_depth[]" value="<?php echo $row['me_depth']; ?>"
|
||||
id="me_name_<?php echo $i; ?>" required class="frm_input"
|
||||
id="me_name_<?php echo $i; ?>" class="frm_input"
|
||||
style="width:100%;" size=8>
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue