Ver código fonte

Update member_view.htm

tags/6.1.8
xushubieli 3 anos atrás
pai
commit
0aac7ff410
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/admin/templets/member_view.htm

+ 1
- 1
src/admin/templets/member_view.htm Ver arquivo

@@ -127,7 +127,7 @@ function checkSubmit()
</tr>
<tr>
<td height="26" class="bline">升级时间:</td>
<td height="26" class="bline"><input type="text" name="uptime" value="<?php echo $row['uptime']=($row['uptime']=='0')? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']); ?>" id="uptime" style="width:260px">(如果您要升级会员,必须设置此时间为当前时间)</td>
<td height="26" class="bline"><input type="text" name="uptime" value="<?php echo $row['uptime']=($row['uptime']=='0')? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']); ?>" id="uptime" style="width:160px">(如果您要升级会员,必须设置此时间为当前时间)</td>
</tr>
<tr>
<td height="26" class="bline">会员天数:</td>


Carregando…
Cancelar
Salvar