Make the Pretty print window smaller so that it doesn't run off the bottom of

the screen w/ Mozilla.
This commit is contained in:
javi%netscape.com 2000-06-28 00:11:17 +00:00
Родитель df89146f2b
Коммит 67b07cb364
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4437,7 +4437,7 @@ function openIssuerWindow()
function showCertContents() function showCertContents()
{ {
window.open('get?baseRef=certPrettyPrint&target=%1$d', 'dump'+uniqueName,'width=760,height=800,scrollbars=yes,resizable=yes,toolbar=no,menubar=no'); window.open('get?baseRef=certPrettyPrint&target=%1$d', 'dump'+uniqueName,'width=760,height=625,scrollbars=yes,resizable=yes,toolbar=no,menubar=no');
} }
//--> //-->
</script> </script>