mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-10 09:12:51 +08:00
Update admin-add.tpl
This commit is contained in:
parent
afaafd6195
commit
1d08e8d204
1 changed files with 4 additions and 4 deletions
|
@ -89,9 +89,9 @@
|
|||
<label class="col-md-5 control-label">{Lang::T('Send Notification')}</label>
|
||||
<div class="col-md-7">
|
||||
<select name="send_notif" id="send_notif" class="form-control">
|
||||
<option value="-">Don't Send</option>
|
||||
<option value="sms">By SMS</option>
|
||||
<option value="wa">By WhatsApp</option>
|
||||
<option value="-">{Lang::T('Don't Send')}</option>
|
||||
<option value="sms">{Lang::T('By SMS')}</option>
|
||||
<option value="wa">{Lang::T('By WhatsApp')}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -116,4 +116,4 @@
|
|||
</script>
|
||||
{/literal}
|
||||
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
|
Loading…
Reference in a new issue