adjust bool.hamlet for styling needs
This commit is contained in:
parent
c967399ab9
commit
328fbcb2e5
@ -1,10 +1,14 @@
|
|||||||
$newline never
|
$newline never
|
||||||
|
<div .radio-group>
|
||||||
$if not isReq
|
$if not isReq
|
||||||
<input id=#{theId}-none *{attrs} type=radio name=#{name} value=none checked>
|
<div .radio>
|
||||||
<label for=#{theId}-none>_{MsgSelectNone}
|
<input id=#{theId}-none *{attrs} type=radio name=#{name} value=none checked>
|
||||||
|
<label for=#{theId}-none>_{MsgSelectNone}
|
||||||
|
|
||||||
<input id=#{theId}-yes *{attrs} type=radio name=#{name} value=yes :showVal id val:checked>
|
<div .radio>
|
||||||
<label for=#{theId}-yes>_{MsgBoolYes}
|
<input id=#{theId}-yes *{attrs} type=radio name=#{name} value=yes :showVal id val:checked>
|
||||||
|
<label for=#{theId}-yes>_{MsgBoolYes}
|
||||||
|
|
||||||
<input id=#{theId}-no *{attrs} type=radio name=#{name} value=no :showVal not val:checked>
|
<div .radio>
|
||||||
<label for=#{theId}-no>_{MsgBoolNo}
|
<input id=#{theId}-no *{attrs} type=radio name=#{name} value=no :showVal not val:checked>
|
||||||
|
<label for=#{theId}-no>_{MsgBoolNo}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user