diff options
Diffstat (limited to 'templates/show_add_access.inc.php')
-rw-r--r-- | templates/show_add_access.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index 8cea9ab6..28f592a1 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -32,12 +32,14 @@ <td><?php echo _('Start IP Address'); ?>:</td> <td> <input type="text" name="start" value="<?php echo scrub_out($_REQUEST['start']); ?>" size="20" maxlength="15" /> + <span class="information">(0.0.0.0)</span> </td> </tr> <tr> <td><?php echo _('End IP Address'); ?>:</td> <td> <input type="text" name="end" value="<?php echo scrub_out($_REQUEST['end']); ?>" size="20" maxlength="15" /> + <span class="information">(0.0.0.0)</span> </td> </tr> <tr> @@ -74,7 +76,7 @@ <tr> <td><?php echo _('Remote Key'); ?>:</td> <td> - <input type="text" name="key" value="<?php echo scrub_out($_REQUEST['end']); ?>" size="32" maxlength="32" /> + <input type="text" name="key" value="<?php echo scrub_out($_REQUEST['end']); ?>" maxlength="32" /> </td> </tr> </table> |