summaryrefslogtreecommitdiffstats
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:59 -0400
commit5ce16fc168814f3341c646dff67c5185987bb0d9 (patch)
tree1591f24c1c4a7f6998b13d74cc434403438da548
parent71fe4294ede16fc71f39cecb2c16e08a9fd09e52 (diff)
downloadpfsense-5ce16fc168814f3341c646dff67c5185987bb0d9.zip
pfsense-5ce16fc168814f3341c646dff67c5185987bb0d9.tar.gz
Changed element type from date to text. Date inputs are not yet handled consistently accross different browsers :(
(cherry picked from commit d78dbc34299652c637c77684b7848191c510f9f0)
-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