Fossil SCM
Revised formatting of the "Tags and Properties" division of the check-in information screen.
Commit
eb8223e16458140ab7911a271545d492b23fc6fc
Parent
9c89b0e0f1ce929…
1 file changed
+3
-5
+3
-5
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -291,17 +291,16 @@ | ||
| 291 | 291 | if( cnt==1 ){ |
| 292 | 292 | @ <div class="section">Tags And Properties</div> |
| 293 | 293 | @ <ul> |
| 294 | 294 | } |
| 295 | 295 | @ <li> |
| 296 | - @ <b>%h(zTagname)</b> | |
| 297 | 296 | if( tagtype==0 ){ |
| 298 | - @ <i>cancelled | |
| 297 | + @ <b><s>%h(zTagname)</s></b> cancelled | |
| 299 | 298 | }else if( zValue ){ |
| 300 | - @ = %h(zValue)<i> | |
| 299 | + @ <b>%h(zTagname)=%h(zValue)</b> | |
| 301 | 300 | }else { |
| 302 | - @ <i> | |
| 301 | + @ <b>%h(zTagname)</b> | |
| 303 | 302 | } |
| 304 | 303 | if( tagtype==2 ){ |
| 305 | 304 | if( zOrigUuid && zOrigUuid[0] ){ |
| 306 | 305 | @ inherited from |
| 307 | 306 | hyperlink_to_uuid(zOrigUuid); |
| @@ -316,11 +315,10 @@ | ||
| 316 | 315 | @ added by |
| 317 | 316 | } |
| 318 | 317 | hyperlink_to_uuid(zSrcUuid); |
| 319 | 318 | @ on %s(zDate) |
| 320 | 319 | } |
| 321 | - @ </i> | |
| 322 | 320 | } |
| 323 | 321 | db_finalize(&q); |
| 324 | 322 | if( cnt ){ |
| 325 | 323 | @ </ul> |
| 326 | 324 | } |
| 327 | 325 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -291,17 +291,16 @@ | |
| 291 | if( cnt==1 ){ |
| 292 | @ <div class="section">Tags And Properties</div> |
| 293 | @ <ul> |
| 294 | } |
| 295 | @ <li> |
| 296 | @ <b>%h(zTagname)</b> |
| 297 | if( tagtype==0 ){ |
| 298 | @ <i>cancelled |
| 299 | }else if( zValue ){ |
| 300 | @ = %h(zValue)<i> |
| 301 | }else { |
| 302 | @ <i> |
| 303 | } |
| 304 | if( tagtype==2 ){ |
| 305 | if( zOrigUuid && zOrigUuid[0] ){ |
| 306 | @ inherited from |
| 307 | hyperlink_to_uuid(zOrigUuid); |
| @@ -316,11 +315,10 @@ | |
| 316 | @ added by |
| 317 | } |
| 318 | hyperlink_to_uuid(zSrcUuid); |
| 319 | @ on %s(zDate) |
| 320 | } |
| 321 | @ </i> |
| 322 | } |
| 323 | db_finalize(&q); |
| 324 | if( cnt ){ |
| 325 | @ </ul> |
| 326 | } |
| 327 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -291,17 +291,16 @@ | |
| 291 | if( cnt==1 ){ |
| 292 | @ <div class="section">Tags And Properties</div> |
| 293 | @ <ul> |
| 294 | } |
| 295 | @ <li> |
| 296 | if( tagtype==0 ){ |
| 297 | @ <b><s>%h(zTagname)</s></b> cancelled |
| 298 | }else if( zValue ){ |
| 299 | @ <b>%h(zTagname)=%h(zValue)</b> |
| 300 | }else { |
| 301 | @ <b>%h(zTagname)</b> |
| 302 | } |
| 303 | if( tagtype==2 ){ |
| 304 | if( zOrigUuid && zOrigUuid[0] ){ |
| 305 | @ inherited from |
| 306 | hyperlink_to_uuid(zOrigUuid); |
| @@ -316,11 +315,10 @@ | |
| 315 | @ added by |
| 316 | } |
| 317 | hyperlink_to_uuid(zSrcUuid); |
| 318 | @ on %s(zDate) |
| 319 | } |
| 320 | } |
| 321 | db_finalize(&q); |
| 322 | if( cnt ){ |
| 323 | @ </ul> |
| 324 | } |
| 325 |