Fossil SCM
Minor typo fix in a comment.
Commit
8581e376c341a5985836ee4b3041ca3853ebc09a663495a51381e43f9bb4fdf6
Parent
404f15501be570c…
2 files changed
+7
-5
+1
-1
+7
-5
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -844,15 +844,17 @@ | ||
| 844 | 844 | if( db_table_exists("repository","forumpost") ){ |
| 845 | 845 | @ <hr><p> |
| 846 | 846 | @ <a href="%R/timeline?ss=v&y=f&vfx&u=%t(g.zLogin)">Forum |
| 847 | 847 | @ post timeline</a> for user <b>%h(g.zLogin)</b></p> |
| 848 | 848 | } |
| 849 | - @ <hr><p> | |
| 850 | - @ Select your preferred <a href="%R/skins">site skin</a>. | |
| 851 | - @ </p> | |
| 852 | - @ <hr><p> | |
| 853 | - @ Manage your <a href="%R/cookies">cookies</a>.</p> | |
| 849 | + } | |
| 850 | + @ <hr><p> | |
| 851 | + @ Select your preferred <a href="%R/skins">site skin</a>. | |
| 852 | + @ </p> | |
| 853 | + @ <hr><p> | |
| 854 | + @ Manage your <a href="%R/cookies">cookies</a>.</p> | |
| 855 | + if( login_is_individual() ){ | |
| 854 | 856 | if( g.perm.Password ){ |
| 855 | 857 | char *zRPW = fossil_random_password(12); |
| 856 | 858 | @ <hr> |
| 857 | 859 | @ <p>Change Password for user <b>%h(g.zLogin)</b>:</p> |
| 858 | 860 | form_begin(0, "%R/login"); |
| 859 | 861 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -844,15 +844,17 @@ | |
| 844 | if( db_table_exists("repository","forumpost") ){ |
| 845 | @ <hr><p> |
| 846 | @ <a href="%R/timeline?ss=v&y=f&vfx&u=%t(g.zLogin)">Forum |
| 847 | @ post timeline</a> for user <b>%h(g.zLogin)</b></p> |
| 848 | } |
| 849 | @ <hr><p> |
| 850 | @ Select your preferred <a href="%R/skins">site skin</a>. |
| 851 | @ </p> |
| 852 | @ <hr><p> |
| 853 | @ Manage your <a href="%R/cookies">cookies</a>.</p> |
| 854 | if( g.perm.Password ){ |
| 855 | char *zRPW = fossil_random_password(12); |
| 856 | @ <hr> |
| 857 | @ <p>Change Password for user <b>%h(g.zLogin)</b>:</p> |
| 858 | form_begin(0, "%R/login"); |
| 859 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -844,15 +844,17 @@ | |
| 844 | if( db_table_exists("repository","forumpost") ){ |
| 845 | @ <hr><p> |
| 846 | @ <a href="%R/timeline?ss=v&y=f&vfx&u=%t(g.zLogin)">Forum |
| 847 | @ post timeline</a> for user <b>%h(g.zLogin)</b></p> |
| 848 | } |
| 849 | } |
| 850 | @ <hr><p> |
| 851 | @ Select your preferred <a href="%R/skins">site skin</a>. |
| 852 | @ </p> |
| 853 | @ <hr><p> |
| 854 | @ Manage your <a href="%R/cookies">cookies</a>.</p> |
| 855 | if( login_is_individual() ){ |
| 856 | if( g.perm.Password ){ |
| 857 | char *zRPW = fossil_random_password(12); |
| 858 | @ <hr> |
| 859 | @ <p>Change Password for user <b>%h(g.zLogin)</b>:</p> |
| 860 | form_begin(0, "%R/login"); |
| 861 |
+1
-1
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -1345,11 +1345,11 @@ | ||
| 1345 | 1345 | } |
| 1346 | 1346 | |
| 1347 | 1347 | /* |
| 1348 | 1348 | ** WEBPAGE: skins |
| 1349 | 1349 | ** |
| 1350 | -** Show a list of all of the built-in skins, plus the responsitory skin, | |
| 1350 | +** Show a list of all of the built-in skins, plus the respository skin, | |
| 1351 | 1351 | ** and provide the user with an opportunity to change to any of them. |
| 1352 | 1352 | */ |
| 1353 | 1353 | void skins_page(void){ |
| 1354 | 1354 | int i; |
| 1355 | 1355 | char *zBase = fossil_strdup(g.zTop); |
| 1356 | 1356 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -1345,11 +1345,11 @@ | |
| 1345 | } |
| 1346 | |
| 1347 | /* |
| 1348 | ** WEBPAGE: skins |
| 1349 | ** |
| 1350 | ** Show a list of all of the built-in skins, plus the responsitory skin, |
| 1351 | ** and provide the user with an opportunity to change to any of them. |
| 1352 | */ |
| 1353 | void skins_page(void){ |
| 1354 | int i; |
| 1355 | char *zBase = fossil_strdup(g.zTop); |
| 1356 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -1345,11 +1345,11 @@ | |
| 1345 | } |
| 1346 | |
| 1347 | /* |
| 1348 | ** WEBPAGE: skins |
| 1349 | ** |
| 1350 | ** Show a list of all of the built-in skins, plus the respository skin, |
| 1351 | ** and provide the user with an opportunity to change to any of them. |
| 1352 | */ |
| 1353 | void skins_page(void){ |
| 1354 | int i; |
| 1355 | char *zBase = fossil_strdup(g.zTop); |
| 1356 |