Moved pack as exe functionality to the pack_custom.html form

This commit is contained in:
Leonel Câmara
2015-06-30 19:19:38 +01:00
parent 5d2e5dded3
commit 032af7c04d
3 changed files with 38 additions and 36 deletions
@@ -25,6 +25,7 @@
<form action="{{=URL(args=request.args)}}" method="POST">
<h2>{{=T('Select Files to Package')}}</h2>
<input type="submit" value="{{=T('Download .w2p')}}" class="btn"/>
<input type="submit" name="doexe" value="{{=T('Download as .exe')}}" class="btn"/>
<div style="margin-top:20px">
{{tree(base)}}
</div>