Mise en place gestion accès aux pages

This commit is contained in:
Jean-Christophe Engel 2025-12-03 10:47:43 +01:00
parent cefc3e824d
commit 63775189da
31 changed files with 94 additions and 31 deletions

View file

@ -7,6 +7,8 @@
- id : id du membre
*}}
{{#restrict block=true section="users" level="read"}}{{/restrict}}
{{:admin_header title="Historique membre" custom_css="./style.css" current="module_equipment"}}
{{* lecture config (défaut ou enregistrée) *}}
@ -108,13 +110,15 @@
<td>{{$amount}}</td>
<td>{{$total}}</td>
<td class="actions">
{{if $direction == "output" && $type_mvt == "temporaire"}}
{{:linkbutton
label="Retour"
href="%smovements/output_return.html?key=%s&prop=0&user=%s"|args:$module.url:$mvt_key:$_GET.id
shape="history"
{{#restrict section="accounting" level="write"}}
{{if $direction == "output" && $type_mvt == "temporaire"}}
{{:linkbutton
label="Retour"
href="%smovements/output_return.html?key=%s&prop=0&user=%s"|args:$module.url:$mvt_key:$_GET.id
shape="history"
target="_dialog"}}
{{/if}}
{{/if}}
{{/restrict}}
</td>
</tr>
{{/select}}