diff --git a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt index f1a110d24b..c961040f5e 100644 --- a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt +++ b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt @@ -39,6 +39,7 @@ # info static text (help icon, no input or editing) # color color picker for selecting a color # datetime-local local time picker + # buttons save and cancel buttons # label : attribute label (visible text) # size : size (width in characters) attribute if applicable # height : height (length in characters) attribute if applicable @@ -51,20 +52,26 @@ # readonly : if true, input fields will be readonly # type_formatter : when set add type_formatter="" atribute which is used in getFormData() to pipe data before returning # parent : ID reference for the parent form + # save : request save button (default true) + # cancel : request cancel button (default false) #}