Files
mariano 1dc84aa5eb Stable
2026-05-20 09:20:27 +02:00

34 lines
1.3 KiB
Twig

{#
# UrBackup plugin for GLPI
# -------------------------------------------------------------------------
# LICENSE
#
# This file is part of UrBackup.
#
# UrBackup is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# UrBackup is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with UrBackup. If not, see <http://www.gnu.org/licenses/>.
# -------------------------------------------------------------------------
#}
<div class="spaced">
<form method="post" action="{{ 'Profile'|itemtype_form_path }}">
{% do profile.displayRightsChoiceMatrix(rights, {'title': title}) %}
<div class="center">
<input type="hidden" name="id" value="{{ id }}">
{{ call('Html::submit', [_x('button', 'Save'), {'name': 'update'}])|raw }}
</div>
<input type="hidden" name="_glpi_csrf_token" value="{{ csrf_token() }}">
</form>
</div>