minor markup change
This commit is contained in:
parent
4c95be3687
commit
b42ef0bf69
@ -3,26 +3,27 @@
|
||||
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
||||
<body>
|
||||
<wicket:panel>
|
||||
<br />
|
||||
<br/>
|
||||
|
||||
<form wicket:id="form">
|
||||
<div class="row-fluid">
|
||||
<div wicket:id="mailCompilation">
|
||||
<div class="span2">
|
||||
<wicket:message key="notification.settings.mailCompilation"></wicket:message>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<label>
|
||||
<input wicket:id="compile" type="radio" />
|
||||
<wicket:message key="notification.settings.compile"></wicket:message>
|
||||
</label>
|
||||
<label>
|
||||
<input wicket:id="noCompile" type="radio" />
|
||||
<wicket:message key="notification.settings.noCompile"></wicket:message>
|
||||
</label>
|
||||
</div>
|
||||
<div wicket:id="mailCompilation">
|
||||
<div>
|
||||
<wicket:message key="notification.settings.mailCompilation"></wicket:message>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input wicket:id="compile" type="radio"/>
|
||||
<wicket:message key="notification.settings.compile"></wicket:message>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input wicket:id="noCompile" type="radio"/>
|
||||
<wicket:message key="notification.settings.noCompile"></wicket:message>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<input type="submit" value="Update" />
|
||||
<input type="submit" value="Update"/>
|
||||
</form>
|
||||
</wicket:panel>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user