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:
@@ -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>
|
||||
Reference in New Issue
Block a user