Skip to content
Snippets Groups Projects
Commit 3d62d380 authored by Prasad's avatar Prasad
Browse files

Fixes #875: Removed check that was not defined

parent 9cd9b13e
No related branches found
No related tags found
No related merge requests found
......@@ -125,11 +125,7 @@
{if ($REGISTRATION_STATUS) and ($PASSWORD_STATUS)}
<div class="col-sm-6 col-xs-6">
<div class="pull-right">
{if $EXTENSION_DETAIL->isInstalledByExtnStore()}
<button type="button" class="writeReview margin0px pull-right {if $MODULE_ACTION neq 'Installed'} hide{/if}">{vtranslate('LBL_WRITE_A_REVIEW', $QUALIFIED_MODULE)}</button>
{else}
<span class="alert alert-error">{vtranslate('LBL_REVIEW_RESTRICTED', $QUALIFIED_MODULE)}</span>
{/if}
<button type="button" class="writeReview margin0px pull-right {if $MODULE_ACTION neq 'Installed'} hide{/if}">{vtranslate('LBL_WRITE_A_REVIEW', $QUALIFIED_MODULE)}</button>
</div>
</div>
{/if}
......@@ -227,4 +223,4 @@
{include file="CardSetupModals.tpl"|@vtemplate_path:$QUALIFIED_MODULE}
{/strip}
\ No newline at end of file
{/strip}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment