mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 09:14:34 +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">
|
||||
<select class="form-control" name="via" id="via">
|
||||
<option value="sms" selected> {Lang::T('SMS')}</option>
|
||||
<option value="wa"> {Lang::T('WhatsApp')}</option>
|
||||
<option value="both"> {Lang::T('SMS and WhatsApp')}</option>
|
||||
<option value="wa"> {Lang::T('By WhatsApp')}</option>
|
||||
<option value="both"> {Lang::T('By WhatsApp and SMS')}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -61,4 +61,4 @@
|
|||
</div>
|
||||
|
||||
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue