X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLTextField.php;h=56589b054c6c9e19a0dff2e1c1c6084b502df018;hb=64e7e7d760fc3e043f7e01a89cc3697869aaa93b;hp=60c63d6a070034a561f498827786ceb06ef09116;hpb=4df0c71911500466a6330b8fe29c623ef5b51e41;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLTextField.php b/includes/htmlform/fields/HTMLTextField.php index 60c63d6a07..56589b054c 100644 --- a/includes/htmlform/fields/HTMLTextField.php +++ b/includes/htmlform/fields/HTMLTextField.php @@ -131,6 +131,9 @@ class HTMLTextField extends HTMLFormField { case 'url': $type = $this->mParams['type']; break; + case 'textwithbutton': + $type = $this->mParams['inputtype'] ?? 'text'; + break; } }