X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLTextField.php;h=56589b054c6c9e19a0dff2e1c1c6084b502df018;hb=e50f14a47fdc98c024bbcaca341453a5091f11bb;hp=60c63d6a070034a561f498827786ceb06ef09116;hpb=1d713757438952d2d2ca4e9f96a3ddd617fa6df6;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; } }