summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/roleeditor.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-01-09 13:22:29 +0100
committerSimon Rettberg2020-01-09 13:22:29 +0100
commit206d0b94f4010e8a5cbce74c5afbae46adf03d74 (patch)
treecf6582f68ee086727a83eddac9f5e6675a64d4ff /modules-available/permissionmanager/templates/roleeditor.html
parent[inc/Taskmanager] Switch to new TCP interface (diff)
downloadslx-admin-206d0b94f4010e8a5cbce74c5afbae46adf03d74.tar.gz
slx-admin-206d0b94f4010e8a5cbce74c5afbae46adf03d74.tar.xz
slx-admin-206d0b94f4010e8a5cbce74c5afbae46adf03d74.zip
[permissionmanager] Make default roles "builtin" i.e. not modifiable
Diffstat (limited to 'modules-available/permissionmanager/templates/roleeditor.html')
-rw-r--r--modules-available/permissionmanager/templates/roleeditor.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules-available/permissionmanager/templates/roleeditor.html b/modules-available/permissionmanager/templates/roleeditor.html
index c464c1fc..37d0d5fe 100644
--- a/modules-available/permissionmanager/templates/roleeditor.html
+++ b/modules-available/permissionmanager/templates/roleeditor.html
@@ -3,7 +3,12 @@
{{lang_editRoleHeading}}
{{/roleid}}
{{^roleid}}
- {{lang_addRoleHeading}}
+ {{#builtin}}
+ {{lang_copyRoleHeading}}
+ {{/builtin}}
+ {{^builtin}}
+ {{lang_addRoleHeading}}
+ {{/builtin}}
{{/roleid}}
</h2>