X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fsmarty3-templates.md;h=0fbe503ebfe51c35c0b1bbdc8633db1f772942a8;hb=bc3bdf3cb004ba1201adb0c9a4a6c99890e73cfd;hp=4d50eb7d4545f458c8d1aa0ca7b7e5cc851321bd;hpb=f83fb1deb7c93c2271707d727be46aee7601e979;p=friendica.git diff --git a/doc/smarty3-templates.md b/doc/smarty3-templates.md index 4d50eb7d45..0fbe503ebf 100644 --- a/doc/smarty3-templates.md +++ b/doc/smarty3-templates.md @@ -70,7 +70,7 @@ Field parameter: ### field_custom.tpl -A customizeable template to include a custom element in the form with the usual surroundings, +A customizable template to include a custom element in the form with the usual surroundings, Field parameter: 0. Name of the field, @@ -88,7 +88,7 @@ Field parameter: 2. Current value of the variable, 3. Help text for the input box, 4. Should be set to the translation of "Required" to mark this field as required, -5. if set to "autofocus" modern browser will put the cursur into this box once the page is loaded, +5. if set to "autofocus" modern browser will put the cursor into this box once the page is loaded, 6. if set, it will be used for the input type, default is `text` (possible types: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#%3Cinput%3E_types). ### field_intcheckbox.tpl