first commit
This commit is contained in:
19
modules/appagebuilder/views/templates/hook/ApQuicklogin.tpl
Normal file
19
modules/appagebuilder/views/templates/hook/ApQuicklogin.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
{*
|
||||
* @Module Name: AP Page Builder
|
||||
* @Website: apollotheme.com - prestashop template provider
|
||||
* @author Apollotheme <apollotheme@gmail.com>
|
||||
* @copyright Apollotheme
|
||||
* @description: ApPageBuilder is module help you can build content for your shop
|
||||
*}
|
||||
<!-- @file modules\appagebuilder\views\templates\hook\ApQuicklogin.tpl -->
|
||||
{if isset($formAtts.lib_has_error) && $formAtts.lib_has_error}
|
||||
{if isset($formAtts.lib_error) && $formAtts.lib_error}
|
||||
<div class="alert alert-warning leo-lib-error">{$formAtts.lib_error}</div>
|
||||
{/if}
|
||||
{else}
|
||||
<div class="ApQuicklogin">
|
||||
{if isset($content_quicklogin)}
|
||||
{$content_quicklogin nofilter}{* HTML form , no escape necessary *}
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user