mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-69111-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
This commit is contained in:
commit
7cc4f8883a
7 changed files with 51 additions and 25 deletions
|
@ -92,8 +92,8 @@
|
|||
{{> mod_forum/local/grades/local/grader/user_picker_placeholder }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="body-container position-relative d-flex flex-column overflow-auto" data-region="body-container">
|
||||
<div class="grader-grading-panel-display pt-3 overflow-auto" data-region="grading-panel-container">
|
||||
<div class="body-container position-relative d-flex flex-column" data-region="body-container">
|
||||
<div class="grader-grading-panel-display pt-3" data-region="grading-panel-container">
|
||||
<h4 class="mb-0 h5 px-3 font-weight-normal">
|
||||
{{#pix}} i/grading, core {{/pix}}{{#str}} gradingmodulename, core_grades, {{moduleName}} {{/str}}
|
||||
</h4>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"moduleName": "Chef the Forum"
|
||||
}
|
||||
}}
|
||||
<nav id="nav-container-{{uniqid}}" class="grader-grading_navigation navbar" aria-label="{{#str}} forumgradingnavigation, mod_forum {{/str}}">
|
||||
<nav id="nav-container-{{uniqid}}" class="grader-grading_navigation navbar px-0 px-sm-3" aria-label="{{#str}} forumgradingnavigation, mod_forum {{/str}}">
|
||||
<div class="d-none d-sm-flex align-items-center">
|
||||
<a href="{{{courseUrl}}}" class="btn btn-link px-2 colour-inherit">
|
||||
<h5 class="d-inline px-0 mb-0">{{courseName}}</h5>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<h5 class="d-inline px-2 mb-0 font-weight-bold">{{#str}}grading, forum{{/str}}</h5>
|
||||
</div>
|
||||
|
||||
<div class="ml-auto">
|
||||
<div class="ml-1 ml-sm-auto">
|
||||
<button
|
||||
class="btn btn-icon icon-no-margin drawer-button mr-1 active"
|
||||
data-action="expand-grading-drawer"
|
||||
|
@ -60,7 +60,7 @@
|
|||
<span class="dir-rtl-hide" aria-hidden="true">{{#pix}} show-grader-panel, mod_forum, {{#str}} showgraderpanel, mod_forum {{/str}} {{/pix}}</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-icon icon-no-margin drawer-button mr-1"
|
||||
class="btn btn-icon icon-no-margin drawer-button mr-1 d-none d-sm-inline-block"
|
||||
aria-label="{{#str}} hidegraderpanel, mod_forum {{/str}}"
|
||||
data-action="collapse-grading-drawer"
|
||||
aria-controls="grading-drawer-{{uniqid}}"
|
||||
|
@ -71,21 +71,21 @@
|
|||
<span aria-hidden="true">{{#pix}} hide-grader-panel, mod_forum, {{#str}} hidegraderpanel, mod_forum {{/str}} {{/pix}}</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-primary font-weight-bold ml-2 px-4"
|
||||
class="btn btn-primary font-weight-bold ml-sm-2 px-4"
|
||||
data-action="savegrade"
|
||||
>
|
||||
{{#str}} save {{/str}}
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-secondary font-weight-bold ml-2 px-4"
|
||||
class="btn btn-secondary font-weight-bold ml-1 ml-sm-2 px-4"
|
||||
aria-label="{{#str}} closegrader, mod_forum {{/str}}"
|
||||
data-action="closegrader"
|
||||
type="button"
|
||||
>
|
||||
{{#str}} close, mod_forum {{/str}}
|
||||
</button>
|
||||
<div class="btn-group">
|
||||
<button
|
||||
<div class="btn-group d-none d-sm-inline-block">
|
||||
<button
|
||||
class="btn btn-icon text-muted icon-no-margin icon-size-3 ml-2"
|
||||
type="button"
|
||||
id="grader-actions-menu-{{uniqid}}"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<div class="d-flex align-items-center user-picker-container mb-2 py-2">
|
||||
<div aria-live="polite" data-region="user_picker/current_user" class="sr-only"></div>
|
||||
<div class="d-flex align-items-center" data-region="user_picker/user"></div>
|
||||
<div class="d-flex align-items-center overflow-hidden" data-region="user_picker/user"></div>
|
||||
<div class="ml-auto flex-shrink-0">
|
||||
<nav aria-label="{{#str}} usernavigation, mod_forum {{/str}}">
|
||||
<ul class="pagination mb-0">
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
aria-hidden="true"
|
||||
>
|
||||
{{/profileimage}}
|
||||
<div>
|
||||
<div class="overflow-hidden">
|
||||
<h5
|
||||
class="mb-0 font-weight-bold user-full-name text-truncate"
|
||||
data-region="name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue