mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Description field is not required
This commit is contained in:
parent
c224dd9dc0
commit
efea21c4e8
@ -264,7 +264,7 @@ function clearcombo(){
|
||||
</td>
|
||||
</tr>
|
||||
<tr align="left">
|
||||
<td width="22%" valign="top" class="vncellreq">Description</td>
|
||||
<td width="22%" valign="top" class="vncell">Description</td>
|
||||
<td width="78%" class="vtable" colspan="2">
|
||||
<input name="desc" type="text" <?if(isset($pconfig['desc'])) echo "value=\"{$pconfig['desc']}\"";?>size="64">
|
||||
</td>
|
||||
|
||||
@ -135,7 +135,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr align="left">
|
||||
<td width="22%" valign="top" class="vncellreq">Description</td>
|
||||
<td width="22%" valign="top" class="vncell">Description</td>
|
||||
<td width="78%" class="vtable" colspan="2">
|
||||
<input name="desc" type="text" <?if(isset($pconfig['desc'])) echo "value=\"{$pconfig['desc']}\"";?>size="64">
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user