老张小站

  1. 欢迎光临

    感谢访问老张的博客!

  • 1
6,277

Discuz! X3.* 去掉“兑换”“转账”功能的积分交易税

分类 网站技术/村民张先生 发布于 2015-02-05 21:54
0

附加优化:调整“转账”页面的表格宽度、表格对齐等。

打开当前应用的模板目录下的 home/spacecp_credit_base.htm ,

1、调整转账数量表格宽度、密码框宽度,并使上下两处完全对齐。

将 <input type="text" name="transferamount" id="transferamount" class="px" size="5" style="width: auto;" value="0" /> 修改为 <input type="text" name="transferamount" id="transferamount" class="px" size="5" style="width: 60px;" value="0" />

将 <td><input type="password" name="password" class="px" value="" /></td> 修改为 <td><input type="password" name="password" class="px" value="" style="width: 200px;" /></td>

2、调整“转账”按钮为“立即转账”,在后面加注“不可撤销”,并使按钮与上方的密码框完全对齐。

<button type="submit" name="transfersubmit_btn" id="transfersubmit_btn" class="pn" value="true"><em>{lang memcp_credits_transfer}</em></button> 修改为 <button type="submit" name="transfersubmit_btn" id="transfersubmit_btn" class="pn" value="true" style="margin-left:0;"><em>立即{lang memcp_credits_transfer}</em></button>(不可撤销)

3、调整“积分交易税”提示语为红色,并增加一行解释。

<!--{if intval($taxpercent) > 0}-->{lang credits_tax} $taxpercent<!--{/if}--> 修改为 <!--{if intval($taxpercent) > 0}--><font color=red>{lang credits_tax} $taxpercent ,<br>实际到账额为扣除交易税后</font><!--{/if}-->

分页: 1 2 3 4 上一页
欢迎转载分享,转载请注明 来源:大张小站 https://www.zhang.cq.cn/20151233.html
若您喜欢这篇文章,欢迎订阅老张小站以获得最新内容。 / 欢迎交流探讨,请发电子邮件至 mail[at]vdazhang.com 。


欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截