ihammer Posted October 19, 2012 Share Posted October 19, 2012 Buenas, tenía un "problemita" con el Newsletter. Adjunto captura de como lo quería dejar, quiero que quede alineado justo donde empieza el footer negro de arriba suyo (adjunto captura) , y de paso que el boton ENVIAR, quede completo ya que el texto ENVIAR no se ve del todo, pongo aquí el codigo tal cual está aver si me podeis echar un cable , y gracias de antemano Version de PS : 1.4 Plantilla : Cool-Putih Link : umoh.es/tienda {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!-- Block Newsletter module--> <div id="newsletter_block_left" class="block"> <div align="center"><h4>{l s='Newsletter' mod='blocknewsletter'}</h4></div> <div class="block_content"> {if isset($msg) && $msg} <p class="{if $nw_error}warning_inline{else}success_inline{/if}">{$msg}</p> {/if} <form action="{$link->getPageLink('index.php')}" method="post"> <p><div align="center"><input type="text" name="email" size="18" value="{if isset($value) && $value}{$value}{else}{l s='your e-mail' mod='blocknewsletter'}{/if}" onfocus="javascript:if(this.value=='{l s='your e-mail' mod='blocknewsletter'}')this.value='';" onblur="javascript:if(this.value=='')this.value='{l s='your e-mail' mod='blocknewsletter'}';" /></p></div> <p> <input name="action" type="hidden" value="0" /> <input type="submit" value="ENVIAR" class="button_mini" name="submitNewsletter" /> </p> </form> </div> </div> <!-- /Block Newsletter module--> Link to comment Share on other sites More sharing options...
Recommended Posts