lufi/themes/default/templates/index/zip_files.html.ep

12 lines
267 B
Plaintext

% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
<div>
<input
type="checkbox"
id="zip-files"
data-checked=""
>
<label for="zip-files">
<%= l('Create a zip archive with the files before uploading?') %>
</label>
</div>