Remove export permission (if you can view you can export)
This commit is contained in:
parent
c518cbc20d
commit
db0797345c
4 changed files with 0 additions and 40 deletions
|
|
@ -58,10 +58,6 @@
|
|||
<td>Convertir membres en contacts</td>
|
||||
<td>{% if Role.ConvertMemberToContact %}Oui{% else %}Non{% endif %}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exporter membres (CSV)</td>
|
||||
<td>{% if Role.ExportMember %}Oui{% else %}Non{% endif %}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
@ -106,10 +102,6 @@
|
|||
<td>Convertir contacts en membres</td>
|
||||
<td>{% if Role.ConvertContactToMember %}Oui{% else %}Non{% endif %}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exporter contacts (CSV)</td>
|
||||
<td>{% if Role.ExportContact %}Oui{% else %}Non{% endif %}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue