Adding nexmo sms to the select

Just adding nexmo as an option to the select drop down.

This is a follow up to work done on Issue #170
pull/682/head
Andy Gaskell 2017-03-30 09:48:43 +01:00 committed by Timz99
parent c2d07b2901
commit 48098bc1e1
1 changed files with 2 additions and 1 deletions

View File

@ -200,6 +200,7 @@
<option value="freemobilesms" {{ sms_selected_freemobilesms|raw }}>{{ label_sms_gateway_freemobilesms }}</option>
<option value="clicksend" {{ sms_selected_clicksend|raw }}>{{ label_sms_gateway_clicksend }}</option>
<option value="smsgw" {{ sms_selected_smsgw|raw }}>{{ label_sms_gateway_smsgw }}</option>
<option value="nexmo" {{ sms_selected_nexmo|raw }}>{{ label_sms_gateway_nexmo }}</option>
</select>
</div>
</div>