$this -> values['name'] ? $g_table = $this -> values['name'] : $g_table = $this -> values[ 'table' ];?>
if (
$this -> values['actions']['add'] === true
or
$this -> values['actions']['edit']
or
is_array( $this -> values['buttons'] )
or
$this -> values['hide_columns']
or
$this -> values['csv']
or
$this -> values['print']
):?>
if ( $this -> values['title'] )
echo '
' . $this -> values['title'] . '
';
?>
if ( ( ( $this -> values['actions']['add'] === true or $this -> values['actions']['edit'] ) ) || is_array( $this -> values['buttons'] ) ):?>
endif;?>
if ( $this -> values['hide_columns'] ):?>
endif;?>
if ( $this -> values['csv'] ):?>
csv
endif;?>
if ( $this -> values['print'] ):?>
endif;?>
endif;?>
= $this -> values['content'];?>
if ( $this -> values['include_plugins'] ):?>