diff -ur templates/admingroups.vm patches/templates/admingroups.vm --- templates/admingroups.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/admingroups.vm 2008-08-25 16:08:16.485023006 +0200 @@ -10,8 +10,8 @@ #if($interface == "new") ## url to get the groups for displaying them in the ajax-based table #set($url = "?xpage=getgroups") -
Group Name | Members | Manage | +$msg.get("rightsmanager.groupname") | $msg.get("rightsmanager.members") | $msg.get("rightsmanager.manage") | ||||||
@@ -28,9 +28,9 @@ #if($context.database != "xwiki") #set($mainwk = false) #else #set($mainwk = true) #end #if(!$mainwk) ## display the combobox only in a local wiki #else #end diff -ur templates/adminprefs.vm patches/templates/adminprefs.vm --- templates/adminprefs.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/adminprefs.vm 2008-08-25 16:08:16.485023006 +0200 @@ -40,7 +40,7 @@ #set($skin = $xwiki.skin) #if($skin.indexOf(".")!=-1) #set($skindoc = $xwiki.getDocument($skin)) - + #end #end #end diff -ur templates/adminspaceprefs.vm patches/templates/adminspaceprefs.vm --- templates/adminspaceprefs.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/adminspaceprefs.vm 2008-08-25 16:08:16.485023006 +0200 @@ -68,7 +68,7 @@ #set($skin = $xwiki.skin) #if($skin.indexOf(".")!=-1) #set($skindoc = $xwiki.getDocument($skin)) - + #end #end #end diff -ur templates/adminusers.vm patches/templates/adminusers.vm --- templates/adminusers.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/adminusers.vm 2008-08-25 16:08:16.485023006 +0200 @@ -11,8 +11,8 @@ ## url to get the groups for displaying them in the ajax-based table #set($url = "?xpage=getusers") - |
|