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

This commit is contained in:
zero 2007-04-09 09:14:23 +00:00
parent cc44738b6d
commit 4d4116a652
5 changed files with 68 additions and 9 deletions

View file

@ -85,7 +85,9 @@
<tr>
<th rowspan="2">{$lang->birthday}</th>
<td>
<input type="text" name="birthday" value="{$member_info->birthday}" />
<input type="hidden" name="birthday" id="date_birthday" value="{$member_info->birthday}" />
<span id="str_birthday">{zdate($member_info->birthday,"Y-m-d")}</span>
[<a href="#" onclick="open_calendar('birthday','{$member_info->birthday}');return false;">{$lang->cmd_open_calendar}</a>]
</td>
</tr>
<tr>