Commit 9353bdcb by xuxueli

update document

parent 649170d5
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
<span class="input-group-addon">${I18n.user_role}</span> <span class="input-group-addon">${I18n.user_role}</span>
<select class="form-control" id="role" > <select class="form-control" id="role" >
<option value="-1" >${I18n.system_all}</option> <option value="-1" >${I18n.system_all}</option>
<option value="0" >${I18n.user_role_admin}</option> <option value="1" >${I18n.user_role_admin}</option>
<option value="1" >${I18n.user_role_normal}</option> <option value="0" >${I18n.user_role_normal}</option>
</select> </select>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment