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

12 lines
278 B
Plaintext

% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
<div>
<input
type="password"
id="file_pwd"
placeholder="<%= l('Password') %>"
autocomplete="off">
<label for="file_pwd">
<%= l('Add a password to file(s)') %>
</label>
</div>