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:
Jun Pataleta 2018-10-02 14:43:38 +08:00
parent 74844ced9d
commit 7216596760

View File

@ -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>