Revision: 4359
Author: [email protected]
Date: Tue Oct 4 13:42:53 2011
Log: Edited wiki page EditTemplates through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=4359
Modified:
/wiki/EditTemplates.wiki
=======================================
--- /wiki/EditTemplates.wiki Tue Oct 4 13:37:04 2011
+++ /wiki/EditTemplates.wiki Tue Oct 4 13:42:53 2011
@@ -1,8 +1,21 @@
#summary How to edit templates
#labels Configuration
+== Changing Labels and text strings ==
+
All language string should be localized and stored in the language
section. You have a full featured language editor with every installation
of !OpenMeetings, check out the LanguageEditor.
-To lookup the labels in the GUI you can simply run !OpenMeetings client
with the debug enabled. That way every text-string has the labelid in
brackets additionally in the textfield.
+To lookup the labelids in the GUI you can simply run !OpenMeetings client
with the debug enabled. That way every text-string has the labelid in
brackets additionally in the textfield.
To start the client in debug mode just add the
param ?swf=maindebug.swf8.swf to the URL.
Example: http://localhost:5080/openmeetings/?swf=maindebug.swf8.swf
+
+== Changing layout, adding footers in emails ==
+
+If you would like to change the standard email layout or add for example
some footer in every email you have to change the email templates.
+
+To do that: Stop the Red5/!OpenMeetings-Service
+Goto:
$Red5_HOME/webapps/openmeetings/WEB-INF/lib/openmeetings-templates.jar
+Unzip: openmeetings-templates.jar (this is a usual ZIP file, you can
rename it to openmeetings-templates.zip unzip, edit the files, zip it again
and rename it to openmeetings-templates.jar)
+
+In openmeetings-templates.jar there are all template files. They have the
file extension .vm (VM stands for velocity-template).
+After you have done your changes you need to (re)start the
Red5/OpenMeetings-Service so that changes are online.
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.