Check-in [eb8223e164]
Not logged in
Overview

SHA1 Hash:eb8223e16458140ab7911a271545d492b23fc6fc
Date: 2009-01-25 20:10:53
User: drh
Comment:Revised formatting of the "Tags and Properties" division of the check-in information screen.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/info.c from [a4c9127cb5] to [8f7bead3fd].

@@ -291,17 +291,16 @@
     if( cnt==1 ){
       @ <div class="section">Tags And Properties</div>
       @ <ul>
     }
     @ <li>
-    @ <b>%h(zTagname)</b>
     if( tagtype==0 ){
-      @ <i>cancelled
+      @ <b><s>%h(zTagname)</s></b> cancelled
     }else if( zValue ){
-      @ = %h(zValue)<i>
+      @ <b>%h(zTagname)=%h(zValue)</b>
     }else {
-      @ <i>
+      @ <b>%h(zTagname)</b>
     }
     if( tagtype==2 ){
       if( zOrigUuid && zOrigUuid[0] ){
         @ inherited from
         hyperlink_to_uuid(zOrigUuid);
@@ -316,11 +315,10 @@
         @ added by
       }
       hyperlink_to_uuid(zSrcUuid);
       @ on %s(zDate)
     }
-    @ </i>
   }
   db_finalize(&q);
   if( cnt ){
     @ </ul>
   }