mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
dont use html5 input type="url", as it requires a scheme (eg. http)
This commit is contained in:
parent
d7cfdfa3d0
commit
c76f663b61
@ -141,7 +141,7 @@ class url_widget
|
|||||||
if (!$readonly)
|
if (!$readonly)
|
||||||
{
|
{
|
||||||
$cell['type'] = 'text';
|
$cell['type'] = 'text';
|
||||||
$cell['size'] = "$size,$max_size,$preg,url";
|
$cell['size'] = "$size,$max_size,$preg"; // ,url"; not using html url type, as it requires a scheme
|
||||||
// todo: (optional) validation
|
// todo: (optional) validation
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user