Add <div> to allow selecting whole SQL by tripple click (patch #1611591).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$HeadURL$
|
$HeadURL$
|
||||||
|
|
||||||
|
2007-01-02 Michal Čihař <michal@cihar.com>
|
||||||
|
* libraries/common.lib.php: Add <div> to allow selecting whole SQL by
|
||||||
|
tripple click (patch #1611591).
|
||||||
|
|
||||||
2006-12-31 Marc Delisle <lem9@users.sourceforge.net>
|
2006-12-31 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: RFE #1602243, another cause for Missing parameter,
|
* Documentation.html: RFE #1602243, another cause for Missing parameter,
|
||||||
thanks to Dave Nolan
|
thanks to Dave Nolan
|
||||||
|
@@ -1502,12 +1502,14 @@ if (typeof(window.parent) != 'undefined'
|
|||||||
// Displays the message
|
// Displays the message
|
||||||
echo '<fieldset class="">' . "\n";
|
echo '<fieldset class="">' . "\n";
|
||||||
echo ' <legend>' . $GLOBALS['strSQLQuery'] . ':</legend>';
|
echo ' <legend>' . $GLOBALS['strSQLQuery'] . ':</legend>';
|
||||||
|
echo ' <div>';
|
||||||
echo ' ' . $query_base;
|
echo ' ' . $query_base;
|
||||||
|
|
||||||
//Clean up the end of the PHP
|
//Clean up the end of the PHP
|
||||||
if (!empty($GLOBALS['show_as_php'])) {
|
if (!empty($GLOBALS['show_as_php'])) {
|
||||||
echo '\';';
|
echo '\';';
|
||||||
}
|
}
|
||||||
|
echo ' </div>';
|
||||||
echo '</fieldset>' . "\n";
|
echo '</fieldset>' . "\n";
|
||||||
|
|
||||||
if (!empty($edit_target)) {
|
if (!empty($edit_target)) {
|
||||||
|
Reference in New Issue
Block a user