Exemple #1
0
<div class="well">
    <table class="table table-hover"> 
    <tr>
        <td><img src="<?php 
echo $view->getBaseUrl();
?>
/images/headImage/config.png" class="img-rounded" height="120" width="70"></td>
        <td><b><h3>::: Configuraci&oacute;n de Env&iacute;o de Correos :::</h3></b></td>
    </tr>
    </table>
    <?php 
if ($resp = Model3_Site::getTempMsg("msg")) {
    ?>
        <div class="alert alert-success"><?php 
    echo $resp;
    ?>
</div>
    <?php 
}
?>
   
    <div class="alert alert-info"> Aqu&iacute; podr&aacute;s configurar los correo que son enviados a tu cuenta de email.</div>
    
    
    <form method="post" action="<?php 
echo $view->url(array('controller' => 'ConfigurationsEmail', 'action' => 'new'));
?>
">
    <table class="table table-hover" style="font-size: 12px;">
        <?php 
while ($rowConfigurations = $view->configurationsDetails->fetch(PDO::FETCH_ASSOC)) {