1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-06 07:37:40 +00:00

fix some bug...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-20 21:05:15 +08:00
parent cdf10d5fed
commit dc534f0e8f
4 changed files with 31 additions and 29 deletions

View File

@ -73,7 +73,7 @@ if (empty ( $_SESSION ['username'] ))
<tr class="first">
<td>邮箱地址</td>
<td class="description"><input style="width: 250px;"
class="span8 inline-input" id="mail" type="text" /></td>
class="span8 inline-input" id="mail" type="text" disabled="disabled"/></td>
<td><button style="width: 90px;" id="submit" type="button"
class="btn-glow primary btn-next">发送验证码</button></td>
</tr>