Explanation for the link (new message for development version only)

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2013-12-08 19:15:26 -05:00
parent 1962110d0d
commit 105f7c83ad

View File

@ -314,6 +314,9 @@ function PMA_getHeaderCells($is_backup, $columnMeta, $mimework, $db, $table)
$header_cells[] = __('MIME type');
$header_cells[] = '<a href="transformation_overview.php?'
. PMA_URL_getCommon($db, $table)
. '" title="' . __(
'List of available transformations and their options'
)
. '" target="_blank">'
. __('Browser transformation')
. '</a>';