'.
'';
$t = __('CSV Export','amr-users');
$n = $amain['names'][$l];
if (current_user_can('list_users') or current_user_can('edit_users')) {
echo '- '
.au_csv_link($t, $l, $n.__(' - Standard CSV.','amr-users')).'
';
echo '- |'.au_csv_link(__('Txt Export','amr-users'),
$l.'&csvfiltered',
$n.__('- a .txt file, with CR/LF filtered out, html stripped, tab delimiters, no quotes ','amr-users')).'
';
}
if (current_user_can('manage_options')) {
echo '- | '
.au_configure_link(__('Configure this list','amr-users'), $l,$n).'
';
echo '- | '.au_headings_link( $l) .'
';
}
echo ' ';
echo '';
echo '- | '
.au_buildcache_view_link(__('Rebuild cache now','amr-users'),$l,$n)
.'
';
echo '- | '.au_view_link(__('View','amr-users'), $l,$amain['names'][$l]).'
';
echo ' |