fixed a panel that wouldnt render

This commit is contained in:
Fredrik Friis 2012-04-10 15:28:02 +09:00
parent d4f5a3d5a6
commit 42ebcff6fe

@ -5,13 +5,13 @@
<h5 class="peer-title">Registered as opponent</h5> <h5 class="peer-title">Registered as opponent</h5>
<i><span wicket:id="noOppositionsMessage"></span></i> <i><span wicket:id="noOppositionsMessage"></span></i>
<!-- <div class="append-bottom rounded-border" wicket:id="oppositionsList"> --> <!-- <div class="append-bottom rounded-border" wicket:id="oppositionsList"> -->
<div class="rounded-box" wicket:id="oppositionsList"> <div wicket:id="oppositionsList">
<!-- <h5> --> <!-- <h5> -->
<!-- <strong>Title:</strong> --> <!-- <strong>Title:</strong> -->
<!-- <span wicket:id="projectTitle"></span> --> <!-- <span wicket:id="projectTitle"></span> -->
<!-- </h5> --> <!-- </h5> -->
<div class="box-title" wicket:id="projectTitle"></div> <div wicket:id="projectTitle"></div>
<div> <div>
<strong>Date:</strong> <strong>Date:</strong>
@ -63,7 +63,7 @@
<div> <div>
<i><span wicket:id="noOppositionReportMessage"></span></i> <i><span wicket:id="noOppositionReportMessage"></span></i>
</div> </div>
<div class="rounded-box info-box" wicket:id="oppositionUploadClosedContainer"> <div wicket:id="oppositionUploadClosedContainer">
<ul> <ul>
<li>Upload of opposition report will open when the author(s) upload their thesis/report</li> <li>Upload of opposition report will open when the author(s) upload their thesis/report</li>
</ul> </ul>