Allow to create new table from navigation frame (in light mode).
This commit is contained in:
@@ -27,6 +27,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ rfe #2936156 [auth] Signon authentication forwards error message through session data.
|
+ rfe #2936156 [auth] Signon authentication forwards error message through session data.
|
||||||
+ rfe #2835109 [interface] Move ^1 to the end of message.
|
+ rfe #2835109 [interface] Move ^1 to the end of message.
|
||||||
+ rfe #854911 [interface] Grey out non applicable actions in structure
|
+ rfe #854911 [interface] Grey out non applicable actions in structure
|
||||||
|
+ [interface] Allow to create new table from navigation frame (in light mode).
|
||||||
|
|
||||||
3.3.0.0 (not yet released)
|
3.3.0.0 (not yet released)
|
||||||
+ rfe #2308632 [edit] Use hex for (var)binary fields,
|
+ rfe #2308632 [edit] Use hex for (var)binary fields,
|
||||||
|
@@ -343,6 +343,9 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
|
|||||||
echo $GLOBALS['strNoTablesFound'];
|
echo $GLOBALS['strNoTablesFound'];
|
||||||
}
|
}
|
||||||
unset($table_list);
|
unset($table_list);
|
||||||
|
echo '<ul id="newtable"><li><a target="frame_content" href="tbl_create.php' . PMA_generate_common_url(array('db' => $GLOBALS['db'])) . '">'
|
||||||
|
.'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" width="10" height="10" alt="' . $strCreateNewTableShort . '" />'
|
||||||
|
. $strCreateNewTableShort . '</a></div>' . "\n";
|
||||||
} elseif ($GLOBALS['cfg']['LeftFrameLight']) {
|
} elseif ($GLOBALS['cfg']['LeftFrameLight']) {
|
||||||
echo '<p>' . $GLOBALS['strSelectADb'] . '</p>' . "\n";
|
echo '<p>' . $GLOBALS['strSelectADb'] . '</p>' . "\n";
|
||||||
} else {
|
} else {
|
||||||
|
BIN
themes/original/img/b_snewtbl.png
Normal file
BIN
themes/original/img/b_snewtbl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 B |
Reference in New Issue
Block a user