View Single Post
  #1 (permalink)  
Old 10-08-2008, 04:43 PM
psgandalf psgandalf is offline
Active Member
 
Posts: 27
Talking Fixing broken keys after 5.0.9 and 5.0.10 patchs in sv translation

Thanks to Rubão for giving me information to solve the problem!
If you have problems with a non working delete key using the webclient and Swedish language this was how I solved it:
Open /opt/zimbra/jetty-6.1.5/webapps/zimbraAdmin/WEB-INF/classes/keys/ZmKeys_sv.properties (or the place your file is located)
Find INHERIT
Replace every INHERIT = e-post with INHERIT = mail
Replace INHERIT = klickvy with INHERIT = tabView
Replace INHERIT = Global klickvy with INHERIT = global, tabView
Save
Open /opt/zimbra/jetty-6.1.5/webapps/zimbraAdmin/WEB-INF/classes/keys/AjxKeys_sv.properties (or the place your file is located)
FIND INHERIT
Replace every INHERIT = knapp with INHERIT = button
Save
After a zmmailboxdctl restart my delete key was working as intended again.

Last edited by psgandalf; 10-08-2008 at 04:48 PM..
Reply With Quote