Project

General

Profile

« Previous | Next » 

Revision 2248a940

Added by Ermal Luçi over 15 years ago

Do not mark non-required fields as required.

View differences:

usr/local/www/services_dyndns_edit.php
143 143
				  </td>
144 144
                </tr>
145 145
                <tr>
146
                  <td width="22%" valign="top" class="vncellreq">Disable</td>
146
                  <td width="22%" valign="top" class="vncell">Disable</td>
147 147
				  <td width="78%" class="vtable">
148 148
				    <input name="enable" type="checkbox" id="enable" value="yes" <?php if ($pconfig['enable']) echo "checked"; ?>>
149 149
				  </td>
......
197 197
                    all services support this.</td>
198 198
				</tr>
199 199
                <tr>
200
                  <td width="22%" valign="top" class="vncellreq">Wildcards</td>
200
                  <td width="22%" valign="top" class="vncell">Wildcards</td>
201 201
                  <td width="78%" class="vtable">
202 202
                    <input name="wildcard" type="checkbox" id="wildcard" value="yes" <?php if ($pconfig['wildcard']) echo "checked"; ?>>
203 203
                    Enable Wildcard</td>
......
215 215
                  </td>
216 216
                </tr>
217 217
                <tr>
218
                  <td width="22%" valign="top" class="vncellreq">Description</td>
218
                  <td width="22%" valign="top" class="vncell">Description</td>
219 219
                  <td width="78%" class="vtable">
220 220
                    <input name="descr" type="text" class="formfld unknown" id="descr" size="60" value="<?=htmlspecialchars($pconfig['descr']);?>">
221 221
                  </td>

Also available in: Unified diff