%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/templates/admin/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/templates/admin/edit-menu.php

<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

?>

<div class="menu <?php echo $this->class; ?>">
	<form>
		<input type="hidden" name="page" value="<?php echo esc_attr( \AC\Admin::NAME ); ?>">

		<?php
		$select = new \AC\Form\Element\Select( 'list_screen', $this->items );

		$select->set_value( $this->current )
		       ->set_attribute( 'title', __( 'Select type', 'codepress-admin-columns' ) )
		       ->set_attribute( 'id', 'ac_list_screen' );

		echo $select->render();

		?>

		<span class="spinner"></span>

		<?php if ( $this->screen_link ) : ?>
			<a href="<?php echo esc_url( $this->screen_link ); ?>" class="page-title-action view-link"><?php esc_html_e( 'View', 'codepress-admin-columns' ); ?></a>
		<?php endif; ?>
	</form>
</div>

Zerion Mini Shell 1.0