Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-06-28 17:13:04 +0300
committerMichal Čihař <michal@cihar.com>2017-06-28 17:16:37 +0300
commitedad6fc2d9a336ed73aab52629479a2a8dfaed9a (patch)
tree6bf669c3d93e5edda54b877dbc1e88a93ee6bef8 /db_operations.php
parent157dc8d162a1fb6cacf586859be2d67112f03fea (diff)
Remove custom layout for operations pages
Using plain layout looks better in most situations. Maybe we should limit width as well, but I'm not sure about that. Fixes #13145 Obsoletes #13339 Obsoletes #13369 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/db_operations.php b/db_operations.php
index e0b2b2425d..468cdc134e 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -234,8 +234,6 @@ if (isset($message)) {
$_REQUEST['db_collation'] = $GLOBALS['dbi']->getDbCollation($GLOBALS['db']);
$is_information_schema = $GLOBALS['dbi']->isSystemSchema($GLOBALS['db']);
-$response->addHTML('<div id="boxContainer" data-box-width="300">');
-
if (!$is_information_schema) {
if ($cfgRelation['commwork']) {
/**
@@ -244,7 +242,7 @@ if (!$is_information_schema) {
$response->addHTML(PMA_getHtmlForDatabaseComment($GLOBALS['db']));
}
- $response->addHTML('<div class="operations_half_width">');
+ $response->addHTML('<div>');
$response->addHTML(PMA_getHtmlForCreateTable($db));
$response->addHTML('</div>');
@@ -293,8 +291,6 @@ if (!$is_information_schema) {
} // end if
} // end if (!$is_information_schema)
-$response->addHTML('</div>');
-
// not sure about displaying the PDF dialog in case db is information_schema
if ($cfgRelation['pdfwork'] && $num_tables > 0) {
// We only show this if we find something in the new pdf_pages table