' . elgg_echo('diagnostics:description') .'
'; $params = array( 'text' => elgg_echo('diagnostics:download'), 'href' => 'action/diagnostics/download', 'class' => 'elgg-button elgg-button-submit', 'is_action' => true, 'is_trusted' => true, ); $diagnostics .= '' . elgg_view('output/url', $params) . '
'; echo elgg_view_module('inline', $diagnostics_title, $diagnostics, array('class' => 'elgg-form-settings'));