From cef1aa6d1b21b15458783661ed4c7e6fe8a99011 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 3 Oct 2016 17:16:24 -0700 Subject: add some more stuff to admin/account_edit (service class, language, and techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. --- view/en-au/hstrings.php | 5 +++++ view/en-gb/hstrings.php | 31 +++++++++++++++++++++++++++++++ view/tpl/admin_account_edit.tpl | 9 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 view/en-au/hstrings.php create mode 100644 view/en-gb/hstrings.php (limited to 'view') diff --git a/view/en-au/hstrings.php b/view/en-au/hstrings.php new file mode 100644 index 000000000..95f8c4e00 --- /dev/null +++ b/view/en-au/hstrings.php @@ -0,0 +1,5 @@ + +{{/if}} +{{include file="field_select.tpl" field=$account_language}} +{{include file="field_input.tpl" field=$service_class}} + + -- cgit v1.2.3