Merge pull request #1555 from devenbansod/feat-req-1614
Tries to implement RFE #1614.
This commit is contained in:
commit
a3b95b6951
@ -174,7 +174,7 @@ function PMA_getHtmlForFooter()
|
||||
*/
|
||||
function PMA_getHtmlForTableNameAndNoOfColumns()
|
||||
{
|
||||
$html = '<table>'
|
||||
$html = '<table class="menucontainer" id="table_name_col_no">'
|
||||
. '<tr class="vmiddle">'
|
||||
. '<td>' . __('Table name')
|
||||
. ': <input type="text" name="table" size="40" maxlength="80"'
|
||||
|
||||
@ -821,6 +821,14 @@ div#tablestatistics table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menucontainer#table_name_col_no {
|
||||
position:fixed;
|
||||
top:48px;
|
||||
z-index:500;
|
||||
width:100%;
|
||||
background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
|
||||
}
|
||||
|
||||
#serverinfo {
|
||||
background: white;
|
||||
font-weight: bold;
|
||||
@ -2018,6 +2026,10 @@ fieldset .disabled-field td {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#table_columns.noclick {
|
||||
margin-top:40px;
|
||||
}
|
||||
|
||||
#table_columns input[type="text"],
|
||||
#table_columns input[type="password"],
|
||||
#table_columns input[type="number"],
|
||||
|
||||
@ -975,6 +975,13 @@ ul#topmenu2 li {
|
||||
border-top: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.menucontainer#table_name_col_no {
|
||||
position:fixed;
|
||||
top:58px;
|
||||
z-index:500;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
/* default tab styles */
|
||||
.tabactive {
|
||||
background: #fff !important;
|
||||
@ -2562,6 +2569,10 @@ fieldset .disabled-field td {
|
||||
padding: 1.5em;
|
||||
}
|
||||
|
||||
#table_columns.noclick {
|
||||
margin-top:50px;
|
||||
}
|
||||
|
||||
#table_columns input[type="text"],
|
||||
#table_columns input[type="password"],
|
||||
#table_columns input[type="number"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user