removing prefbottom.html since we don't use it anymore

git-svn-id: svn://10.0.0.236/trunk@34238 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
matt%netscape.com
1999-06-08 20:23:38 +00:00
parent 69ec94f111
commit 7f2b1c8a75

View File

@@ -1,53 +0,0 @@
<html>
<head>
<script language="JavaScript" src="PrefsWindow.js">
</script>
</head>
<style>
body {
background-color:#CCCCCC
}
#lefttext {
text-align: left;
font-style: bold;
}
#righttext {
text-align: right;
}
#top {
font-family:system;
background-color: grey
}
</style>
<body onload="return StartUp('Bottom');">
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td valign="right" width="160">
<center>
<form>
<input type="button" align="bottom" value="Help">
</input>
<input type="button" align="bottom" value="Cancel" onclick="DoCancel();">
</input>
<input type="button" align="bottom" value="OK" onClick="DoSave();">
</input>
</form>
</center>
</td>
</tr>
</table>
</body>
</html>