Add <div> to allow selecting whole SQL by tripple click (patch #1611591).

This commit is contained in:
Michal Čihař
2007-01-02 09:11:46 +00:00
parent 252ef1b15a
commit 4b503ead85
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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)) {