]> git.mxchange.org Git - friendica.git/commit
Clean up smarty templates.
authorDr. Tobias Quathamer <toddy@debian.org>
Sat, 6 Jan 2024 19:00:33 +0000 (20:00 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Sun, 7 Jan 2024 20:40:01 +0000 (21:40 +0100)
commite6036b8266a1bb895104fccdabbc780ff1e3c23f
tree98a55faaa6d057bb98d7ad06e4150e5092113b55
parentbbd3e753994fd0e07bf91bfb89534f31f75ec525
Clean up smarty templates.

This simplifies some logic in if-conditions, because
smarty just returns an empty string for undefined
variables.

Also, this commit removes unnecessary values from
HTML input attributes.
17 files changed:
view/templates/field_checkbox.tpl
view/templates/field_input.tpl
view/templates/field_intcheckbox.tpl
view/templates/field_openid.tpl
view/templates/field_password.tpl
view/templates/field_select.tpl
view/templates/field_textarea.tpl
view/templates/field_themeselect.tpl
view/theme/frio/templates/field_checkbox.tpl
view/theme/frio/templates/field_fileinput.tpl
view/theme/frio/templates/field_input.tpl
view/theme/frio/templates/field_intcheckbox.tpl
view/theme/frio/templates/field_openid.tpl
view/theme/frio/templates/field_password.tpl
view/theme/frio/templates/field_select.tpl
view/theme/frio/templates/field_textarea.tpl
view/theme/frio/templates/field_themeselect.tpl