mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-72982 tool_dataprivacy: add class name to email table
This commit is contained in:
parent
d135a1200a
commit
f60a585929
@ -56,7 +56,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
table, th, td {
|
||||
table.dataprivacy_email_table, .dataprivacy_email_table th, .dataprivacy_email_table td {
|
||||
border: 1px solid black;
|
||||
padding: 0.5em;
|
||||
}
|
||||
@ -67,7 +67,7 @@
|
||||
<div>
|
||||
<p>{{#str}}emailsalutation, tool_dataprivacy, {{dponame}}{{/str}}</p>
|
||||
<p>{{#str}}requestemailintro, tool_dataprivacy{{/str}}</p>
|
||||
<table>
|
||||
<table class="dataprivacy_email_table">
|
||||
<tr>
|
||||
<th scope="row">
|
||||
{{#str}}requesttype, tool_dataprivacy{{/str}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user