bug 825665
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2003-10-18 Marc Delisle <lem9@users.sourceforge.net>
|
2003-10-18 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
|
* libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
|
||||||
|
* libraries/functions.js: bug 825665, scratchboard and paper size
|
||||||
|
|
||||||
2003-10-17 Marc Delisle <lem9@users.sourceforge.net>
|
2003-10-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
|
* browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
|
||||||
|
@@ -806,7 +806,7 @@ function dragPlace(no, axis, value) {
|
|||||||
* Returns paper sizes for a given format
|
* Returns paper sizes for a given format
|
||||||
*/
|
*/
|
||||||
function pdfPaperSize(format, axis) {
|
function pdfPaperSize(format, axis) {
|
||||||
switch (format) {
|
switch (format.toUpperCase()) {
|
||||||
case '4A0':
|
case '4A0':
|
||||||
if (axis == 'x') return 4767.87; else return 6740.79;
|
if (axis == 'x') return 4767.87; else return 6740.79;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user