summaryrefslogtreecommitdiffstats
path: root/templates/svxfile.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-29 21:55:11 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-29 21:55:11 +0000
commit53865e64d847a71e05fa602defa34100efbe1d8c (patch)
tree894ee75aeabaf728028a2d7a4b9b98532dbb1a48 /templates/svxfile.html
parentbb4df7d07f5da551dfe4f49598c0d132afabef5d (diff)
downloadtroggle-53865e64d847a71e05fa602defa34100efbe1d8c.tar.gz
troggle-53865e64d847a71e05fa602defa34100efbe1d8c.tar.bz2
troggle-53865e64d847a71e05fa602defa34100efbe1d8c.zip
make clear what filename is being saved. Phil Underwood issue.
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r--templates/svxfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index 48dffe2..636aeba 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -57,7 +57,7 @@ $(document).ready(function()
<div>Who are you? {{form.who_are_you}}</div>
<div style="display:none">{{form.filename}} {{form.dirname}} {{form.datetime}} {{form.outputtype}}</div>
<input type="submit" name="diff" value="Differences between edited and saved versions of this file" />
- <input type="submit" name="save" value="Save this edited svx file"/>
+ <input type="submit" name="save" value="Save this edited file {{ filename }}.svx"/>
<input type="submit" name="process" value="Run 'cavern' on this svx file" title="executes cavern"/>
</form>