Fossil SCM

Fix typo on the Login page. Do not use the pointer cursor on report tables, except in clickable places.

drh 2015-02-16 02:25 trunk
Commit 73ec21e9892f7a53e00ade76b2ce2bedb4b96b18
--- skins/rounded1/css.txt
+++ skins/rounded1/css.txt
@@ -181,11 +181,10 @@
181181
cursor: pointer;
182182
}
183183
184184
table.report tr td {
185185
padding: 3px 5px;
186
- cursor: pointer;
187186
}
188187
189188
textarea {
190189
font-size: 1em;
191190
}
192191
--- 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 @@
603603
char *zAbbrev = fossil_strdup(zGoto);
604604
int i;
605605
for(i=0; zAbbrev[i] && zAbbrev[i]!='?'; i++){}
606606
zAbbrev[i] = 0;
607607
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>
609609
@ to access <b>%h(zAbbrev)</b>.
610610
}else if( anonFlag ){
611611
@ <p>Login as <b>anonymous</b> or any named user
612612
@ to access page <b>%h(zAbbrev)</b>.
613613
}else{
614614
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button