Fossil SCM
Make the labels on the color submenu of the /brlist page more succinct.
Commit
a1b0ec8e3953a248abdf2bac42bc8999ab48e4d2
Parent
0fa60142eb3ae66…
1 file changed
+1
-1
+1
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -350,11 +350,11 @@ | ||
| 350 | 350 | int show_colors = PB("colors"); |
| 351 | 351 | login_check_credentials(); |
| 352 | 352 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 353 | 353 | style_header("Branches"); |
| 354 | 354 | style_adunit_config(ADUNIT_RIGHT_OK); |
| 355 | - style_submenu_binary("colors", "Show branch colors", "No branch colors", 0); | |
| 355 | + style_submenu_binary("colors", "Color", "B/W", 0); | |
| 356 | 356 | login_anonymous_available(); |
| 357 | 357 | |
| 358 | 358 | db_prepare(&q, brlistQuery/*works-like:""*/); |
| 359 | 359 | rNow = db_double(0.0, "SELECT julianday('now')"); |
| 360 | 360 | @ <div class="brlist"><table id="branchlisttable"> |
| 361 | 361 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -350,11 +350,11 @@ | |
| 350 | int show_colors = PB("colors"); |
| 351 | login_check_credentials(); |
| 352 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 353 | style_header("Branches"); |
| 354 | style_adunit_config(ADUNIT_RIGHT_OK); |
| 355 | style_submenu_binary("colors", "Show branch colors", "No branch colors", 0); |
| 356 | login_anonymous_available(); |
| 357 | |
| 358 | db_prepare(&q, brlistQuery/*works-like:""*/); |
| 359 | rNow = db_double(0.0, "SELECT julianday('now')"); |
| 360 | @ <div class="brlist"><table id="branchlisttable"> |
| 361 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -350,11 +350,11 @@ | |
| 350 | int show_colors = PB("colors"); |
| 351 | login_check_credentials(); |
| 352 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 353 | style_header("Branches"); |
| 354 | style_adunit_config(ADUNIT_RIGHT_OK); |
| 355 | style_submenu_binary("colors", "Color", "B/W", 0); |
| 356 | login_anonymous_available(); |
| 357 | |
| 358 | db_prepare(&q, brlistQuery/*works-like:""*/); |
| 359 | rNow = db_double(0.0, "SELECT julianday('now')"); |
| 360 | @ <div class="brlist"><table id="branchlisttable"> |
| 361 |