mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:30 +01:00
dont use html5 input type="url", as it requires a scheme (eg. http)
This commit is contained in:
parent
ac78cbbdae
commit
c5712cd6b5
@ -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…
Reference in New Issue
Block a user