Initial Commit
This commit is contained in:
24
views/base/wizard/submit-box.php
Normal file
24
views/base/wizard/submit-box.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* Submit box view.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<!-- Submit Box -->
|
||||
<div class="wu-flex wu-justify-between wu-bg-gray-100 wu--m-in wu-mt-4 wu-p-4 wu-overflow-hidden wu-border-t wu-border-solid wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300">
|
||||
|
||||
<a href="<?php echo esc_url($page->get_prev_section_link()); ?>" class="wu-self-center button button-large wu-float-left">
|
||||
<?php _e('← Go Back', 'wp-ultimo'); ?>
|
||||
</a>
|
||||
|
||||
<span class="wu-self-center wu-content-center wu-flex">
|
||||
|
||||
<button name="submit" value="1" class="button button-primary button-large">
|
||||
<?php _e('Continue', 'wp-ultimo'); ?>
|
||||
</button>
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<!-- End Submit Box -->
|
Reference in New Issue
Block a user