mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
radio snippet added.
This commit is contained in:
4
e107_themes/bootstrap3/snippets/form_radio.html
Normal file
4
e107_themes/bootstrap3/snippets/form_radio.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<label class="radio-inline form-check-inline">
|
||||
<input class="form-check-input" type="radio" {attributes} />
|
||||
<span>{label}</span>
|
||||
</label>
|
Reference in New Issue
Block a user