After downloading .tar using default tpl with 228, check boxes remain checked after
download is completed. Any furthur action on the folder/page causes the download
to start again.
this is how it is supposed to work.
if you want it to reset the selection by default, you can make a new poll (instead of "new topic") here on the forum.
anyone wishing to customize the behavior can change the onclick of the archive button to this
if (!confirm("Are you sure?")) return false;
submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive");
var is = document.getElementsByName("selection");
for (var i=0; i < is.length; i++) is[i].checked = false;
Selectable delete works in diff tpl, but after adding new selectable archive section, neither work.
Both work in main tpl.
in diff tpl? please tell me how to configure HFS to reproduce your problem.