%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/sms/views/send/
Upload File :
Create Path :
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/sms/views/send/done.php

<?php

use yii\helpers\Html;
?>
<div class="panel panel-default">
    <div class="panel-heading">
        <?php echo Yii::t('SmsModule.base', 'Send a SMS'); ?>
    </div>
    <div class="panel-body">
        <pre style="background-color:<?php echo $response['error'] == false ? '#CEF6CE' : '#F6CECE' ?>">
<strong>From:</strong>           <?php echo $response['sender']; ?>

<strong>To:</strong>             <?php echo $response['receiver']; ?>

<strong>Status Message:</strong> <?php echo $response['statusMsg'] ?>

        </pre>
        <?php echo Html::a('Back', $user->createUrl('/sms/send'), array('class' => 'btn btn-primary')); ?>
    </div>
</div>
<?php
if ($debug && array_key_exists('furtherInfo', $response)) {
    $infoString = 'Further Information: { \n';
    foreach ($response['furtherInfo'] as $key => $line) {
        $infoString .= '\t' . $key . ': ' . $line . '\n';
    }
    $infoString .= '}';
    ?>
    <script>
    <?php echo 'console.log("' . $infoString . '");'; ?>
    </script>
<?php } ?>

Zerion Mini Shell 1.0