New Feature

Add New self registration notification for admin
This commit is contained in:
Focuslinkstech
2024-11-28 18:35:01 +01:00
parent 79d0921ebe
commit 7acab4d50e
2 changed files with 20 additions and 0 deletions

View File

@ -368,6 +368,22 @@
<p class="help-block col-md-4">{Lang::T('The method which OTP will be sent to user')}<br>
{Lang::T('For Registration and Update Phone Number')}</p>
</div>
<div class="form-group">
<label class="col-md-3 control-label">{Lang::T('Notify Admin')}</label>
<div class="col-md-5">
<select name="reg_nofify_admin" id="reg_nofify_admin" class="form-control">
<option value="no">
{Lang::T('No')}
</option>
<option value="yes" {if $_c['reg_nofify_admin']=='yes' }selected="selected" {/if}>
{Lang::T('Yes')}
</option>
</select>
</div>
<p class="help-block col-md-4">
{Lang::T('Notify Admin upon self registration')}
</p>
</div>
<div class="form-group">
<label class="col-md-3 control-label">{Lang::T('Registration Mandatory Fields')}:</label><br>
<label class="col-md-3 control-label">