Add <div> to allow selecting whole SQL by tripple click (patch #1611591).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$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>
|
||||
* Documentation.html: RFE #1602243, another cause for Missing parameter,
|
||||
thanks to Dave Nolan
|
||||
|
@@ -1502,12 +1502,14 @@ if (typeof(window.parent) != 'undefined'
|
||||
// Displays the message
|
||||
echo '<fieldset class="">' . "\n";
|
||||
echo ' <legend>' . $GLOBALS['strSQLQuery'] . ':</legend>';
|
||||
echo ' <div>';
|
||||
echo ' ' . $query_base;
|
||||
|
||||
//Clean up the end of the PHP
|
||||
if (!empty($GLOBALS['show_as_php'])) {
|
||||
echo '\';';
|
||||
}
|
||||
echo ' </div>';
|
||||
echo '</fieldset>' . "\n";
|
||||
|
||||
if (!empty($edit_target)) {
|
||||
|
Reference in New Issue
Block a user