Removing unneeded files

This commit is contained in:
Miles Lott 2001-05-11 12:50:37 +00:00
parent a133e9b4ee
commit fa815742bb
4 changed files with 10 additions and 19 deletions

View File

@ -1,4 +0,0 @@
<tr bgcolor="{tr_color2}">
<td colspan="4" align="right"><input type="submit" name="submit" value="{lang_button}"></td>
</tr>

View File

@ -62,3 +62,13 @@
<td colspan="4" align="right"><input type="submit" name="submit" value="{lang_button}"></td>
</tr>
<!-- END form_buttons_ -->
<!-- BEGIN form_logininfo -->
<tr bgcolor="{tr_color1}">
<td>{lang_lastlogin}</td>
<td>{account_lastlogin}</td>
<td>{lang_lastloginfrom}</td>
<td>{account_lastloginfrom}</td>
</tr>
<!-- END form_logininfo -->

View File

@ -1,8 +0,0 @@
<tr bgcolor="{tr_color1}">
<td>{lang_lastlogin}</td>
<td>{account_lastlogin}</td>
<td>{lang_lastloginfrom}</td>
<td>{account_lastloginfrom}</td>
</tr>

View File

@ -1,7 +0,0 @@
<tr bgcolor="{tr_color1}">
<td>{lang_password}</td>
<td><input type="password" name="account_passwd" value="{account_passwd}"></td>
<td>{lang_reenter_password}</td>
<td><input type="password" name="account_passwd_2" value="{account_passwd_2}"></td>
</tr>