Skip to content

Commit

Permalink
MDL-55857 boost: template for checkboxes in repo plugins
Browse files Browse the repository at this point in the history
Thanks to Damyon for the suggested markup
  • Loading branch information
danpoltawski committed Nov 16, 2016
1 parent b4d6669 commit 8515e2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/templates/core/filemanager_loginform.mustache
Expand Up @@ -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>
Expand Down

0 comments on commit 8515e2d

Please sign in to comment.