// Fixed iframe height in the installer

This commit is contained in:
Damien Metzger
2013-08-01 12:30:23 +02:00
parent 3cfa17b837
commit 82a912e3f1
+1 -1
View File
@@ -72,7 +72,7 @@
<?php endforeach; ?>
</ol>
<?php if (@fsockopen('api.prestashop.com', 80, $errno, $errst, 3)): ?>
<iframe scrolling="no" style="height:160px;width:200px;border:none;margin-top:20px" id="iframe_help"
<iframe scrolling="no" style="height:210px;width:200px;border:none;margin-top:20px" id="iframe_help"
src="https://api.prestashop.com/iframe/install.php?step=<?php echo $this->step ?>&lang=<?php echo $this->language->getLanguageIso() ?>&country=<?php echo $this->session->shop_country ?>">
<p><?php echo $this->l('Contact us!') ?><br /><?php echo $this->getPhone() ?></p>
</iframe>