diff options
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index 027d06166b..3489b72ebf 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -206,6 +206,17 @@ <input name="require_sign_in_view" type="checkbox" {{if .require_sign_in_view}}checked{{end}}> </div> </div> + <div class="inline field"> + <div class="ui checkbox"> + <label class="poping up" data-content="{{.i18n.Tr "install.default_keep_email_private_popup"}}"><strong>{{.i18n.Tr "install.default_keep_email_private"}}</strong></label> + <input name="default_keep_email_private" type="checkbox" {{if .default_keep_email_private}}checked{{end}}> + </div> + </div> + <div class="inline field"> + <label for="no_reply_address">{{.i18n.Tr "install.no_reply_address"}}</label> + <input id="_no_reply_address" name="no_reply_address" value="{{.no_reply_address}}"> + <span class="help">{{.i18n.Tr "install.no_reply_address_helper"}}</span> + </div> </div> </div> |