mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
tweak ACP email settings form syntax
This commit is contained in:
@@ -67,12 +67,14 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-2 col-xs-12 settings-header">Email Testing</div>
|
||||
<div class="col-sm-10 col-xs-12">
|
||||
<label>Select Email Template</label><br />
|
||||
<select id="test-email" class="form-control">
|
||||
<!-- BEGIN sendable -->
|
||||
<option value="{sendable.path}">{sendable.path}</option>
|
||||
<!-- END sendable -->
|
||||
</select><br />
|
||||
<div class="form-group">
|
||||
<label>Select Email Template</label>
|
||||
<select id="test-email" class="form-control">
|
||||
<!-- BEGIN sendable -->
|
||||
<option value="{sendable.path}">{sendable.path}</option>
|
||||
<!-- END sendable -->
|
||||
</select>
|
||||
</div>
|
||||
<button class="btn btn-primary" type="button" data-action="email.test">Send Test Email</button>
|
||||
<p class="help-block">
|
||||
The test email will be sent to the currently logged in user's email address.
|
||||
|
||||
Reference in New Issue
Block a user