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 /tbl_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 'tbl_operations.php')
-rw-r--r--tbl_operations.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tbl_operations.php b/tbl_operations.php
index 1996e085dd..a8e977fb83 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -299,7 +299,6 @@ $columns = $GLOBALS['dbi']->getColumns($GLOBALS['db'], $GLOBALS['table']);
/**
* Displays the page
*/
-$response->addHTML('<div id="boxContainer" data-box-width="300">');
/**
* Order the table
@@ -464,5 +463,3 @@ if ($cfgRelation['relwork'] && ! $pma_table->isEngine("INNODB")) {
} // end if ($foreign)
} // end if (!empty($cfg['Server']['relation']))
-
-$response->addHTML('</div>');