mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-55857 boost: template for checkboxes in repo plugins
Thanks to Damyon for the suggested markup
This commit is contained in:
parent
b4d6669dd0
commit
8515e2d16d
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
<label class="form-control-label"></label>
|
||||
<div class="fp-login-radio"><input class="form-control" /> <label></label></div>
|
||||
</div>
|
||||
<div class="fp-login-checkbox form-group form-inline">
|
||||
<label class="form-control-label"></label>
|
||||
<input class="form-control"/>
|
||||
</div>
|
||||
</div>
|
||||
<p class="mdl-align"><button class="fp-login-submit btn-primary btn">{{#str}}submit, repository{{/str}}</button></p>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue