diff options
author | RedMatrix <info@friendica.com> | 2015-01-30 18:14:10 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-30 18:14:10 +1100 |
commit | b381579959b3c241a19e6dd8fc4fb34914f39847 (patch) | |
tree | 3a166feecb8a0cdbac7d777ba9e0c203773993c2 /view | |
parent | 3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 (diff) | |
parent | f81df92ef8edea69f12ed60bdf9b141febbeb534 (diff) | |
download | volse-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')
-rwxr-xr-x | view/tpl/admin_site.tpl | 3 |
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> |