Skip to content

Commit

Permalink
[TASK]#169662 - #38820 - Affichage "access"
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor BONDARENKO committed Jul 21, 2023
1 parent 71a651b commit 9648c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Private/Templates/Permission/Edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <h1>
<f:section name="content">
<f:comment><!-- {base} is defined as it's *required* for mathematical operations in Fluid --></f:comment>
<f:variable name="base" value="2" />

<form action="{formAction}" method="post" name="editform" id="PermissionControllerEdit">

<div class="row row-cols-auto align-items-end g-3">
Expand Down Expand Up @@ -60,6 +59,8 @@ <h1>
<th><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:2" /></th>
<th><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:4" /></th>
<th><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:8" /></th>
<th><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:recursive" /></th>
<th><f:format.case mode="capital"><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:deleted" /></f:format.case></th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 9648c1f

Please sign in to comment.