diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-09 23:45:07 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-09 23:45:07 +0000 |
commit | cabcada0b8738366bce33173ad1b3d376e8fb73c (patch) | |
tree | 0ed741af5c1c1d1b67433f9dc49fd8c6740a4a8a /templates/controlPanel.html | |
parent | 17b2b7b89c2ce34471251a64a1f7c9e416a1c869 (diff) | |
download | troggle-cabcada0b8738366bce33173ad1b3d376e8fb73c.tar.gz troggle-cabcada0b8738366bce33173ad1b3d376e8fb73c.tar.bz2 troggle-cabcada0b8738366bce33173ad1b3d376e8fb73c.zip |
2003 logbook export/re-import as now HTML format
Diffstat (limited to 'templates/controlPanel.html')
-rw-r--r-- | templates/controlPanel.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 5d4cac0..52b0d7e 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -101,7 +101,7 @@ <h3>Export to a different format:</h3> -<p>This creates 'newlogbook.html' in the years/<year>/ folder +<p>This creates 'logbook-new-format.html' in the years/<year>/ folder <table> <tr> @@ -128,8 +128,7 @@ Output style: <select name="extension"> <option value="html2005">.html file - 2005 style</option> - <option value="html2022">.html file - 2022 style</option> - </select> + </select> </p> <p> <input name="download_logbook" type="submit" value="Download logbook" /> |