Fossil SCM

Clarify the meaning of "Plaintext for timeline comments" on the Admin/Timeline configuration page.

drh 2014-02-11 17:02 trunk
Commit 3587e4589e663c32cdbede5761212c45f218be7d
1 file changed +3 -2
+3 -2
--- src/setup.c
+++ src/setup.c
@@ -871,11 +871,11 @@
871871
@ <select size="1" name="%s(zQP)" id="id%s(zQP)">
872872
for(i=0; i<nChoice*2; i+=2){
873873
const char *zSel = fossil_strcmp(azChoice[i],z)==0 ? " selected" : "";
874874
@ <option value="%h(azChoice[i])"%s(zSel)>%h(azChoice[i+1])</option>
875875
}
876
- @ </select>
876
+ @ </select> <b>%h(zLabel)</b>
877877
}
878878
879879
880880
/*
881881
** WEBPAGE: setup_access
@@ -1174,11 +1174,12 @@
11741174
11751175
@ <hr />
11761176
onoff_attribute("Plaintext comments on timelines",
11771177
"timeline-plaintext", "tpt", 0, 0);
11781178
@ <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>
11801181
11811182
@ <hr />
11821183
onoff_attribute("Use Universal Coordinated Time (UTC)",
11831184
"timeline-utc", "utc", 1, 0);
11841185
@ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or
11851186
--- 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

Keyboard Shortcuts

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