Fossil SCM
Clarify the meaning of "Plaintext for timeline comments" on the Admin/Timeline configuration page.
Commit
3587e4589e663c32cdbede5761212c45f218be7d
Parent
f06b592815b84e3…
1 file changed
+3
-2
+3
-2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -871,11 +871,11 @@ | ||
| 871 | 871 | @ <select size="1" name="%s(zQP)" id="id%s(zQP)"> |
| 872 | 872 | for(i=0; i<nChoice*2; i+=2){ |
| 873 | 873 | const char *zSel = fossil_strcmp(azChoice[i],z)==0 ? " selected" : ""; |
| 874 | 874 | @ <option value="%h(azChoice[i])"%s(zSel)>%h(azChoice[i+1])</option> |
| 875 | 875 | } |
| 876 | - @ </select> | |
| 876 | + @ </select> <b>%h(zLabel)</b> | |
| 877 | 877 | } |
| 878 | 878 | |
| 879 | 879 | |
| 880 | 880 | /* |
| 881 | 881 | ** WEBPAGE: setup_access |
| @@ -1174,11 +1174,12 @@ | ||
| 1174 | 1174 | |
| 1175 | 1175 | @ <hr /> |
| 1176 | 1176 | onoff_attribute("Plaintext comments on timelines", |
| 1177 | 1177 | "timeline-plaintext", "tpt", 0, 0); |
| 1178 | 1178 | @ <p>In timeline displays, check-in comments are displayed literally, |
| 1179 | - @ without any wiki or HTML interpretation.</p> | |
| 1179 | + @ without any wiki or HTML interpretation. (Note: Use CSS to change | |
| 1180 | + @ display formatting features such as fonts and line-wrapping behavior.)</p> | |
| 1180 | 1181 | |
| 1181 | 1182 | @ <hr /> |
| 1182 | 1183 | onoff_attribute("Use Universal Coordinated Time (UTC)", |
| 1183 | 1184 | "timeline-utc", "utc", 1, 0); |
| 1184 | 1185 | @ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or |
| 1185 | 1186 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -871,11 +871,11 @@ | |
| 871 | @ <select size="1" name="%s(zQP)" id="id%s(zQP)"> |
| 872 | for(i=0; i<nChoice*2; i+=2){ |
| 873 | const char *zSel = fossil_strcmp(azChoice[i],z)==0 ? " selected" : ""; |
| 874 | @ <option value="%h(azChoice[i])"%s(zSel)>%h(azChoice[i+1])</option> |
| 875 | } |
| 876 | @ </select> |
| 877 | } |
| 878 | |
| 879 | |
| 880 | /* |
| 881 | ** WEBPAGE: setup_access |
| @@ -1174,11 +1174,12 @@ | |
| 1174 | |
| 1175 | @ <hr /> |
| 1176 | onoff_attribute("Plaintext comments on timelines", |
| 1177 | "timeline-plaintext", "tpt", 0, 0); |
| 1178 | @ <p>In timeline displays, check-in comments are displayed literally, |
| 1179 | @ without any wiki or HTML interpretation.</p> |
| 1180 | |
| 1181 | @ <hr /> |
| 1182 | onoff_attribute("Use Universal Coordinated Time (UTC)", |
| 1183 | "timeline-utc", "utc", 1, 0); |
| 1184 | @ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or |
| 1185 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -871,11 +871,11 @@ | |
| 871 | @ <select size="1" name="%s(zQP)" id="id%s(zQP)"> |
| 872 | for(i=0; i<nChoice*2; i+=2){ |
| 873 | const char *zSel = fossil_strcmp(azChoice[i],z)==0 ? " selected" : ""; |
| 874 | @ <option value="%h(azChoice[i])"%s(zSel)>%h(azChoice[i+1])</option> |
| 875 | } |
| 876 | @ </select> <b>%h(zLabel)</b> |
| 877 | } |
| 878 | |
| 879 | |
| 880 | /* |
| 881 | ** WEBPAGE: setup_access |
| @@ -1174,11 +1174,12 @@ | |
| 1174 | |
| 1175 | @ <hr /> |
| 1176 | onoff_attribute("Plaintext comments on timelines", |
| 1177 | "timeline-plaintext", "tpt", 0, 0); |
| 1178 | @ <p>In timeline displays, check-in comments are displayed literally, |
| 1179 | @ without any wiki or HTML interpretation. (Note: Use CSS to change |
| 1180 | @ display formatting features such as fonts and line-wrapping behavior.)</p> |
| 1181 | |
| 1182 | @ <hr /> |
| 1183 | onoff_attribute("Use Universal Coordinated Time (UTC)", |
| 1184 | "timeline-utc", "utc", 1, 0); |
| 1185 | @ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or |
| 1186 |