coding standards
This commit is contained in:
@@ -661,7 +661,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
||||
table
|
||||
<ul>
|
||||
<li>the coordinates where each table will be placed on a PDF schema
|
||||
output</li>
|
||||
output</li>
|
||||
<li>which field is to be displayed as a tooltip when moving the
|
||||
cursor over the corresponding key</li>
|
||||
</ul>
|
||||
@@ -676,8 +676,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
||||
To use this functionality you have to:
|
||||
<ul>
|
||||
<li>
|
||||
create in the same database a table (for example 'PMA_table_info')
|
||||
following this scheme:<br />
|
||||
create in the same database a table (for example
|
||||
'PMA_table_info') following this scheme:<br />
|
||||
<tt>
|
||||
CREATE TABLE `PMA_table_info` (<br />
|
||||
`table_name` varchar(64) NOT NULL default '',<br />
|
||||
@@ -1780,7 +1780,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
||||
<br />
|
||||
Then browse your persons table, and move the mouse over a town code or
|
||||
country code.
|
||||
|
||||
</p>
|
||||
|
||||
<a name="faqpdf"></a>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user