Check-in [4ba7b9c288]
Not logged in
Overview

SHA1 Hash:4ba7b9c288d8db7ca726b6a6c872bc0dbc33b939
Date: 2009-06-10 22:05:59
User: stephan
Comment:Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)).
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/wiki.c from [c1cfc24309] to [225d4ffab5].

@@ -296,11 +296,11 @@
   zHtmlPageName = mprintf("Edit: %h", zPageName);
   style_header(zHtmlPageName);
   if( P("preview")!=0 ){
     blob_zero(&wiki);
     blob_append(&wiki, zBody, -1);
-    @ Preview:<hr>
+    @ <span class='achtung'>Preview:</span><hr>
     wiki_convert(&wiki, 0, 0);
     @ <hr>
     blob_reset(&wiki);
   }
   for(n=2, z=zBody; z[0]; z++){