added explanation that pdf_schema will scale

This commit is contained in:
Mike Beck
2002-06-03 13:24:02 +00:00
parent fd821a1885
commit a1f1916635
2 changed files with 19 additions and 1 deletions

View File

@@ -9,6 +9,21 @@ $Source$
* lang/romanian.inc.php3 updates, thanks to Valics Lehel
* lang/indonesian.inc.php3 updates, thanks to Rachim Tamsjadi
2002-06-03 Mike Beck <mike.beck@ibmiller.de>
* pdf_pages.php3
- new page to add and edit pdf pages
* db_details_structure.php3 lines 452-482
- added a link to pdf_pages
- if pdf_pages exist offer to create pdfs
* pdf_schema.pdf lines lines 374-380,422-455,805-820
- changed to work with the table_coords table
- show primary_key and display_field in different color
* config.inc.php3 lines 55,80,103
- added a new servervariable $cfg['Servers'][$i]['table_coords']
* Documentation.html line 593-770,1884-1920
- added and changed Doku for Creating PDFs
2002-06-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.inc.php3, line 1413: xhtml fix.
* libraries/fpdf/fpdf.php3: light optimizations and fixes.

View File

@@ -1900,7 +1900,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
expect to have an area of about 297 * 210 and put the tables coordinates somewhere
in there, you will be able to have a look at what happened and change them later.<br />
For example, x=100 and y=200 means that the table will be at 200 mm down
and 100 mm right from the upper left corner.</li>
and 100 mm right from the upper left corner.<br />
Actually if you have a width of more than 300 or a height of more than 100
than it will automatically be scaled but 300*100 is a good start to have
an idea of what coordinates to use.</li>
<li>After every table you submitted you will have the possibility to submit more tables</li>
<li>When you have entered enough tables Click on your db name in the left frame again</li>
<li>Now, again at the bottom of the page you should be able to choose &quot;Display PDF schema&quot;<br />