30 lines
1.6 KiB
PHTML
30 lines
1.6 KiB
PHTML
</div><!-- div id="sheet_step" -->
|
|
</div><!-- div id="sheets" -->
|
|
|
|
<div id="buttons">
|
|
<?php if (!$this->isLastStep()): ?>
|
|
<?php if ($this->next_button): ?>
|
|
<input id="btNext" class="button little" type="submit" name="submitNext" value="<?php echo $this->l('Next') ?>" />
|
|
<?php else: ?>
|
|
<input id="btNext" class="button little disabled" type="submit" name="submitNext" value="<?php echo $this->l('Next') ?>" disabled="disabled" />
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if (!$this->isFirstStep() && $this->previous_button): ?>
|
|
<input id="btBack" class="button little" type="submit" name="submitPrevious" value="<?php echo $this->l('Back') ?>" />
|
|
<?php endif; ?>
|
|
</div>
|
|
</form>
|
|
|
|
</div><!-- div id="container" -->
|
|
|
|
<ul id="footer">
|
|
<li><a href="<?php echo $this->getForumLink() ?>" title="<?php echo $this->l('Official forum'); ?>" target="_blank"><?php echo $this->l('Official forum'); ?></a> | </li>
|
|
<li><a href="http://www.prestashop.com" title="PrestaShop.com" target="_blank">PrestaShop.com</a> | </li>
|
|
<li><a href="<?php echo $this->getSupportLink() ?>" title="<?php echo $this->l('Support'); ?>" target="_blank"><?php echo $this->l('Support'); ?></a> | </li>
|
|
<li><a href="<?php echo $this->getDocumentationLink() ?>" title="<?php echo $this->l('Documentation'); ?>" target="_blank"><?php echo $this->l('Documentation'); ?></a> | </li>
|
|
<li><a href="http://www.prestashop.com/contact.php" title="<?php echo $this->l('Contact us!'); ?>" target="_blank"><?php echo $this->l('Contact us!'); ?></a> | </li>
|
|
<li>© 2005-<?php echo date('Y'); ?></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|