Differences From Artifact [b26fa035e6]:
- File src/fileedit.c — part of check-in [5fc0f7c33a] at 2020-08-10 11:53:07 on branch trunk — /fileedit now embeds the current open leaf list and the file list for the current checkin (defaulting to the most recent leaf) in the page content, saving 2 XHR requests at startup. If passed filename= without checkin= then it tries to load the given file from the most recent leaf. (user: stephan size: 72444)
To Artifact [cd3630676d]:
- File src/fileedit.c — part of check-in [3814c9ff58] at 2020-08-10 17:38:51 on branch trunk — Added a 'Save and Close' button to wikiedit. Cleaned up the styling and wrapping of the status/links menu bars in fileedit and wikiedit. Minor style tweaks to get input field borders to appear in the default skin on Chromium. (user: stephan size: 72424)
| ︙ | |||
1706 1707 1708 1709 1710 1711 1712 | 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 | - + - |
100,
"100%", 100, "125%", 125,
"150%", 150, "175%", 175,
"200%", 200, NULL);
CX("</div>");
CX("<div class='flex-container flex-column stretch'>");
CX("<textarea name='content' id='fileedit-content-editor' "
|
| ︙ |