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

13 lines
310 B
Plaintext

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