mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01: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)
|
||||
{
|
||||
$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
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user