mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-55857-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
29c96d214b
1 changed files with 12 additions and 0 deletions
|
@ -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-login-form">
|
||||||
<div class="fp-content-center">
|
<div class="fp-content-center">
|
||||||
<form class="form">
|
<form class="form">
|
||||||
|
@ -24,6 +32,10 @@
|
||||||
<label class="form-control-label"></label>
|
<label class="form-control-label"></label>
|
||||||
<div class="fp-login-radio"><input class="form-control" /> <label></label></div>
|
<div class="fp-login-radio"><input class="form-control" /> <label></label></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="fp-login-checkbox form-group form-inline">
|
||||||
|
<label class="form-control-label"></label>
|
||||||
|
<input class="form-control"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mdl-align"><button class="fp-login-submit btn-primary btn">{{#str}}submit, repository{{/str}}</button></p>
|
<p class="mdl-align"><button class="fp-login-submit btn-primary btn">{{#str}}submit, repository{{/str}}</button></p>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue