aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-30 18:14:10 +1100
committerRedMatrix <info@friendica.com>2015-01-30 18:14:10 +1100
commitb381579959b3c241a19e6dd8fc4fb34914f39847 (patch)
tree3a166feecb8a0cdbac7d777ba9e0c203773993c2 /view/tpl
parent3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 (diff)
parentf81df92ef8edea69f12ed60bdf9b141febbeb534 (diff)
downloadvolse-hubzilla-b381579959b3c241a19e6dd8fc4fb34914f39847.tar.gz
volse-hubzilla-b381579959b3c241a19e6dd8fc4fb34914f39847.tar.bz2
volse-hubzilla-b381579959b3c241a19e6dd8fc4fb34914f39847.zip
Merge pull request #881 from cvogeley/master
Add allowed and not allowed emails to the UI in the
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/admin_site.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index caeddeecb..a30892f71 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -55,7 +55,8 @@
{{include file="field_input.tpl" field=$register_text}}
{{include file="field_select.tpl" field=$register_policy}}
{{include file="field_select.tpl" field=$access_policy}}
-
+ {{include file="field_textarea.tpl" field=$allowed_email}}
+ {{include file="field_textarea.tpl" field=$not_allowed_email}}
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
<h3>{{$upload}}</h3>