Stable
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{#
|
||||
# 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>
|
||||
Reference in New Issue
Block a user