Files
m5wp.momentry.ddns.net/plugins/wpforms-lite/lite/templates/admin/entries/overview/bulk-actions.php
T
OpenCode 09ef1f000f Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes)
- Plugins: code-snippets (contains all API proxies)
- Languages: zh_TW translations
- Excludes: cache, backups, uploads, logs
2026-05-29 19:07:56 +08:00

39 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Bulk action for the Entries List page.
*
* @since 1.8.9
*
* @var bool $show_filter Whether to show the filter block.
*/
?>
<div class="alignleft actions bulkactions wpforms-input-disabled" aria-disabled="true">
<label for="bulk-action-selector-top" class="screen-reader-text">Select bulk action</label>
<select name="action" id="bulk-action-selector-top">
<option value="-1">Bulk actions</option>
</select>
<input type="submit" id="doaction" class="button action" value="Apply">
</div>
<?php if ( ! empty( $show_filter ) ) { ?>
<div class="alignleft actions wpforms-filter-date wpforms-input-disabled" aria-disabled="true">
<input class="regular-text wpforms-filter-date-selector form-control input active" placeholder="Select a date range" tabindex="0" type="text" readonly="readonly">
<button type="submit" name="action" value="filter_date" class="button">Filter</button>
</div>
<?php } ?>
<div class="tablenav-pages one-page wpforms-input-disabled" aria-disabled="true">
<span class="displaying-num">12 items</span>
<span class="pagination-links">
<span class="tablenav-pages-navspan button disabled" aria-hidden="true">«</span>
<span class="tablenav-pages-navspan button disabled" aria-hidden="true"></span>
<span class="paging-input">
<label for="current-page-selector" class="screen-reader-text">Current Page</label>
<input class="current-page" id="current-page-selector" type="text" name="paged" value="1" size="1" aria-describedby="table-paging">
<span class="tablenav-paging-text"> of <span class="total-pages">1</span></span>
</span>
<span class="tablenav-pages-navspan button disabled" aria-hidden="true"></span>
<span class="tablenav-pages-navspan button disabled" aria-hidden="true">»</span>
</span>
</div>
<br class="clear">