mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 16:48:51 +02:00
Update message.tpl
This commit is contained in:
parent
4e19894152
commit
b8e856518f
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<select class="form-control" name="via" id="via">
|
<select class="form-control" name="via" id="via">
|
||||||
<option value="sms" selected> {Lang::T('SMS')}</option>
|
<option value="sms" selected> {Lang::T('SMS')}</option>
|
||||||
<option value="wa"> {Lang::T('WhatsApp')}</option>
|
<option value="wa"> {Lang::T('By WhatsApp')}</option>
|
||||||
<option value="both"> {Lang::T('SMS and WhatsApp')}</option>
|
<option value="both"> {Lang::T('By WhatsApp and SMS')}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue