Skip to content

Commit

Permalink
Merge branch 'MDL-55857-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Nov 25, 2016
2 parents 1adf21f + 05a25f8 commit 29c96d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions theme/boost/templates/core/filemanager_loginform.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{{!
@template core/filemanager_loginform
This template is actually a template which is then used by YUI JS to
generate the markup, so it doesn't make much sense on its own.
Example context (json): {}
}}
<div class="fp-login-form">
<div class="fp-content-center">
<form class="form">
Expand All @@ -24,6 +32,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 29c96d2

Please sign in to comment.