Bug-fix-patch-13

# Installer JavaScript disabled check
# Added 'mbstring' in extension check
# Added max execution time check warning
This commit is contained in:
Manish Verma
2016-12-28 11:51:40 +05:30
parent 1667e5fdb0
commit 1f6a8ec617
3 changed files with 82 additions and 37 deletions

View File

@@ -9,11 +9,12 @@ active
<div class="woocommerce-message woocommerce-tracker" >
<center id="fail" style="font-size: 1.3em">JavaScript Disabled!</center>
<p style="font-size:1.0em">Hello, Sparky! You are just few steps away from your support system. It looks like that JavaScript is disabled in your browser or not supported by your browser. FAVEO doesn't work properly without JavaScript, and it may cause errors in installation. Please check and enable JavaScript in your browser in order to install and run FAVEO to its full extent.</p>
</div>
<p class="wc-setup-actions step">
<a href="{!! $url !!}"><input type="submit" id="submitme" class="button-primary button button-large button-next" value="Reload" name="accept1"></a>
<p style="font-size:1.0em">Hello, Sparky! You are just a few steps away from your support system. It looks like that JavaScript is disabled in your browser or not supported by your browser. FAVEO doesn't work properly without JavaScript, and it may cause errors in installation. Please check and enable JavaScript in your browser in order to install and run FAVEO to its full extent.</p>
<p class="wc-setup-actions step">
Have you enabled JavaScript?&nbsp;
<a href="{!! $url !!}">Click here</a> to reload the page now.
</p>
</div>
</noscript>
</div>