会员注册项新增功能说明:
  1.原有的“显示”状态变为“会员注册时需填写 ”并增加“ 个人信息中可编辑”状态
  2.用户可以通过不同方式勾选以上两项来协助会员补充额外的个人信息
    当【会员注册时需填写】选中且【个人信息中可编辑】也选中时,该注册项在【注册】页面可供用户填写,在【个人信息】页面该注册项也会显示并处于可编辑状态
    当【会员注册时需填写】选中但未选中【个人信息中可编辑】时,该注册项在【注册】页面可供用户填写,在【个人信息】页面该注册项也会显示但处于不可编辑态
    当【会员注册时需填写】未选中但【个人信息中可编辑】选中时,该注册项在【注册】页面无法显示,但在【个人信息】页面该注册项显示并处于可编辑状态
    当【会员注册时需填写】未选中且【个人信息中可编辑】也未选中时,该注册项在【注册】页面及【个人信息】页面都无法显示
  3.所有注册项的“个人信息中可编辑”状态默认不勾选,若用户希望该项在【个人信息】中处于可编辑状态可以勾选“ 个人信息中可编辑”状态
<{button type="button" class="btn-has-icon" label=$___b2c="新增注册项"|t:'b2c' app="desktop" icon="btn_add.gif" onclick="new Dialog('index.php?app=b2c&ctl=admin_member_attr&act=add_page',{height:263,width:500,title:'{$b2cs}'})"}>
<{help}><{t}>您可以在此处自定义商店顾客在前台注册会员时需要填写的表单项目,系统自带注册项不允许删除,但您可以设置显示状态为不可见<{/t}><{/help}>
<{t}>注册项名称<{/t}>
<{t}>注册项类型<{/t}>
<{t}>编辑<{/t}>
<{t}>删除<{/t}>
<{t}>会员注册时需填写<{/t}>
<{t}>个人信息中可编辑<{/t}>
<{foreach from=$tree item=item name="item" key='row'}>
<{$item.attr_name|t:'b2c'}>: <{if $item.attr_type =='date'}> <{if $item.attr_required eq 'true'}>*<{/if}> <{/if}> <{if $item.attr_type =='text'}> <{input class="inputstyle" name=$item.attr_id }><{if $item.attr_required eq 'true'}>*<{/if}> <{/if}> <{if $item.attr_type =='region'}> <{/if}> <{if $item.attr_type ==gender}> <{/if}> <{if $item.attr_type =='select'}> <{if $item.attr_required eq 'true'}>*<{/if}> <{/if}> <{if $item.attr_type =='cal'}> <{input class="cal" type='date' name=$item.attr_id }><{if $item.attr_required eq 'true'}>*<{/if}> <{/if}> <{if $item.attr_type =='checkbox'}> <{foreach from=$item.attr_option item=checkbox name="checkbox" }> <{/foreach}> <{if $item.attr_required eq 'true'}>*<{/if}> <{/if}>
<{$item.attr_tyname}>
<{assign var=p value=$___b2c='系统默认'|t:'b2c'}> <{img src="/bundle/editcate.gif" border="0" alt=$___b2c="编辑"|t:'b2c'}>
<{if $item.attr_tyname !=$p}><{img src="/bundle/delecate.gif" border="0" alt=$___b2c="删除"|t:'b2c'}><{else}> <{/if}>
<{if $item.attr_show == "false"}> <{img src="/bundle/hidden.gif"}> <{else}> <{img src="/bundle/visible.gif"}> <{/if}>
<{if $item.attr_edit == "true"}> <{img src="/bundle/visible.gif"}> <{else}> <{img src="/bundle/hidden.gif"}> <{/if}>
<{/foreach}>
<{area inject='.mainFoot'}>
<{/area}>