removed status from supervisor my projectspanel

This commit is contained in:
Fredrik Friis 2012-02-10 14:24:27 +09:00
parent 636b28acca
commit 3b38f11dfe
2 changed files with 1 additions and 4 deletions
src/main/java/se/su/dsv/scipro/supervisor/panels

@ -73,7 +73,6 @@ public abstract class AbstractSupervisorDataView extends DataView<Project>{
item.add(new Label("role", getRoleString(project)));
item.add(new Label("status", project.getProjectStatus().toString()));
item.setOutputMarkupId(true);
}

@ -21,8 +21,7 @@
<th><a href="#" wicket:id="projectClassSort"><span wicket:id="projectClassLabel">Level</span></a></th>
<th><a href="#" wicket:id="titleSort"><span wicket:id="titleLabel">Title</span></a></th>
<th>Author(s)</th>
<th>Role</th>
<th class="rounded-right-top">Status</th>
<th class="rounded-right-top">Role</th>
</tr>
</thead>
<tfoot>
@ -40,7 +39,6 @@
wicket:id="title">[Project link]</span></a></td>
<td wicket:id="authors"></td>
<td wicket:id="role">Other role</td>
<td wicket:id="status"></td>
</tr>
</tbody>