Changed button text.

This commit is contained in:
Tom Vahlman 2012-03-24 15:06:24 +01:00
parent abed050e41
commit 2bb15b94ee

@ -8,8 +8,8 @@
<wicket:panel>
<form wicket:id="form">
<div wicket:id="wmc1">
<div class="append-bottom"><button wicket:id="acceptButton">Report your interest to supervise</button></div>
<div class="append-top">Enter a reason to your interest: (at least 5 characters)</div>
<div class="append-bottom"><button wicket:id="acceptButton">Report interest to supervise</button></div>
<div class="append-top">Enter a reason for your interest: (at least 5 characters)</div>
<textarea wicket:id="reason" rows="5" style="width: 100%;"></textarea>
</div>
</form>