projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'html_menu'
[kivitendo-erp.git]
/
templates
/
webpages
/
dbupgrade
/
footer.html
1
[%- USE T8 %]
2
[% USE HTML %]<p>[% '...done' | $T8 %]</p>
3
4
<form action="[% menufile %]">
5
6
<input type="hidden" name="action" value="display">
7
8
<p><input type="submit" value="[% 'Continue' | $T8 %]"></p>
9
</form>
10
11
</body>
12
</html>