Commit 0f84a2bc8bc5fc9165ac920b6adf311b4b8b93a2

Authored by jack
1 parent 47aad505

修改bug

WebRoot/WEB-INF/jsp/sunvote/homework/en_homework_list.jsp
... ... @@ -26,6 +26,7 @@
26 26 <body class="no-skin">
27 27 <form action="homework/list.do" method="post" name="Form" id="Form">
28 28 <input type="hidden" name="TEACHER_ID" id="TEACHER_ID" value="${pd.TEACHER_ID}"/>
  29 + <input type="hidden" name="SCHOOL_ID" id="SCHOOL_ID" value="${pd.SCHOOL_ID}"/>
29 30 <div class="head_box">
30 31 <div class="box_header">
31 32 <div class="head_box_l">
... ...
WebRoot/WEB-INF/jsp/sunvote/pagetemplate/en_pagetemplate_list2.jsp
... ... @@ -52,7 +52,7 @@
52 52 <th class="center">Subject</th>
53 53 <th class="center">Grade</th>
54 54 <th class="center">Total score</th>
55   - <th class="center">operation</th>
  55 + <th class="center">Operation</th>
56 56 </tr>
57 57 </thead>
58 58 </table>
... ...