mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-62373_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
cef2c013d2
@ -62,7 +62,8 @@ class renderer extends plugin_renderer_base {
|
||||
public function render_contact_dpo_link($replytoemail) {
|
||||
$params = [
|
||||
'data-action' => 'contactdpo',
|
||||
'data-replytoemail' => $replytoemail
|
||||
'data-replytoemail' => $replytoemail,
|
||||
'class' => 'contactdpo'
|
||||
];
|
||||
return html_writer::link('#', get_string('contactdataprotectionofficer', 'tool_dataprivacy'), $params);
|
||||
}
|
||||
|
@ -14,3 +14,13 @@
|
||||
height: 70vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
dd a.contactdpo {
|
||||
/* Reverting dd's left margin */
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.card dd a.contactdpo {
|
||||
/* Reverting dd's left margin */
|
||||
margin-left: inherit;
|
||||
}
|
||||
|
@ -36,7 +36,7 @@
|
||||
}
|
||||
}}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="row m-b-2">
|
||||
<label class="col-md-3 span3 col-form-label">{{#str}}replyto, tool_dataprivacy{{/str}}</label>
|
||||
<div class="col-md-9 span9 col-form-label">{{replytoemail}}</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user