From ba3412610b5a964b5401378ec68a2bed2d816cdc Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 15 Sep 2018 22:03:32 -0400 Subject: Add css class and help-block to text formctrl --- app/view/formctrl.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/view/formctrl.php b/app/view/formctrl.php index 131b0de..2723791 100644 --- a/app/view/formctrl.php +++ b/app/view/formctrl.php @@ -21,11 +21,15 @@ namespace formctrl; + bool $required = true, bool $disabled = false, string $cls = "", ?string $help = NULL) : void { ?> -
+
maxlength="64" /> + + + +
-- cgit v1.2.3