Merge branch 'MDL-55857-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
David Monllao 2016-11-25 08:46:04 +08:00
commit 29c96d214b

View File

@ -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">
@ -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>