Use new code style

This commit is contained in:
David Stone
2025-02-07 19:02:33 -07:00
parent 0181024ae1
commit 8433379d90
672 changed files with 37107 additions and 45249 deletions

View File

@ -6,47 +6,47 @@
*/
?>
<h1>
<?php _e('We are almost there!', 'wp-ultimo'); ?>
<?php _e('We are almost there!', 'wp-ultimo'); ?>
</h1>
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-ultimo'); ?>
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-ultimo'); ?>
</p>
<div class="wu-mt-6 wu--mx-4">
<?php
<?php
/**
* Renders the form.
*/
$form->render();
/**
* Renders the form.
*/
$form->render();
?>
?>
</div>
<!-- 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(wu_network_admin_url('wp-ultimo-settings', array('tab' => 'integrations'))); ?>"
class="wu-self-center button button-large wu-float-left"
>
<?php _e('&larr; Cancel', 'wp-ultimo'); ?>
</a>
<a
href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings', array('tab' => 'integrations'))); ?>"
class="wu-self-center button button-large wu-float-left"
>
<?php _e('&larr; Cancel', 'wp-ultimo'); ?>
</a>
<span class="wu-self-center wu-content-center">
<span class="wu-self-center wu-content-center">
<button name="submit" value="0" class="button button-large">
<?php _e('Add manually', 'wp-ultimo') ; ?>
</button>
<button name="submit" value="0" class="button button-large">
<?php _e('Add manually', 'wp-ultimo'); ?>
</button>
<button name="submit" value="1" class="wu-ml-2 button button-primary button-large">
<?php _e('Add automatically', 'wp-ultimo') ; ?>
</button>
<button name="submit" value="1" class="wu-ml-2 button button-primary button-large">
<?php _e('Add automatically', 'wp-ultimo'); ?>
</button>
</span>
</span>
</div>
<!-- End Submit Box -->