From aff476d0d457f6debe21dfa1e2a0c3ccdcf71443 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 13 Nov 2017 15:21:49 -0800 Subject: move mailhost settings from plugin to core --- view/tpl/settings.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/tpl/settings.tpl') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 704d89bdd..33e0aa925 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -104,6 +104,9 @@
+ + {{include file="field_input.tpl" field=$mailhost}} +

{{$activity_options}}

{{*not yet implemented *}} -- cgit v1.2.3 From fda5231a719025c0e2d7cc3954ebbab5b0d53586 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 24 Nov 2017 14:55:39 -0800 Subject: default profile assign --- view/tpl/settings.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/tpl/settings.tpl') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 33e0aa925..0f42a6e8a 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -167,6 +167,10 @@
+ {{if $profselect}} + + {{$profselect}} + {{/if}} {{if $menus}}
-- cgit v1.2.3