Fossil SCM
Fix typo on the Login page. Do not use the pointer cursor on report tables, except in clickable places.
Commit
73ec21e9892f7a53e00ade76b2ce2bedb4b96b18
Parent
64d3a61efcefbb4…
2 files changed
-1
+1
-1
| --- skins/rounded1/css.txt | ||
| +++ skins/rounded1/css.txt | ||
| @@ -181,11 +181,10 @@ | ||
| 181 | 181 | cursor: pointer; |
| 182 | 182 | } |
| 183 | 183 | |
| 184 | 184 | table.report tr td { |
| 185 | 185 | padding: 3px 5px; |
| 186 | - cursor: pointer; | |
| 187 | 186 | } |
| 188 | 187 | |
| 189 | 188 | textarea { |
| 190 | 189 | font-size: 1em; |
| 191 | 190 | } |
| 192 | 191 |
| --- skins/rounded1/css.txt | |
| +++ skins/rounded1/css.txt | |
| @@ -181,11 +181,10 @@ | |
| 181 | cursor: pointer; |
| 182 | } |
| 183 | |
| 184 | table.report tr td { |
| 185 | padding: 3px 5px; |
| 186 | cursor: pointer; |
| 187 | } |
| 188 | |
| 189 | textarea { |
| 190 | font-size: 1em; |
| 191 | } |
| 192 |
| --- skins/rounded1/css.txt | |
| +++ skins/rounded1/css.txt | |
| @@ -181,11 +181,10 @@ | |
| 181 | cursor: pointer; |
| 182 | } |
| 183 | |
| 184 | table.report tr td { |
| 185 | padding: 3px 5px; |
| 186 | } |
| 187 | |
| 188 | textarea { |
| 189 | font-size: 1em; |
| 190 | } |
| 191 |
+1
-1
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -603,11 +603,11 @@ | ||
| 603 | 603 | char *zAbbrev = fossil_strdup(zGoto); |
| 604 | 604 | int i; |
| 605 | 605 | for(i=0; zAbbrev[i] && zAbbrev[i]!='?'; i++){} |
| 606 | 606 | zAbbrev[i] = 0; |
| 607 | 607 | if( g.zLogin ){ |
| 608 | - @ <p>Use a different login with greater privilege that <b>%h(g.zLogin)</b> | |
| 608 | + @ <p>Use a different login with greater privilege than <b>%h(g.zLogin)</b> | |
| 609 | 609 | @ to access <b>%h(zAbbrev)</b>. |
| 610 | 610 | }else if( anonFlag ){ |
| 611 | 611 | @ <p>Login as <b>anonymous</b> or any named user |
| 612 | 612 | @ to access page <b>%h(zAbbrev)</b>. |
| 613 | 613 | }else{ |
| 614 | 614 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -603,11 +603,11 @@ | |
| 603 | char *zAbbrev = fossil_strdup(zGoto); |
| 604 | int i; |
| 605 | for(i=0; zAbbrev[i] && zAbbrev[i]!='?'; i++){} |
| 606 | zAbbrev[i] = 0; |
| 607 | if( g.zLogin ){ |
| 608 | @ <p>Use a different login with greater privilege that <b>%h(g.zLogin)</b> |
| 609 | @ to access <b>%h(zAbbrev)</b>. |
| 610 | }else if( anonFlag ){ |
| 611 | @ <p>Login as <b>anonymous</b> or any named user |
| 612 | @ to access page <b>%h(zAbbrev)</b>. |
| 613 | }else{ |
| 614 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -603,11 +603,11 @@ | |
| 603 | char *zAbbrev = fossil_strdup(zGoto); |
| 604 | int i; |
| 605 | for(i=0; zAbbrev[i] && zAbbrev[i]!='?'; i++){} |
| 606 | zAbbrev[i] = 0; |
| 607 | if( g.zLogin ){ |
| 608 | @ <p>Use a different login with greater privilege than <b>%h(g.zLogin)</b> |
| 609 | @ to access <b>%h(zAbbrev)</b>. |
| 610 | }else if( anonFlag ){ |
| 611 | @ <p>Login as <b>anonymous</b> or any named user |
| 612 | @ to access page <b>%h(zAbbrev)</b>. |
| 613 | }else{ |
| 614 |