From 78f150cfbc1b713bfba3101fdc3f1fd624120637 Mon Sep 17 00:00:00 2001 From: me Date: Sat, 14 Nov 2020 23:37:18 +0100 Subject: air.s1: field templates checkbox/input/select and one new --- view/tpl/field_input.tpl | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) mode change 100755 => 100644 view/tpl/field_input.tpl (limited to 'view/tpl/field_input.tpl') diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl old mode 100755 new mode 100644 index 65a837e5f..53139a0e7 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -1,5 +1,19 @@
- + - {{$field.3}} + {{$field.3}}
+{{* + COMMENTS for this template: + @author hilmar runge, 2020.01 + $field array index: + .0 field name: name=... for input, id=id_... for input, id=label_... for label, id=help_... for text + .1 label text + .2 field value + .3 help text + .4 label text addition, used for qmc + .5 additional html attributes + css classes used: + .required, .code + .form-control, .form-text, .text-muted +*}} -- cgit v1.2.3