diff options
author | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:57:07 +0000 |
---|---|---|
committer | Axel Bojer <axelb@skolelinux.no> | 2007-05-12 14:57:07 +0000 |
commit | 29b0778bb26f56b8e7d6aa15eaebb416dfe3998b (patch) | |
tree | 74780a0d63eb08c7e461b326b27236c1b6bcd34c | |
parent | d0b4566f3fb2aef76886f3e53f14471ed9864058 (diff) | |
download | homepage-29b0778bb26f56b8e7d6aa15eaebb416dfe3998b.tar.gz homepage-29b0778bb26f56b8e7d6aa15eaebb416dfe3998b.tar.bz2 homepage-29b0778bb26f56b8e7d6aa15eaebb416dfe3998b.tar.xz |
forsoek paa feilfiks og bakgrunnsfarge
-rw-r--r-- | sendOrd.css | 2 | ||||
-rw-r--r-- | sendOrd.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sendOrd.css b/sendOrd.css index 91aa44a..103f20e 100644 --- a/sendOrd.css +++ b/sendOrd.css @@ -1,6 +1,6 @@ body { font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; -background-color: grey; +background-color: 99CCFF; padding: 15px} form { diff --git a/sendOrd.php b/sendOrd.php index 57ab0cc..402f93c 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -59,7 +59,7 @@ $subject = "[ORDSJEKK] Bokmålsord til korrekturlesing"; $body .= "WORD: {$HTTP_POST_VARS['ord']}\n"; -if($HTTP_POST_VARS['status'] == 'Ja') +if($HTTP_POST_VARS['status'] == 'ja') $body .= "STATUS: +\n"; // else if($HTTP_POST_VARS['status']) // $body .= "STATUS: -\n"; |