diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 02:17:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 02:17:28 +0000 |
commit | b16def07a06a5905c88df24e3a819b09f046d9f2 (patch) | |
tree | b71f6e5b57d1f2e6e1924038a8c54c7f803e30c6 /usr/local/www | |
parent | c60824d20a3afad97dc7981d6db57300906ef233 (diff) | |
download | pfsense-b16def07a06a5905c88df24e3a819b09f046d9f2.zip pfsense-b16def07a06a5905c88df24e3a819b09f046d9f2.tar.gz |
Curvify
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/edit.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php index 9e0936e..188a4cf 100755 --- a/usr/local/www/edit.php +++ b/usr/local/www/edit.php @@ -166,12 +166,14 @@ function sf() { document.forms[0].savetopath.focus(); } </table> </div> -<br> - <table width='100%'> <tr> <td valign="top" class="label"> + <div style="background:#eeeeee" id="textareaitem"> + <br> <textarea name="code" language="<?php echo $language; ?>" rows="<?php echo $rows; ?>" cols="<?php echo $cols; ?>" name="content"><?php echo htmlentities($content); ?></textarea><br> + + </div> <p> </td> </tr> @@ -206,4 +208,5 @@ sf(); <script type="text/javascript"> NiftyCheck(); Rounded("div#shapeme","all","#FFF","#eeeeee","smooth"); +Rounded("div#textareaitem","all","#FFF","#eeeeee","smooth"); </script> |