* tweak features modal.

This commit is contained in:
liwenrui
2023-09-25 10:13:29 +08:00
parent 51c225ea24
commit 4f75876dc2
5 changed files with 14 additions and 9 deletions
+4 -3
View File
@@ -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';?>