[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4488-g5a3ebde

The branch, master has been updated via 5a3ebdec93d2c363f65a20b5db13e7d64e8eb861 (commit) from 45a8909a082d37a1d051ae5342d32e648533f8c2 (commit) - Log ----------------------------------------------------------------- commit 5a3ebdec93d2c363f65a20b5db13e7d64e8eb861 Author: Michal Čihař <mcihar@novell.com> Date: Mon May 31 14:25:58 2010 +0200 Place link into fieldset to have consistent look with other pages. ----------------------------------------------------------------------- Summary of changes: db_operations.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db_operations.php b/db_operations.php index e879f06..40ec652 100644 --- a/db_operations.php +++ b/db_operations.php @@ -640,12 +640,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { include('./libraries/display_pdf_schema.lib.php'); } // end if - echo '<br /><a href="pdf_pages.php?' . $url_query . '">'; + echo '<fieldset><a href="pdf_pages.php?' . $url_query . '">'; if ($cfg['PropertiesIconic']) { echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"' .' alt="" width="16" height="16" />'; } - echo __('Edit PDF Pages') . '</a>'; + echo __('Edit PDF Pages') . '</a></fieldset>'; } // end if /** hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař