简洁模式
This commit is contained in:
parent
dcb3d8659b
commit
9d3bb44682
|
@ -75,7 +75,7 @@
|
||||||
<div class="orgRow mb10 mt5">
|
<div class="orgRow mb10 mt5">
|
||||||
<span style="margin-left:10px;" >显示模式 : </span>
|
<span style="margin-left:10px;" >显示模式 : </span>
|
||||||
<input type="radio" id="show_mode_ordinary" value="0" name="show_mode" style="margin-left:5px;" <%= @organization.show_mode == 0 ? "checked" : "" %> />
|
<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" : "" %> />
|
<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>
|
<label for="show_mode_special">门户模式</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue