summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 16:51:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 16:51:34 +0000
commit5adb3375539c3f9ce96954831a945038bdec9279 (patch)
tree9882463ed3dd0f00547c69d75240418bcf93458b /usr/local/www/wizard.php
parent50f60bca21087ce81737bae94ee22315c234b72a (diff)
downloadpfsense-5adb3375539c3f9ce96954831a945038bdec9279.zip
pfsense-5adb3375539c3f9ce96954831a945038bdec9279.tar.gz
Round the corners
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 0843a51..7901816 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -192,6 +192,7 @@ function enablechange() {
<a href="/"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a>
<p>
+<div id="roundme">
<table bgcolor="#ffffff" width="600" cellspacing="0" cellpadding="3">
<!-- wizard goes here -->
<tr><td>&nbsp;</td></tr>
@@ -357,8 +358,14 @@ function enablechange() {
}
?>
</table>
-
+</div>
</form>
+
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#roundme","top","#FFF","#EEEEEE","smooth");
+</script>
+
</body>
</html>
OpenPOWER on IntegriCloud