mirror of
https://github.com/WPMultisite/wp-multisite-subscriptions.git
synced 2025-08-07 01:33:44 +08:00
重命名:分叉 WP Ultimo
This commit is contained in:
parent
675cc66211
commit
afc807397f
5350 changed files with 1354268 additions and 604 deletions
41
views/admin-pages/fields/form.php
Normal file
41
views/admin-pages/fields/form.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
/**
|
||||
* Form view.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<div class="wu-styling">
|
||||
|
||||
<?php echo $form->before; ?>
|
||||
|
||||
<div class="wu-flex wu-flex-wrap">
|
||||
|
||||
<?php if ($form->wrap_in_form_tag) : ?>
|
||||
|
||||
<form
|
||||
id="<?php echo esc_attr($form_slug); ?>"
|
||||
action="<?php echo esc_attr($form->action); ?>"
|
||||
method="<?php echo esc_attr($form->method); ?>"
|
||||
<?php echo $form->get_html_attributes(); ?>
|
||||
>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<ul id="wp-ultimo-form-<?php echo esc_attr($form->id); ?>" class="wu-flex-grow <?php echo esc_attr(trim($form->classes)); ?>" <?php echo $form->get_html_attributes(); ?>>
|
||||
|
||||
<?php echo $rendered_fields; ?>
|
||||
|
||||
</ul>
|
||||
|
||||
<?php if ($form->wrap_in_form_tag) : ?>
|
||||
|
||||
</form>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php echo $form->after; ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue