Update of /cvsroot/openinteract/OpenInteract/template
In directory usw-pr-cvs1:/tmp/cvs-serv19363
Added Files:
form_password
Log Message:
added widget for password
--- NEW FILE: form_password ---
[%########################################
form_password( name, size, maxlength, field_label )
Generate a password field.
Defaults:
size = 20
maxlength = 50
########################################-%]
[%- DEFAULT size = 20;
DEFAULT maxlength = 50; -%]
[%- field_pre_label -%]
<input type="password" name="[% name %]"
size="[% size %]" maxlength="[% maxlength %]">
[%- field_label -%]
|