[table id=%s /] and paste it into the corresponding place in the editor.', WP_TABLE_RELOADED_TEXTDOMAIN ), '<ID>' ); ?>
tables ) ) {
?>
" . __( 'No tables were found.', WP_TABLE_RELOADED_TEXTDOMAIN ) . '
' . sprintf( __( 'You should add or import a table to get started!', WP_TABLE_RELOADED_TEXTDOMAIN ), $add_url, $import_url ) . "
";
}
// add tablesorter script
if ( 0 < count( $this->tables ) )
add_action( 'admin_footer', array( &$this, 'output_tablesorter_js' ) );
?>