|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
<li class="orgSubColumn">
|
|
|
|
|
<div id="subsubdomain_show_<%= subdomain.id %>" class="subColumnControl"><%= subdomain.name %></div>
|
|
|
|
|
<div id="subsubdomain_edit_<%= subdomain.id %>" style="display:none;">
|
|
|
|
|
<input type="text" name="name" onblur="update_subsubdomain('#subsubdomain_show_<%= subdomain.id %>','#subsubdomain_edit_<%= subdomain.id %>','<%= subdomain.id %>',$(this).val());" value="<%= subdomain.name %>" style="width:70px;"/>
|
|
|
|
|
<input type="text" name="name" onblur="update_subfield('#subsubdomain_show_<%= subdomain.id %>','#subsubdomain_edit_<%= subdomain.id %>','<%= subdomain.id %>',$(this).val());" value="<%= subdomain.name %>" style="width:70px;"/>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="orgSubStatus">新增</li>
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<li class="orgSubOperation">
|
|
|
|
|
<a href="javascript:void(0);" class="linkGrey fr ml5 mr10" onclick="hide($(this),'<%= subdomain.id %>');" id="hide_<%= subdomain.id %>"><%= subdomain.hide==0?"隐藏":"可见" %></a>
|
|
|
|
|
<span class="fr">|</span>
|
|
|
|
|
<%= link_to "删除", org_subfield_sub_domain_path(subdomain), :method => 'delete', :remote => true, :confirm => "您确定删除吗?", :class => "linkGrey fr ml5 mr5" %>
|
|
|
|
|
<%= link_to "删除", setting_organization_path(@organization), :method => 'delete', :remote => true, :confirm => "您确定删除吗?", :class => "linkGrey fr ml5 mr5" %>
|
|
|
|
|
<span class="fr">|</span>
|
|
|
|
|
<a href="javascript:void(0);" class="linkGrey fr ml5 mr5" onclick="edit('#subsubdomain_show_<%= subdomain.id %>','#subsubdomain_edit_<%= subdomain.id %>');">编辑</a>
|
|
|
|
|
</li>
|
|
|
|
|