added explanation that pdf_schema will scale
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -8,6 +8,21 @@ $Source$
|
|||||||
2002-06-03 Marc Delisle <lem9@users.sourceforge.net>
|
2002-06-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/romanian.inc.php3 updates, thanks to Valics Lehel
|
* lang/romanian.inc.php3 updates, thanks to Valics Lehel
|
||||||
* lang/indonesian.inc.php3 updates, thanks to Rachim Tamsjadi
|
* 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>
|
2002-06-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* libraries/display_tbl.inc.php3, line 1413: xhtml fix.
|
* libraries/display_tbl.inc.php3, line 1413: xhtml fix.
|
||||||
|
@@ -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
|
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 />
|
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
|
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>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>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 "Display PDF schema"<br />
|
<li>Now, again at the bottom of the page you should be able to choose "Display PDF schema"<br />
|
||||||
|
Reference in New Issue
Block a user