diff --git a/layouts/v7/modules/Settings/ExtensionStore/Detail.tpl b/layouts/v7/modules/Settings/ExtensionStore/Detail.tpl index e46d9df975c685d3a135e2a992959e354e457391..3190d80f6c947ac04b17cecf44fe78a8961c3888 100644 --- a/layouts/v7/modules/Settings/ExtensionStore/Detail.tpl +++ b/layouts/v7/modules/Settings/ExtensionStore/Detail.tpl @@ -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}