<input id="archive_subrepos" type="checkbox" name="subrepos"/> <span class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</span>
</span>
%endif
</div>
</div>
@@ -278,27 +281,28 @@
'display','none');
})
YUE.on('download_options','change',function(e){
var new_cs = e.target.options[e.target.selectedIndex];
var tmpl_links = {}
%for cnt,archive in enumerate(c.rhodecode_repo._get_archives()):