From 5a3ebdec93d2c363f65a20b5db13e7d64e8eb861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 31 May 2010 14:25:58 +0200 Subject: [PATCH] Place link into fieldset to have consistent look with other pages. --- db_operations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db_operations.php b/db_operations.php index e879f0653..40ec65272 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 '
'; + echo '
'; if ($cfg['PropertiesIconic']) { echo ''; } - echo __('Edit PDF Pages') . ''; + echo __('Edit PDF Pages') . '
'; } // end if /**