Reduced length of text options from 40 to 32

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1215 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-01-15 18:48:22 +00:00
parent 810b9a0adc
commit 8fb802a838
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ else
else
{
?>
<td align="left" class="text"><input type="text" class="form" id="<?= $value['Name'] ?>" name="new_config[<?= $value['Name'] ?>]" value="<?= $value['Value'] ?>" size="40"></td>
<td align="left" class="text"><input type="text" class="form" id="<?= $value['Name'] ?>" name="new_config[<?= $value['Name'] ?>]" value="<?= $value['Value'] ?>" size="32"></td>
<?php
}
?>