Update admin-add.tpl

This commit is contained in:
Ahmad Husein 2024-08-28 21:38:56 +07:00 committed by GitHub
parent afaafd6195
commit 1d08e8d204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,9 +89,9 @@
<label class="col-md-5 control-label">{Lang::T('Send Notification')}</label> <label class="col-md-5 control-label">{Lang::T('Send Notification')}</label>
<div class="col-md-7"> <div class="col-md-7">
<select name="send_notif" id="send_notif" class="form-control"> <select name="send_notif" id="send_notif" class="form-control">
<option value="-">Don't Send</option> <option value="-">{Lang::T('Don't Send')}</option>
<option value="sms">By SMS</option> <option value="sms">{Lang::T('By SMS')}</option>
<option value="wa">By WhatsApp</option> <option value="wa">{Lang::T('By WhatsApp')}</option>
</select> </select>
</div> </div>
</div> </div>
@ -116,4 +116,4 @@
</script> </script>
{/literal} {/literal}
{include file="sections/footer.tpl"} {include file="sections/footer.tpl"}