aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-03-03 12:30:27 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-03-03 12:30:27 +0100
commit36d0594b8e4b75e98cc860e828d540bb93e3c4d6 (patch)
tree186bb922416e439eda1231d6c4b1a68bbdf8a377 /view
parent3f32a5239d7d95410de9b53396a8751556a41ec5 (diff)
downloadvolse-hubzilla-36d0594b8e4b75e98cc860e828d540bb93e3c4d6.tar.gz
volse-hubzilla-36d0594b8e4b75e98cc860e828d540bb93e3c4d6.tar.bz2
volse-hubzilla-36d0594b8e4b75e98cc860e828d540bb93e3c4d6.zip
Remove obsolete field for system lang from site admin page.
The field was commented out in the module, but still remained in the template. This patch also removes some processing to discover available languages whose result were not used. This should fix https://framagit.org/hubzilla/core/-/issues/1840
Diffstat (limited to 'view')
-rw-r--r--view/tpl/admin_site.tpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index bad68361b..d91c7caad 100644
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -13,8 +13,6 @@
{{include file="field_input.tpl" field=$reply_address}}
{{include file="field_input.tpl" field=$from_email}}
{{include file="field_input.tpl" field=$from_email_name}}
-
- {{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
{{* include file="field_select.tpl" field=$theme_mobile *}}
{{include file="field_input.tpl" field=$frontpage}}