]> git.mxchange.org Git - friendica.git/blobdiff - doc/smarty3-templates.md
Merge pull request #8302 from annando/allowed-chars
[friendica.git] / doc / smarty3-templates.md
index 27e2a023057cfdda77b56ff808d274ebcc411f97..b39fa117e7f1a715b62d39d31975b530f00c37e9 100644 (file)
@@ -178,14 +178,3 @@ Field parameter:
 2. Current text for the box,
 3. Help text for the input box.
 4. if set to "required" modern browser will check that this input box is filled when submitting the form,
-
-### field_yesno.tpl
-
-A button that has two states *yes* or *no*.
-Field parameter:
-
-0. Name of the input field,
-1. Label for the button,
-2. Current value,
-3. Help text for the button
-4. if set to an array of two values, these two will be used, otherwise "off" and "on".