Check-in [aa519dbd99]
Not logged in
Overview

SHA1 Hash:aa519dbd996b1bcc692932bdff77f5937cc30a69
Date: 2008-02-25 14:05:17
User: drh
Comment:The Login/Logout text was reversed. Fix it.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [d2af091ad5] to [da95e40ef2].

@@ -171,13 +171,13 @@
 @ }
 @ if {[hascap s]} {
 @   html "<a href='$baseurl/setup'>Setup</a>"
 @ }
 @ if {[info exists login]} {
-@   html "<a href='$baseurl/login'>Login</a>"
+@   html "<a href='$baseurl/login'>Logout</a>"
 @ } else {
-@   html "<a href='$baseurl/login'>Logout</a>"
+@   html "<a href='$baseurl/login'>Login</a>"
 @ }
 @ </th1></div>
 ;
 
 /*