Submit
Path:
~
/
home
/
getwphos
/
public_html
/
dumpsterbm
/
wp-content
/
plugins
/
tatsu
/
admin
/
partials
/
File Content:
tatsu-forms-entries-display.php
<?php /** * Provide a admin area view for the plugin * * This file is used to markup the admin-facing aspects of the plugin. * * @link http://www.brandexponents.com * @since 3.3.2 * * @package Tatsu * @subpackage Tatsu/admin/partials */ if( !function_exists( 'tatsu_forms_entries_display_table' ) ){ function tatsu_forms_entries_display_table(){ add_thickbox(); $tatsu_table = new Tatsu_forms_table(); $tatsu_table->do_the_action(); $select_forms_html = $tatsu_table->select_forms_html(); $tatsu_table->prepare_items(); echo '<h3>Tatsu Form Entries</h3>'; echo "<form method='post' id='tatsu-form-entries-table-form' name='frm_search_post' action='" . $_SERVER['PHP_SELF'] . "?page=".$_GET['page']."'>"; echo '<input type="hidden" name="page" value="'.$_GET['page'].'" />'; echo $select_forms_html; $tatsu_table->search_box("Search Forms", "search_tatsu_forms"); $tatsu_table->display(); echo "</form>"; } } ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
tatsu-admin-display.php
8759 bytes
0644
tatsu-form-settings.php
2918 bytes
0644
tatsu-forms-entries-display.php
1044 bytes
0644
N4ST4R_ID | Naxtarrr