On remet le menu permettant de s'inscrire
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
{* Content *}
|
||||
{block name="email-content"}
|
||||
{view_url}
|
||||
|
||||
{loop type="order" name="order" id=$order_id}
|
||||
{loop type="customer" name="customer.order" current=false id=$CUSTOMER backend_context="1"}
|
||||
<p>{intl l="Dear %first %last" last=$LASTNAME first=$FIRSTNAME},</p>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{/form_field}
|
||||
<div class="form-group group-btn">
|
||||
<button type="submit" class="btn btn-login-mini btn-sm btn-primary"><i class="fa fa-sign-in"></i> {intl l="Sign In" d="hookcustomer.fo.default"}</button>
|
||||
<!-- <a href="{url path="/register"}" class="btn btn-register-mini btn-default btn-sm"><i class="fa fa-user-plus"></i> {intl l="Register" d="hookcustomer.fo.default"}</a> //-->
|
||||
<a href="{url path="/register"}" class="btn btn-register-mini btn-default btn-sm"><i class="fa fa-user-plus"></i> {intl l="Register" d="hookcustomer.fo.default"}</a>
|
||||
</div>
|
||||
|
||||
<a href="{url path="/password"}" class="mini-forgot-password">{intl l="Forgot your Password?" d="hookcustomer.fo.default"}</a>
|
||||
|
||||
Reference in New Issue
Block a user