Set input type text for CSS compatibility

environments/ppa-mbqj77/deployments/1
Clément Oudot 17 years ago
parent 7c2976cac8
commit 438588e0d8
  1. 2
      modules/lemonldap-ng-portal/example/AuthLA/tpl/auth.tpl

@ -26,7 +26,7 @@
<input type="hidden" name="user" value="<TMPL_VAR NAME="AUTH_USER">" />
<TMPL_VAR NAME="AUTH_USER">
<TMPL_ELSE>
<input name="user" size="30" />
<input name="user" type="text" size="30" />
</TMPL_IF>
<label class="required">Password</label>

Loading…
Cancel
Save