mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-62395 tool_dataprivacy: Purpose name and description in one column
* Show the purpose's name and description under one column.
This commit is contained in:
parent
74844ced9d
commit
7216596760
@ -68,7 +68,6 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="w-25">{{#str}}name{{/str}}</th>
|
||||
<th scope="col" class="w-25">{{#str}}description{{/str}}</th>
|
||||
<th scope="col">{{#str}}lawfulbases, tool_dataprivacy{{/str}}</th>
|
||||
<th scope="col">{{#str}}sensitivedatareasons, tool_dataprivacy{{/str}}</th>
|
||||
<th scope="col">{{#str}}retentionperiod, tool_dataprivacy{{/str}}</th>
|
||||
@ -79,10 +78,18 @@
|
||||
<tbody>
|
||||
{{#purposes}}
|
||||
<tr data-purposeid="{{id}}">
|
||||
<td>{{{name}}}</td>
|
||||
<td>{{{description}}}</td>
|
||||
<td>
|
||||
<ul>
|
||||
<dl>
|
||||
<dt>
|
||||
{{{name}}}
|
||||
</dt>
|
||||
<dd>
|
||||
{{{description}}}
|
||||
</dd>
|
||||
</dl>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="list-unstyled">
|
||||
{{#formattedlawfulbases}}
|
||||
<li>
|
||||
<span>{{name}}{{# pix }} i/info, core, {{description}} {{/ pix }}</span>
|
||||
@ -91,7 +98,7 @@
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<ul class="list-unstyled">
|
||||
{{#formattedsensitivedatareasons}}
|
||||
<li>
|
||||
<span>{{name}}{{# pix }} i/info, core, {{description}} {{/ pix }}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user