moved checkbox to the left of text on filterpanels
This commit is contained in:
parent
fb0184a85b
commit
812329d4e2
src/main/java/se/su/dsv/scipro/reusable
@ -6,8 +6,7 @@
|
||||
<form wicket:id="form">
|
||||
<div wicket:id="list">
|
||||
<div>
|
||||
<span wicket:id="name"></span> <input wicket:id="check"
|
||||
type="checkbox" />
|
||||
<input wicket:id="check" type="checkbox"/> <span wicket:id="name"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -6,8 +6,7 @@
|
||||
<form wicket:id="form">
|
||||
<div wicket:id="list">
|
||||
<div>
|
||||
<span wicket:id="name"></span> <input wicket:id="check"
|
||||
type="checkbox" />
|
||||
<input wicket:id="check" type="checkbox" /> <span wicket:id="name"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user