Skip to content

Commit

Permalink
removed unused inputDatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Nov 20, 2016
1 parent 11907e8 commit 02627e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Include/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ function formCustomField($type, $fieldname, $data, $special, $bFirstPassFlag)
"<div class=\"input-group-addon\">" .
"<i class=\"fa fa-calendar\"></i>" .
"</div>" .
"<input class=\"form-control inputDatePicker\" type=\"text\" id=\"" . $fieldname . "\" Name=\"" . $fieldname . "\" value=\"" . $data . "\"> " .
"<input class=\"form-control\" type=\"text\" id=\"" . $fieldname . "\" Name=\"" . $fieldname . "\" value=\"" . $data . "\"> " .
"</div>";
break;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class="box-title"><?= gettext("Register") . " <b>" . $family->getName() . "</b>
<div class="input-group-addon">
<i class="fa fa-birthday-cake"></i>
</div>
<input type="text" class="form-control inputDatePicker" name="memberBirthday-<?= $x ?>">
<input type="text" class="form-control" name="memberBirthday-<?= $x ?>">
</div>
</div>
<div class="col-lg-6">
Expand Down

0 comments on commit 02627e8

Please sign in to comment.