some markup cleanup

This commit is contained in:
Fredrik Friis 2012-03-20 16:40:43 +09:00
parent 9258514317
commit 2731f0081f

@ -10,7 +10,10 @@
<div>
<wicket:enclosure child="identifier">
<div class="info-box rounded-box">This project is synchronized with remote systems, changes made to it may be overwritten if the remote system updates the projects data (external identifier: <span wicket:id="identifier">externalId</span>)</div>
<div class="info-box rounded-box">This project is synchronized with remote systems, changes made to it
may be overwritten if the remote system updates the projects data (external identifier: <span
wicket:id="identifier">externalId</span>)
</div>
</wicket:enclosure>
</div>
@ -26,7 +29,9 @@
<div wicket:id="studentPanel" class="append-bottom"></div>
<div>Project followers:</div>
<div wicket:id="followerPanel" class="append-bottom"></div>
<div><button wicket:id="saveButton">Save</button></div>
<div>
<button wicket:id="saveButton">Save</button>
</div>
</div>
</form>
</wicket:panel>