description is optional

This commit is contained in:
Chris Buechler 2011-11-04 02:04:44 -04:00
parent 10e5f4f38e
commit 9e57fc6ed7

View File

@ -193,7 +193,7 @@ function clearcombo(){
</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq"><?=gettext("Description"); ?></td>
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable" colspan="2">
<input name="descr" type="text" <?if(isset($pconfig['descr'])) echo "value=\"{$pconfig['descr']}\"";?>size="64">
</td>