new menu name
This commit is contained in:
@@ -2204,7 +2204,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Click on your db name in the left frame</li>
|
<li>Click on your db name in the left frame</li>
|
||||||
<li>Choose "Query by example"</li>
|
<li>Choose "Query"</li>
|
||||||
<li>Use tables: persons, towns, countries</li>
|
<li>Use tables: persons, towns, countries</li>
|
||||||
<li>Click "Update query"</li>
|
<li>Click "Update query"</li>
|
||||||
<li>In the fields row, choose persons.person_name and click the
|
<li>In the fields row, choose persons.person_name and click the
|
||||||
|
@@ -717,7 +717,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
|
|||||||
*/
|
*/
|
||||||
function PMA_linkOrButton($url, $message, $js_conf)
|
function PMA_linkOrButton($url, $message, $js_conf)
|
||||||
{
|
{
|
||||||
if (strlen($url) <= 1024) {
|
if (strlen($url) <= 2047) {
|
||||||
$onclick_url = (empty($js_conf) ? '' : ' onclick="return confirmLink(this, \'' . $js_conf . '\')"');
|
$onclick_url = (empty($js_conf) ? '' : ' onclick="return confirmLink(this, \'' . $js_conf . '\')"');
|
||||||
echo ' <a href="' . $url . '"' . $onclick_url . '>' . "\n"
|
echo ' <a href="' . $url . '"' . $onclick_url . '>' . "\n"
|
||||||
. ' ' . $message . '</a>' . "\n";
|
. ' ' . $message . '</a>' . "\n";
|
||||||
|
Reference in New Issue
Block a user