正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <li><a href="{:url('School/school_list')}">学校列表</a></li> | 6 | <li><a href="{:url('School/school_list')}">学校列表</a></li> |
7 | <li class="active"><a href="#">学校编辑</a></li> | 7 | <li class="active"><a href="#">学校编辑</a></li> |
8 | </ul> | 8 | </ul> |
9 | - <form class="bs-example bs-example-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;"> | 9 | + <form class="bs-example bs-example-form js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;"> |
10 | <div class="input-group"> | 10 | <div class="input-group"> |
11 | <span class="input-group-addon">学校地区:</span> | 11 | <span class="input-group-addon">学校地区:</span> |
12 | <input type="text" class="form-control" name="region" value="{$data.region}" > | 12 | <input type="text" class="form-control" name="region" value="{$data.region}" > |
-
请 注册 或 登录 后发表评论