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:
parent
810b9a0adc
commit
8fb802a838
|
@ -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
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue