From 623745816535e5f219ba1cf3c8e1b6d71d081959 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Wed, 29 Mar 2017 12:04:41 +0200 Subject: [permission-manager] fixed hardcoded strings --- .../permissionmanager/templates/roleEditor.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules-available/permissionmanager/templates') diff --git a/modules-available/permissionmanager/templates/roleEditor.html b/modules-available/permissionmanager/templates/roleEditor.html index 98d87b70..7f54a813 100644 --- a/modules-available/permissionmanager/templates/roleEditor.html +++ b/modules-available/permissionmanager/templates/roleEditor.html @@ -4,15 +4,15 @@
- Name: + {{lang_Name}}: - - + +
- Locations: + {{lang_Locations}}:
@@ -58,8 +58,8 @@ var allLocations = $("#allLocations"); allLocations.bootstrapSwitch("size", "normal"); allLocations.bootstrapSwitch("labelWidth", 1); - allLocations.bootstrapSwitch("onText", "all"); - allLocations.bootstrapSwitch("offText", "selected"); + allLocations.bootstrapSwitch("onText", "{{lang_all}}"); + allLocations.bootstrapSwitch("offText", "{{lang_selected}}"); allLocations.bootstrapSwitch("onColor", "default"); allLocations.bootstrapSwitch("offColor", "primary"); -- cgit v1.2.3-55-g7522