summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-05-24 13:43:51 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-05-24 13:44:29 -0400
commitd78dbc34299652c637c77684b7848191c510f9f0 (patch)
treee0bbcf3c6d27d4d3cb76a6b7d1f923ae5cac81f2 /src/usr/local/www
parent8d7e9a4c179d91689438d0ea83822722c8b91171 (diff)
downloadpfsense-d78dbc34299652c637c77684b7848191c510f9f0.zip
pfsense-d78dbc34299652c637c77684b7848191c510f9f0.tar.gz
Changed element type from date to text. Date inputs are not yet handled consistently accross different browsers :(
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index 848d326..3a32396 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -669,7 +669,7 @@ if ($act == "new" || $act == "edit" || $input_errors):
$section->addInput(new Form_Input(
'expires',
'Expiration date',
- 'date',
+ 'text',
$pconfig['expires']
))->setHelp('Leave blank if the account shouldn\'t expire, otherwise enter '.
'the expiration date');
OpenPOWER on IntegriCloud