bebeboutik/themes/site_mobile/modules/landingpages/authentication_bottom.tpl

24 lines
723 B
Smarty
Raw Normal View History

2016-04-18 15:22:00 +02:00
{if $connect_button == 1}
<style type="text/css">
#authentication #center_column #account-creation_container p#account_form_bottom{
padding: 0px;
width: inherit;
text-align: right;
margin-top: 10px;
}
#authentication #center_column #account-creation_container p#account_form_bottom a#SubmitLogin{
height: 40px;
padding: 0px 15px 0px 15px;
text-decoration: none;
color: #fff;
border: 0px none;
position: relative;
right: 0px;
border-radius: 0px !important;
background: #565485;
}
</style>
<p class="cart_navigation" id="account_form_bottom">
<a id="SubmitLogin" href="{$link->getPageLink('authentication.php')}">{l s='Already member' mod='landingpages'}</a>
</p>
{/if}