git-svn-id: http://xe-core.googlecode.com/svn/trunk@746 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-28 07:13:09 +00:00
parent cdb85366e2
commit 17092b4d2f

View file

@ -7,7 +7,7 @@
<col width="*" />
<tr>
<th>{$lang->user_id}</th>
<td><input type="text" name="user_id" /></td>
<td><input type="text" name="user_id" id="member_login_user_id" /></td>
</tr>
<tr>
<th>{$lang->password}</th>
@ -28,3 +28,6 @@
</form>
<script type="text/javascript">
xAddEventListener(window, "load", function() { xGetElementById("member_login_user_id").focus(); } );
</script>