diff options
author | redmatrix <git@macgirvin.com> | 2016-03-07 18:49:17 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-07 18:49:17 -0800 |
commit | 32e903e9560b3a6d1b133524493c3d72f384164c (patch) | |
tree | 3b387a8e2040a98583dacf45dbc6194728db58f0 /include/datetime.php | |
parent | bd8fe768d358492b272ba7422388ab09d006468b (diff) | |
download | volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.tar.gz volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.tar.bz2 volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.zip |
a bit of page cleanup for edit profiles
Diffstat (limited to 'include/datetime.php')
-rw-r--r-- | include/datetime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime.php b/include/datetime.php index ace1ad14f..57b2b6d37 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -129,7 +129,7 @@ function dob($dob) { else $value = (($year) ? datetime_convert('UTC','UTC',$dob,'Y-m-d') : datetime_convert('UTC','UTC',$dob,'m-d')); - $o = '<input type="text" name="dob" value="' . $value . '" placeholder="' . t('YYYY-MM-DD or MM-DD') . '" />'; + $o = '<input class="form-control" type="text" name="dob" value="' . $value . '" placeholder="' . t('YYYY-MM-DD or MM-DD') . '" />'; // if ($dob && $dob != '0000-00-00') // $o = datesel($f,mktime(0,0,0,0,0,1900),mktime(),mktime(0,0,0,$month,$day,$year),'dob'); |