* tweak features modal.
This commit is contained in:
@@ -31,10 +31,11 @@
|
||||
<?php endforeach;?>
|
||||
</div>
|
||||
</div>
|
||||
<footer style="display: flex; gap: 16px; justify-content: center; padding: 24px 0 24px 0;">
|
||||
<button type='button' class='btn btn-primary btn-wide slide-feature-to-prev btn-slide-prev'><?php echo $lang->misc->feature->prevStep; ?></button>
|
||||
<footer style='display: flex; gap: 16px; justify-content: center; padding: 24px 0 24px 0;'>
|
||||
<button type='button' class='btn btn-wide slide-feature-to-prev btn-slide-prev'><?php echo $lang->misc->feature->prevStep; ?></button>
|
||||
<button type='button' class='btn btn-primary btn-wide slide-feature-to-next btn-slide-next'><?php echo $lang->misc->feature->nextStep; ?></button>
|
||||
<a class="btn-close-modal" href="<?php echo $lang->misc->feature->promptLearnMore;?>" target="_blank"><button type='button' data-dismiss='modal' class='btn btn-primary btn-wide'><?php echo $lang->misc->feature->close; ?></button></a>
|
||||
<button type='button' data-dismiss='modal' class='btn btn-primary btn-wide btn-close-modal'><?php echo $lang->misc->feature->close; ?></button>
|
||||
<a class='btn-close-modal' href='<?php echo $lang->misc->feature->promptLearnMore;?>' target='_blank'><button type='button' data-dismiss='modal' class='btn btn-info btn-wide' style='background: none;'><?php echo $lang->misc->feature->learnMore; ?></button></a>
|
||||
</footer>
|
||||
</main>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user