简洁模式

This commit is contained in:
huang 2016-06-12 16:04:26 +08:00
parent dcb3d8659b
commit 9d3bb44682
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<div class="orgRow mb10 mt5">
<span style="margin-left:10px;" >显示模式&nbsp;: </span>
<input type="radio" id="show_mode_ordinary" value="0" name="show_mode" style="margin-left:5px;" <%= @organization.show_mode == 0 ? "checked" : "" %> />
<label for="show_mode_ordinary">简模式</label>
<label for="show_mode_ordinary">简模式</label>
<input type="radio" id="show_mode_special" value="1" name="show_mode" style="margin-left:10px;" <%= @organization.show_mode == 1 ? "checked" : "" %> />
<label for="show_mode_special">门户模式</label>
</div>