Example #1
0
<?php

$data = $_GET;
//dump($data);
$email_content = EmailTPL::merchantChangeStatus();
?>

<Div style="width:550px;padding:2px 20px;padding-bottom:20px;">

<form class="uk-form uk-form-horizontal frm-sent-sms" id="frm-sent-sms">
<?php 
echo CHtml::hiddenField('action', 'SendTestSMS');
?>

<h2><?php 
echo t("Send Test SMS");
?>
</h2>

<div class="uk-form-row">
  <label class="uk-form-label"><?php 
echo Yii::t("default", "Mobile Number");
?>
</label>
  <?php 
echo CHtml::textField('mobile', '', array('class' => "uk-form-width-large", 'data-validation' => "required"));
?>
</div>
<p style="margin:0;" class="uk-text-small uk-text-muted"><?php 
echo t("Include mobile country code eg +1");
?>