mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
Merge branch 'MDL-66999-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
f00542c485
69 changed files with 1487 additions and 2168 deletions
|
@ -75,7 +75,7 @@
|
|||
<hr />
|
||||
<div class="p-l-3">
|
||||
<dl class="row">
|
||||
<dt class="col-xs-3">
|
||||
<dt class="col-3">
|
||||
{{#link}}
|
||||
<a href="#{{name}}"><strong style="word-wrap:break-word">{{name}}</strong></a>
|
||||
{{/link}}
|
||||
|
@ -84,13 +84,13 @@
|
|||
{{/link}}
|
||||
<div class="small text-muted" style="word-wrap:break-word">{{type}}</div>
|
||||
</dt>
|
||||
<dd class="col-xs-9">{{summary}}</dd>
|
||||
<dd class="col-9">{{summary}}</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
{{#fields}}
|
||||
<div class="row">
|
||||
<dt class="col-xs-3 font-weight-normal" style="word-wrap:break-word">{{field_name}}</dt>
|
||||
<dd class="col-xs-9">{{field_summary}}</dd>
|
||||
<dt class="col-3 font-weight-normal" style="word-wrap:break-word">{{field_name}}</dt>
|
||||
<dd class="col-9">{{field_summary}}</dd>
|
||||
</div>
|
||||
{{/fields}}
|
||||
</dl>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<hr />
|
||||
<div class="p-l-3">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="col-12">
|
||||
{{nullprovider}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue