PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
yith-woocommerce-wishlist
/
plugin-fw
/
templates
/
fields
<?php /** * This file belongs to the YIT Plugin Framework. * * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://www.gnu.org/licenses/gpl-3.0.txt */ !defined( 'ABSPATH' ) && exit; // Exit if accessed directly extract( $field ); $show_button = false; if ( isset( $add_new_button ) && isset( $post_type ) ) { $show_button = true; $admin_url = admin_url( 'post-new.php' ); $params['post_type'] = $post_type; $add_new_url = apply_filters( 'yith_plugin_fw_add_new_post_url', esc_url( add_query_arg( $params, $admin_url ) ), $params, isset( $args ) ? $args : false ); } if ( isset( $list_table_class ) && ! class_exists( $list_table_class ) && isset( $list_table_class_dir ) ) { include_once( $list_table_class_dir ); } if ( class_exists( $list_table_class ) ): $list_table = isset( $args ) ? new $list_table_class( $args ) : new $list_table_class() ; ?> <div id="<?php echo $id ?>" class="yith-plugin-fw-list-table <?php echo $class ?>"> <div class="yith-plugin-fw-list-table-container yith-plugin-fw yit-admin-panel-container"> <div class="list-table-title"> <h2> <?php echo isset( $title ) ? $title : '' ?> </h2> <?php if( $show_button ): ?> <a href="<?php echo $add_new_url; ?>" class="yith-add-button"> <?php echo $add_new_button ?> </a> <?php endif ?> </div> <?php if( isset( $desc) && !empty( $desc ) ) :?> <p class="yith-section-description"><?php echo $desc ?></p> <?php endif; $list_table->prepare_items(); $list_table->views(); ?> <form method="post"> <?php if( isset( $search_form ) ) { $list_table->search_box( $search_form['text'], $search_form['input_id'] ); } ?> <?php $list_table->display(); ?> </form> </div> </div> <?php endif; ?>
[+]
..
[-] textarea-codemirror.php
[edit]
[-] onoff.php
[edit]
[-] checkbox-array.php
[edit]
[-] simple-text.php
[edit]
[-] password.php
[edit]
[-] html.php
[edit]
[-] custom.php
[edit]
[-] select-images.php
[edit]
[-] radio.php
[edit]
[-] text-button.php
[edit]
[-] colorpicker.php
[edit]
[-] text.php
[edit]
[-] toggle-element-fixed.php
[edit]
[-] checkbox.php
[edit]
[-] multi-colorpicker.php
[edit]
[-] toggle-element.php
[edit]
[-] hidden.php
[edit]
[-] ajax-products.php
[edit]
[-] text-array.php
[edit]
[-] title.php
[edit]
[-] ajax-posts.php
[edit]
[-] upload.php
[edit]
[-] country-select.php
[edit]
[-] .fields.php
[edit]
[-] sidebarlist.php
[edit]
[-] number.php
[edit]
[-] slider.php
[edit]
[-] datepicker.php
[edit]
[-] select-buttons.php
[edit]
[-] image-gallery.php
[edit]
[-] ajax-customers.php
[edit]
[-] dimensions.php
[edit]
[-] sidebars.php
[edit]
[-] sep.php
[edit]
[-] preview.php
[edit]
[-] date-format.php
[edit]
[+]
resources
[-] select-mailchimp.php
[edit]
[-] textarea.php
[edit]
[-] select.php
[edit]
[-] list-table.php
[edit]
[-] textarea-editor.php
[edit]
[-] multi-select.php
[edit]
[-] ajax-terms.php
[edit]
[-] icons.php
[edit]
[-] buttons.php
[edit]
[-] customtabs.php
[edit]