getButtonLink() . "'>" . __('Add New', 'maxbuttons') . ""; $this->mbadmin->get_header(array("title" => $page_title, "title_action" => $action)); ?>
messages as $message) { ?>

getListLink(); // admin_url() . "admin.php?page=maxbuttons-controller&action=list"; $trash_url = $this->getListLink('trash'); // $url . "&view=trash"; if ($view->listView == 'trash') { $all_line = "" . __('All', 'maxbuttons') . ""; $trash_line = __("Trash", "maxbuttons"); } else { $all_line = __("All","maxbuttons"); $trash_line = "" . __("Trash","maxbuttons") . ""; } ?> (published_buttons_count ?>) trashed_buttons_count > 0) { ?> | (trashed_buttons_count ?>)

listView == 'trash'): ?> pageArgs, 'top'); ?> pageArgs['order'] == "DESC") ? "ASC" : 'DESC'; $name_sort_url = add_query_arg(array( "orderby" => "name", "order" => $link_order )); $id_sort_url = add_query_arg(array( "orderby" => "id", "order" => $link_order )); $sort_arrow = ( strtolower($view->pageArgs["order"]) == 'desc') ? 'dashicons-arrow-down' : 'dashicons-arrow-up' ?>
published_buttons as $b): $id = $b['id']; if($view->listView == 'trash') $this->button->set($id,'','trash'); else $this->button->set($id); ?>
button->display( array("mode" => "preview") ); ?>
listView == 'all') : ?> | | listView == 'trash'): ?> |
button->getName() ?>

button->getDescription() ?>

[maxbutton id=""]

[maxbutton name="button->getName() ?>"] button->getUpdated(false) > 0) : ?> Updated button->getUpdated(); ?>
published_buttons) == 0): include('maxbuttons-welcome.php'); endif; ?>
pageArgs, 'bottom'); ?>
mbadmin->get_footer(); ?>