Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a minor typo in the /ci_edit footnote about custom branch colors. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5954e626f9d89d768189ec01dcf25c7a |
| User & Date: | florian 2021-11-19 06:02:00.000 |
Context
|
2021-11-19
| ||
| 12:29 | Remove unused randomize flag to rebuild_db(), per /chat discussion, along with the no-op --randomize flag to the rebuild command. ... (check-in: 298ccff06c user: stephan tags: trunk) | |
| 10:16 | Merged latest trunk into strict branch. ... (Leaf check-in: 845d3e8612 user: stephan tags: strict) | |
| 06:02 | Fix a minor typo in the /ci_edit footnote about custom branch colors. ... (check-in: 5954e626f9 user: florian tags: trunk) | |
|
2021-11-17
| ||
| 15:52 | Fix accidental fork. ... (check-in: bd7f2727ba user: danield tags: trunk) | |
Changes
Changes to src/info.c.
| ︙ | ︙ | |||
3306 3307 3308 3309 3310 3311 3312 |
@ <input type="checkbox" name="pclr" checked="checked" />
}else{
@ <input type="checkbox" name="pclr" />
}
@ Propagate color to descendants</label></div>
@ <div class='font-size-80'>Be aware that fixed background
@ colors will not interact well with all available skins.
| | | 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 |
@ <input type="checkbox" name="pclr" checked="checked" />
}else{
@ <input type="checkbox" name="pclr" />
}
@ Propagate color to descendants</label></div>
@ <div class='font-size-80'>Be aware that fixed background
@ colors will not interact well with all available skins.
@ It is recommended that Fossil be allowed to select these
@ colors automatically so that it can take the skin's
@ preferences into account.</div>
@ </td></tr>
@ <tr><th align="right" valign="top">Tags:</th>
@ <td valign="top">
@ <label><input type="checkbox" id="newtag" name="newtag"%s(zNewTagFlag) />
|
| ︙ | ︙ |