Place link into fieldset to have consistent look with other pages.

This commit is contained in:
Michal Čihař
2010-05-31 14:25:58 +02:00
parent 45a8909a08
commit 5a3ebdec93

View File

@@ -640,12 +640,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?>
if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) {
include('./libraries/display_pdf_schema.lib.php'); include('./libraries/display_pdf_schema.lib.php');
} // end if } // end if
echo '<br /><a href="pdf_pages.php?' . $url_query . '">'; echo '<fieldset><a href="pdf_pages.php?' . $url_query . '">';
if ($cfg['PropertiesIconic']) { if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"' echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
.' alt="" width="16" height="16" />'; .' alt="" width="16" height="16" />';
} }
echo __('Edit PDF Pages') . '</a>'; echo __('Edit PDF Pages') . '</a></fieldset>';
} // end if } // end if
/** /**