mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Experiment to fix validating host names
This commit is contained in:
parent
cf011cf210
commit
54a2bd6594
@ -177,4 +177,16 @@ form .btn + .btn {
|
||||
background-clip: padding-box;
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
/** Disable the autocomplete helper text */
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
@ -704,7 +704,7 @@ while ($counter < count($addresses)) {
|
||||
'address' . $counter,
|
||||
null,
|
||||
$address
|
||||
))->addMask('address_subnet' . $counter, $address_subnet)->setWidth(4);
|
||||
))->addMask('address_subnet' . $counter, $address_subnet)->setWidth(4)->setAttribute('pattern', '[0-9:a-z:A-Z:.:]*');
|
||||
|
||||
$group->add(new Form_Input(
|
||||
'detail' . $counter,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user