mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-55857-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
29c96d214b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user