make uninstall button slightly less ugly

orig_fof
steveminutillo 2007-06-09 00:49:56 +00:00
parent 9df22c13c2
commit 27f056482b
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ No Admin options yet!<br><br>
<input type=submit name=options value="Save Options">
</form>
<br>
<form method="get" action="uninstall.php" style="border: 1px solid black; margin: 10px; padding: 10px;" onsubmit="return confirm('Really? This will delete all the database tables!')">
<center><input type=submit name=uninstall value="Uninstall Feed on Feeds" style="background-color: red"></center>
<form method="get" action="uninstall.php" onsubmit="return confirm('Really? This will delete all the database tables!')">
<center><input type=submit name=uninstall value="Uninstall Feed on Feeds" style="background-color: #ff9999"></center>
</form>
<?php } ?>