Description field is not required

This commit is contained in:
Chris Buechler 2009-05-26 19:33:50 -04:00
parent c224dd9dc0
commit efea21c4e8
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>