0

I want to modify schedule item template file (click Calendar, create new item and edit it)

So i modified zimbra/templates/calendar/Appointment.template.js but nothing heppend after reload site.

corneliusz
  • 108
  • 1
  • 9
  • I did some zimbra-ing a while ago, so I'm a bit rusty. Did you compile the whole thing after changing that file? Sorry if it was a silly question. – Victor Oct 20 '14 at 19:36
  • what do you mean by compiling the whole thing ? is it restarting zimbra server ? – SoukaProgrammer Dec 09 '14 at 09:33

1 Answers1

0

To be able to modify a template, you have to include it in a skin and then use the "zmskindeploy"-Tool to deploy the skin and thus compile the template.

See the Zimbra skin doku for references.