Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2997 → Rev 2998

/web/acc/manager/htdocs/user_edit.php
404,7 → 404,7
 
echo <<<EOM
<td>
<input type="password" name="passwd" value="" size="20">
<input type="password" name="passwd" value="" size="20" autocomplete="new-password">
<br /><input type="button" value="$l_passwd_gen" onclick="password(8)">
<input type="text" value="" name="pwdgene" size="10" readonly>
</td>
/web/acc/manager/htdocs/user_new.php
149,7 → 149,7
<td class="etiquette" colspan="$colspan">
$l_password
</td><td>
<input type=password name="passwd" size=20>
<input type=password name="passwd" size=20 autocomplete="new-password" >
<br><input type="button" value="$l_passwd_gen" onclick="password(8,'newuser')">
<input type="text" value="" name="pwdgene" size=10 readonly>
</td>