aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2015-01-29 20:27:35 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2015-01-29 20:27:35 +0100
commitf81df92ef8edea69f12ed60bdf9b141febbeb534 (patch)
tree5221df9aa77f0fe8cfe79a969d35123c56c5fd5b /view
parent872b165eb2bb5d632a12f2d7e1a28e195c2d5348 (diff)
downloadvolse-hubzilla-f81df92ef8edea69f12ed60bdf9b141febbeb534.tar.gz
volse-hubzilla-f81df92ef8edea69f12ed60bdf9b141febbeb534.tar.bz2
volse-hubzilla-f81df92ef8edea69f12ed60bdf9b141febbeb534.zip
Add allowed and not allowed emails to the UI in the
admin menu
Diffstat (limited to 'view')
-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>