You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/04/12 12:42:49 UTC

svn commit: r1325198 [1/5] - in /incubator/openmeetings/trunk/singlewebapp: docs/ xdocs/ xdocs/stylesheets/

Author: sebawagner
Date: Thu Apr 12 10:42:47 2012
New Revision: 1325198

URL: http://svn.apache.org/viewvc?rev=1325198&view=rev
Log:
OPENMEETINGS-130 add documentation for themes editing

Added:
    incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html
    incubator/openmeetings/trunk/singlewebapp/xdocs/themes-and-branding.xml
Modified:
    incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
    incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
    incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
    incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
    incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
    incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
    incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
    incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
    incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
    incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
    incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
    incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
    incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
    incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
    incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
    incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
    incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
    incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html
    incubator/openmeetings/trunk/singlewebapp/docs/MySQLConfig.html
    incubator/openmeetings/trunk/singlewebapp/docs/Navigation.html
    incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html
    incubator/openmeetings/trunk/singlewebapp/docs/OracleConfig.html
    incubator/openmeetings/trunk/singlewebapp/docs/PortSettings.html
    incubator/openmeetings/trunk/singlewebapp/docs/PostgresConfig.html
    incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html
    incubator/openmeetings/trunk/singlewebapp/docs/RestAPISample.html
    incubator/openmeetings/trunk/singlewebapp/docs/RestrictedAccess.html
    incubator/openmeetings/trunk/singlewebapp/docs/SakaiPlugin.html
    incubator/openmeetings/trunk/singlewebapp/docs/SoapRestAPI.html
    incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html
    incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html
    incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html
    incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html
    incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html
    incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html
    incubator/openmeetings/trunk/singlewebapp/docs/documentation.html
    incubator/openmeetings/trunk/singlewebapp/docs/downloads.html
    incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html
    incubator/openmeetings/trunk/singlewebapp/docs/index.html
    incubator/openmeetings/trunk/singlewebapp/docs/installation.html
    incubator/openmeetings/trunk/singlewebapp/docs/license.html
    incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html
    incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html
    incubator/openmeetings/trunk/singlewebapp/docs/svn.html
    incubator/openmeetings/trunk/singlewebapp/docs/team-list.html
    incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html
    incubator/openmeetings/trunk/singlewebapp/xdocs/BrandingAndColors.xml
    incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml
    incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml

Modified: incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@incubator.apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Apache Derby Configuration</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,28 +867,28 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				OpenMeetings default configuration is to use Apache Derby.
+                                    <p>
+				OpenMeetings default configuration is to use Apache Derby.
 			</p>
-                                                <p>
-				It is recommended for production environments and high
-				availibility to change to an usual relational database like MySQL,
-				Postgres or DB2.
+                                                <p>
+				It is recommended for production environments and high
+				availibility to change to an usual relational database like MySQL,
+				Postgres or DB2.
 			</p>
-                                                <p>
-				For more information about Apache Derby see
-				<a href="http://db.apache.org/derby/">http://db.apache.org/derby/</a>
+                                                <p>
+				For more information about Apache Derby see
+				<a href="http://db.apache.org/derby/">http://db.apache.org/derby/</a>
 			</p>
-                                                <p>
-				There is a sample configuration for Apache Derby that ships with
-				every release in:
-				<br />
-				/webapps/openmeetings/WEB-INF/classes/META-INF/derby_persistence.xml
+                                                <p>
+				There is a sample configuration for Apache Derby that ships with
+				every release in:
+				<br />
+				/webapps/openmeetings/WEB-INF/classes/META-INF/derby_persistence.xml
 			</p>
-                                                <p>
-				If you encounter issues, you can drop the db again and delete the
-				file /webapps/openmeetings/conf/install.xml and then run the web
-				based installer again
+                                                <p>
+				If you encounter issues, you can drop the db again and delete the
+				file /webapps/openmeetings/conf/install.xml and then run the web
+				based installer again
 			</p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Branding and Colors</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,46 +867,46 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>In the config.xml there are some configuration variables
+                                    <p>In the config.xml there are some configuration variables
 			</p>
-                                                <div class="xmlcode">
-				&lt;!--
-				<br />
-				Name of the Application
-				<br />
-				this is the Top-Icon Name of the Application
-				<br />
-				--&gt;
-				<br />
-				&lt;currentappname&gt;OpenMeetings 1.9.x
-				r4343&lt;/currentappname&gt;
-				<br />
-				&lt;!--
-				<br />
-				URL to the Home of the Application
-				<br />
-				this is the URL which is used if you click on the Top-icon
-				<br />
-				--&gt;
-				<br />
-				&lt;currentappnameurl&gt;http://incubator.apache.org/openmeetings/&lt;/currentappnameurl&gt;
-				<br />
-				&lt;!--
-				<br />
-				URL to Bugs/Support
-				<br />
-				this is the URL which is used if you click on *report a bug*
-				<br />
-				--&gt;
-				<br />
-				&lt;currentappnamebugurl&gt;http://incubator.apache.org/openmeetings/&lt;/currentappnamebugurl&gt;
+                                                <div class="xmlcode">
+				&lt;!--
+				<br />
+				Name of the Application
+				<br />
+				this is the Top-Icon Name of the Application
+				<br />
+				--&gt;
+				<br />
+				&lt;currentappname&gt;OpenMeetings 1.9.x
+				r4343&lt;/currentappname&gt;
+				<br />
+				&lt;!--
+				<br />
+				URL to the Home of the Application
+				<br />
+				this is the URL which is used if you click on the Top-icon
+				<br />
+				--&gt;
+				<br />
+				&lt;currentappnameurl&gt;http://incubator.apache.org/openmeetings/&lt;/currentappnameurl&gt;
+				<br />
+				&lt;!--
+				<br />
+				URL to Bugs/Support
+				<br />
+				this is the URL which is used if you click on *report a bug*
+				<br />
+				--&gt;
+				<br />
+				&lt;currentappnamebugurl&gt;http://incubator.apache.org/openmeetings/&lt;/currentappnamebugurl&gt;
 			</div>
-                                                <p>Addtionally the browser-bar title can be configured in the
-				Openmeetings &gt; Administration &gt; Configuration.
+                                                <p>Addtionally the browser-bar title can be configured in the
+				Openmeetings &gt; Administration &gt; Configuration.
 			</p>
-                                                <p>
-				Config Key:
-				<tt>application.name</tt>
+                                                <p>
+				Config Key:
+				<tt>application.name</tt>
 			</p>
                             </blockquote>
         </p>
@@ -917,23 +922,30 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>To change the color scheme you can simply edit the config.xml,
-				there are 3 color settings, the whole application is styled using
-				those:
+                                    <p>
+				<i>
+					With Version 2.x color and more layout specific configuration moved
+					to the theme configuration, see
+					<a href="themes-and-branding.html">themes-and-branding.html</a>
+				</i>
+			</p>
+                                                <p>To change the color scheme you can simply edit the config.xml,
+				there are 3 color settings, the whole application is styled using
+				those:
 			</p>
-                                                <div class="xmlcode">
-				&lt;!--
-				<br />
-				These colors are the main colors and style the whole application
-				<br />
-				--&gt;
-				<br />
-				&lt;basebgcolorizer&gt;0x669AE6&lt;/basebgcolorizer&gt;
-				<br />
-				&lt;baseMousecolorizer&gt;0x7BA8EA&lt;/baseMousecolorizer&gt;
-				<br />
-				&lt;baseMouseOvercolorizer&gt;0x99BBEE&lt;/baseMouseOvercolorizer&gt;
-				<br />
+                                                <div class="xmlcode">
+				&lt;!--
+				<br />
+				These colors are the main colors and style the whole application
+				<br />
+				--&gt;
+				<br />
+				&lt;basebgcolorizer&gt;0x669AE6&lt;/basebgcolorizer&gt;
+				<br />
+				&lt;baseMousecolorizer&gt;0x7BA8EA&lt;/baseMousecolorizer&gt;
+				<br />
+				&lt;baseMouseOvercolorizer&gt;0x99BBEE&lt;/baseMouseOvercolorizer&gt;
+				<br />
 			</div>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html Thu Apr 12 10:42:47 2012
@@ -267,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -508,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -790,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -860,9 +868,9 @@ limitations under the License.
       <tr><td>
         <blockquote>
                                     <p>
-				You cannot find Nightly Builds of the software currently see:
-				<a href="https://issues.apache.org/jira/browse/INFRA-4438" rel="nofollow">
-					https://issues.apache.org/jira/browse/INFRA-4438
+				You can find Nightly Builds of the software at:
+				<a href="https://builds.apache.org/job/openmeetings/" rel="nofollow" target="_BLANK">
+					https://builds.apache.org/job/openmeetings/
 				</a>
 			</p>
                             </blockquote>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Changing the Calendar and Timezone default</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,14 +867,14 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				In general the timezone is configured in the user profile of each
-				user, so changing the server timezone has no effect how to the users
-				calendar for example.
-				<br />
-				<br />
-				However there are some circumstances where there is no user profile
-				available.
+                                    <p>
+				In general the timezone is configured in the user profile of each
+				user, so changing the server timezone has no effect how to the users
+				calendar for example.
+				<br />
+				<br />
+				However there are some circumstances where there is no user profile
+				available.
 			</p>
                             </blockquote>
         </p>
@@ -885,9 +890,9 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				Goto Administration &gt; Configuration and change the config-key:
-				<tt>default.timezone</tt>
+                                    <p>
+				Goto Administration &gt; Configuration and change the config-key:
+				<tt>default.timezone</tt>
 			</p>
                                                 <p>Valid timezone have to meet standards! </p>
                             </blockquote>
@@ -905,21 +910,21 @@ limitations under the License.
       <tr><td>
         <blockquote>
                                     <p>in the config.xml change the key: </p>
-                                                <div class="xmlcode">
-				&lt;!--
-				<br />
-				First day in the Week used by the Calendar
-				<br />
-				0 means Sunday
-				<br />
-				1 means Monday
-				<br />
-				this is the way how the Celendar inits a week
-				<br />
-				--&gt;
-				<br />
-				&lt;firstdayinweek&gt;0&lt;/firstdayinweek&gt;
-				<br />
+                                                <div class="xmlcode">
+				&lt;!--
+				<br />
+				First day in the Week used by the Calendar
+				<br />
+				0 means Sunday
+				<br />
+				1 means Monday
+				<br />
+				this is the way how the Celendar inits a week
+				<br />
+				--&gt;
+				<br />
+				&lt;firstdayinweek&gt;0&lt;/firstdayinweek&gt;
+				<br />
 			</div>
                             </blockquote>
         </p>
@@ -935,9 +940,9 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>Goto
-				Administration &gt; Configuration and change the config-key:
-				<tt>calendar.conference.rooms.default.size</tt>
+                                    <p>Goto
+				Administration &gt; Configuration and change the config-key:
+				<tt>calendar.conference.rooms.default.size</tt>
 			</p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Layout options for a conference room in OpenMeetings</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,8 +867,8 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>Each room has a number of attributes to generate different layouts.
-            You can change those values individually for each room in Administration &gt; Rooms
+                                    <p>Each room has a number of attributes to generate different layouts.
+            You can change those values individually for each room in Administration &gt; Rooms
             </p>
                                                 <p />
                                                 <table>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Howto create a custom room type in OpenMeetings</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,11 +867,11 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>If you want to create your own styled room the best thing to do in 
-            order to be "update-save" is to create your own custom room type. There is an empty configuration 
-				by default shipped with every release of OpenMeetings, the room type "custom" (ID = 5).<br />
-				<br />
-            You can use that and extend it, or you can add more room types to fit your use case.
+                                    <p>If you want to create your own styled room the best thing to do in 
+            order to be "update-save" is to create your own custom room type. There is an empty configuration 
+				by default shipped with every release of OpenMeetings, the room type "custom" (ID = 5).<br />
+				<br />
+            You can use that and extend it, or you can add more room types to fit your use case.
 			</p>
                                                 <p />
                             </blockquote>
@@ -883,14 +888,14 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>Lets start by creating your custom room type class.
-				<br />
-					You could for example duplicate an existing room class, from <br />
-					<tt>src/modules/conference/flexibleConferenceRoom</tt> folder, for example the 
-			flexibleConferenceRoom.lzx: Generate a duplicate, change the name, for example to 
-			myCustomConferenceRoom.lzx and edit the class name inside the file name="flexibleConferenceRoom" to
-			name="myCustomConferenceRoom". Also don't miss to add an entry to library.lzx so that the compiler 
-			will find your new class.
+                                    <p>Lets start by creating your custom room type class.
+				<br />
+					You could for example duplicate an existing room class, from <br />
+					<tt>src/modules/conference/flexibleConferenceRoom</tt> folder, for example the 
+			flexibleConferenceRoom.lzx: Generate a duplicate, change the name, for example to 
+			myCustomConferenceRoom.lzx and edit the class name inside the file name="flexibleConferenceRoom" to
+			name="myCustomConferenceRoom". Also don't miss to add an entry to library.lzx so that the compiler 
+			will find your new class.
 			</p>
                             </blockquote>
         </p>
@@ -907,25 +912,25 @@ limitations under the License.
       <tr><td>
         <blockquote>
                                     <p>You first need to create a number of configuration files </p>
-                                                <ul>
-				<li>To have your roomtype available everytime you install OpenMeetings you need to add 
-					it to the default rooms: <tt>ImportInitvalues.java Method: loadDefaultRooms()</tt>. Add your entry here. 
-				You can choose any random name for the room. The ID is the important trigger for the room type 
-				to identify later. You need to run the installer so that your new room type is in the database.</li>
-				
-				<li>Add your room type in the default module configuration: 
-					<tt>src/base/moduleConfiguration.lzx</tt>, 
-				here you need to add a default class name for your room type </li>
-				
-				<li>Add your room type in the real configuration: config.xml, add a new entry.
-					<br />
-					You should fix also the file <tt>openmeetings-config.xsd</tt> that is the Schema file for the config.xml.
-				</li>
-        		
-				<li>Add a parser entry to modify the room type mapping: 
-					<tt>base/mainMethods.lzx method: myinit</tt>. You 
-        		can see some example parsing, you should add your one similar to the existing room types.</li>
-        		
+                                                <ul>
+				<li>To have your roomtype available everytime you install OpenMeetings you need to add 
+					it to the default rooms: <tt>ImportInitvalues.java Method: loadDefaultRooms()</tt>. Add your entry here. 
+				You can choose any random name for the room. The ID is the important trigger for the room type 
+				to identify later. You need to run the installer so that your new room type is in the database.</li>
+				
+				<li>Add your room type in the default module configuration: 
+					<tt>src/base/moduleConfiguration.lzx</tt>, 
+				here you need to add a default class name for your room type </li>
+				
+				<li>Add your room type in the real configuration: config.xml, add a new entry.
+					<br />
+					You should fix also the file <tt>openmeetings-config.xsd</tt> that is the Schema file for the config.xml.
+				</li>
+        		
+				<li>Add a parser entry to modify the room type mapping: 
+					<tt>base/mainMethods.lzx method: myinit</tt>. You 
+        		can see some example parsing, you should add your one similar to the existing room types.</li>
+        		
 			</ul>
                             </blockquote>
         </p>
@@ -941,20 +946,20 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>Now you need to make sure that everytime the conference room is created 
+                                    <p>Now you need to make sure that everytime the conference room is created 
 			your new class "myCustomConferenceRoom" is used. There are 3 places you need to add your mapping.</p>
-                                                <ul>
-				<li>In the global mapping: 
-					<tt>base/mainMethods.lzx method name="setRoomValues"</tt> 
-				</li>
-				<li>In file: 
-					<tt>modules/conference/conference/roomListItem.lzx method name="initRoom"</tt> 
-				</li>
-				<li>In file: 
-					<tt>modules/invitation/autoloaderBarOnly.lzx netRemoteCallHib name="setUsernameAndSession"</tt> 
-				</li>
+                                                <ul>
+				<li>In the global mapping: 
+					<tt>base/mainMethods.lzx method name="setRoomValues"</tt> 
+				</li>
+				<li>In file: 
+					<tt>modules/conference/conference/roomListItem.lzx method name="initRoom"</tt> 
+				</li>
+				<li>In file: 
+					<tt>modules/invitation/autoloaderBarOnly.lzx netRemoteCallHib name="setUsernameAndSession"</tt> 
+				</li>
 			</ul>
-                                                <p>Thats it. You can add/edit/delete your room with the new room type in the Administration &gt; Rooms interface of 
+                                                <p>Thats it. You can add/edit/delete your room with the new room type in the Administration &gt; Rooms interface of 
 			OpenMeetings like any other room.</p>
                                                 <p>If you need to have this room type available as option in the Calendar UI, you need to add it to the combobox manually.</p>
                             </blockquote>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Changing Dashboard</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,8 +867,8 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>You can configure the tabs that are visible by default at bottom
-				of the dashboard. To edit the settings, login as admin and goto
+                                    <p>You can configure the tabs that are visible by default at bottom
+				of the dashboard. To edit the settings, login as admin and goto
 				Administration &gt; Configuration </p>
                                                 <p />
                                                 <table>
@@ -897,8 +902,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 Which tab should be shown by default, counting
-						starts with 0
+                 Which tab should be shown by default, counting
+						starts with 0
 					
             </font>
 </td>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Edit Templates</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,20 +867,20 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				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
-				<a href="LanguageEditor.html">LanguageEditor</a>
-				.
+                                    <p>
+				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
+				<a href="LanguageEditor.html">LanguageEditor</a>
+				.
 			</p>
-                                                <p>
-				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:
-				<a href="http://localhost:5080/openmeetings/?swf=maindebug.swf8.swf" rel="nofollow">http://localhost:5080/openmeetings/?swf=maindebug.swf8.swf</a>
+                                                <p>
+				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:
+				<a href="http://localhost:5080/openmeetings/?swf=maindebug.swf8.swf" rel="nofollow">http://localhost:5080/openmeetings/?swf=maindebug.swf8.swf</a>
 			</p>
                             </blockquote>
         </p>
@@ -891,22 +896,22 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>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.
+                                    <p>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.
 			</p>
-                                                <p>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)
+                                                <p>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)
 			</p>
-                                                <p>
-				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.
+                                                <p>
+				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.
 			</p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Howto switch between different versions of FFMPEG </title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,13 +867,13 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>FFMPEG has a change in its API (possibly since GIT revision
-				88bfe4518)
+                                    <p>FFMPEG has a change in its API (possibly since GIT revision
+				88bfe4518)
 			</p>
-                                                <p>Since Version 1.9.x of OpenMeetings: By default OpenMeetings
-				expects you to have a new version of FFMPEG on your OpenMeetings
-				server installed and it will use the new API style to communicate
-				with FFMPEG.
+                                                <p>Since Version 1.9.x of OpenMeetings: By default OpenMeetings
+				expects you to have a new version of FFMPEG on your OpenMeetings
+				server installed and it will use the new API style to communicate
+				with FFMPEG.
 			</p>
                             </blockquote>
         </p>
@@ -884,22 +889,22 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				If you want to switch to the old style you can change that using the
-				config key:
-				<tt>use.old.style.ffmpeg.map.option</tt>
+                                    <p>
+				If you want to switch to the old style you can change that using the
+				config key:
+				<tt>use.old.style.ffmpeg.map.option</tt>
 			</p>
-                                                <p>
-				Set this value to
-				<tt>1</tt>
-				to have the old params in the API call to FFMPEG.
+                                                <p>
+				Set this value to
+				<tt>1</tt>
+				to have the old params in the API call to FFMPEG.
 			</p>
                                                 <p>References:  </p>
-                                                <ul>
-				<li>
-					<a href="http://ffmpeg-users.933282.n4.nabble.com/Invalid-stream-specifier-0-Stream-map-0-0-matches-no-streams-Changes-in-FFMPEG-map-option-td4091165.html" rel="nofollow">http://ffmpeg-users.933282.n4.nabble.com/Invalid-stream-specifier-0-Stream-map-0-0-matches-no-streams-Changes-in-FFMPEG-map-option-td4091165.html
-					</a>
-				</li>
+                                                <ul>
+				<li>
+					<a href="http://ffmpeg-users.933282.n4.nabble.com/Invalid-stream-specifier-0-Stream-map-0-0-matches-no-streams-Changes-in-FFMPEG-map-option-td4091165.html" rel="nofollow">http://ffmpeg-users.933282.n4.nabble.com/Invalid-stream-specifier-0-Stream-map-0-0-matches-no-streams-Changes-in-FFMPEG-map-option-td4091165.html
+					</a>
+				</li>
 			</ul>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - List of general configuration options</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,8 +867,8 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>In Administration &gt; Configuration there are a number of
-				configuration values.
+                                    <p>In Administration &gt; Configuration there are a number of
+				configuration values.
 			</p>
                                                 <p />
                                                 <table>
@@ -902,8 +907,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 minimum chars required for the login to create a
-						user
+                 minimum chars required for the login to create a
+						user
 					
             </font>
 </td>
@@ -926,8 +931,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 minimum chars required for the password to create a
-						user
+                 minimum chars required for the password to create a
+						user
 					
             </font>
 </td>
@@ -950,8 +955,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 minutes the one-time reminder in the calender is
-						send, set to 0 to disable reminder
+                 minutes the one-time reminder in the calender is
+						send, set to 0 to disable reminder
 					
             </font>
 </td>
@@ -974,8 +979,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 Maximum size of upload file (bytes) 1073741824 bytes
-						= 1GB
+                 Maximum size of upload file (bytes) 1073741824 bytes
+						= 1GB
 					
             </font>
 </td>
@@ -998,8 +1003,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 Display name of the user who draw the current object
-						(User Name auto-disapper after 3 seconds.
+                 Display name of the user who draw the current object
+						(User Name auto-disapper after 3 seconds.
 					
             </font>
 </td>
@@ -1022,8 +1027,8 @@ limitations under the License.
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                 If the system should "." (old ffmpeg) instead of ":"
-						(new ffmpeg) for the -map option in FFMPEG
+                 If the system should "." (old ffmpeg) instead of ":"
+						(new ffmpeg) for the -map option in FFMPEG
 					
             </font>
 </td>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - How to check which Openmeetings version running</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,35 +867,35 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>If you need to know what version of OpenMeetings you are running,
-				you can check that by the file: openmeetings.jar
+                                    <p>If you need to know what version of OpenMeetings you are running,
+				you can check that by the file: openmeetings.jar
 			</p>
-                                                <p>
-				Unzip: /webapps/openmeetings/WEB-INF/lib/openmeetings.jar (jars are
-				zips)
-				<br />
-				<br />
-				In the resulting unziped folder open the file to read:
-				/META-INF/MANIFEST.MF
+                                                <p>
+				Unzip: /webapps/openmeetings/WEB-INF/lib/openmeetings.jar (jars are
+				zips)
+				<br />
+				<br />
+				In the resulting unziped folder open the file to read:
+				/META-INF/MANIFEST.MF
 			</p>
                                                 <p>You get something like this: </p>
-                                                <div class="xmlcode">
-				Manifest-Version: 1.0
-				<br />
-				Ant-Version: Apache Ant 1.8.2
-				<br />
-				Created-By: 1.6.0_26-b03-383-11A511 (Apple Inc.)
-				<br />
-				Built-By: OpenMeetings - http://openmeetings.googlecode.com
-				<br />
-				Built-On: 23-October-2011
-				<br />
-				Svn-Revision: 4368
-				<br />
+                                                <div class="xmlcode">
+				Manifest-Version: 1.0
+				<br />
+				Ant-Version: Apache Ant 1.8.2
+				<br />
+				Created-By: 1.6.0_26-b03-383-11A511 (Apple Inc.)
+				<br />
+				Built-By: OpenMeetings - http://openmeetings.googlecode.com
+				<br />
+				Built-On: 23-October-2011
+				<br />
+				Svn-Revision: 4368
+				<br />
 			</div>
-                                                <p>This version info is available since version 1.8.0. If you have an
-				older version as version 1.8.0 then you might simply check the
-				language files and the labelid in there, the numbers of labels are
+                                                <p>This version info is available since version 1.8.0. If you have an
+				older version as version 1.8.0 then you might simply check the
+				language files and the labelid in there, the numbers of labels are
 				almost always unique in the versions. </p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@incubator.apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - IBM DB2 Configuration</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -871,28 +876,28 @@ limitations under the License.
       <tr><td>
         <blockquote>
                                     <i>Tested with IBM DB2 Express-C 9.7.x</i>
-                                                <ul>
-					<li>
-						Get the IBM Data Server Driver for JDBC and SQLJ from IBM website:
-						<a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-idsdjs">https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-idsdjs
-						</a>
-					</li>
-					<li>Copy JDBC driver db2jcc4.jar to
-						webapps/openmeetings/WEB-INF/lib/
-					</li>
-					<li>
-						Create database for OpenMeetings using a pagesize bigger or equal
-						8K, sample query:
-						<br />
-						<div class="xmlcode">
-							CREATE DATABASE openmeet AUTOMATIC STORAGE YES ON 'C:' DBPATH ON 'C:'
-							USING CODESET UTF-8 TERRITORY DE COLLATE USING System PAGESIZE 16
-							K
-						</div>
-					</li>
-					<li>If you encounter issues, you can drop the db again and delete
-						the file $red5/webapps/openmeetings/conf/install.xml and then run
-						the web based installer again </li>
+                                                <ul>
+					<li>
+						Get the IBM Data Server Driver for JDBC and SQLJ from IBM website:
+						<a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-idsdjs">https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-idsdjs
+						</a>
+					</li>
+					<li>Copy JDBC driver db2jcc4.jar to
+						webapps/openmeetings/WEB-INF/lib/
+					</li>
+					<li>
+						Create database for OpenMeetings using a pagesize bigger or equal
+						8K, sample query:
+						<br />
+						<div class="xmlcode">
+							CREATE DATABASE openmeet AUTOMATIC STORAGE YES ON 'C:' DBPATH ON 'C:'
+							USING CODESET UTF-8 TERRITORY DE COLLATE USING System PAGESIZE 16
+							K
+						</div>
+					</li>
+					<li>If you encounter issues, you can drop the db again and delete
+						the file $red5/webapps/openmeetings/conf/install.xml and then run
+						the web based installer again </li>
 				</ul>
                             </blockquote>
       </td></tr>
@@ -906,27 +911,27 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <ul>
-					<li>
-						Rename:
-						<br />
-						$red5/webapps/openmeetings/WEB-INF/classes/META-INF/db2_persistence.xml
-						<br />
-						to
-						<br />
-						$red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
-					</li>
-					<li>
-						Prepare Database Settings - go to
-						openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
-						<br />
-						Alter config values in persistence.xml connectionURL, username and
-						password with your values
-					</li>
-					<li>
-						Run red5-service and goto the web-based installer:
-						http://localhost:5080/openmeetings/install
-					</li>
+                                    <ul>
+					<li>
+						Rename:
+						<br />
+						$red5/webapps/openmeetings/WEB-INF/classes/META-INF/db2_persistence.xml
+						<br />
+						to
+						<br />
+						$red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
+					</li>
+					<li>
+						Prepare Database Settings - go to
+						openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
+						<br />
+						Alter config values in persistence.xml connectionURL, username and
+						password with your values
+					</li>
+					<li>
+						Run red5-service and goto the web-based installer:
+						http://localhost:5080/openmeetings/install
+					</li>
 				</ul>
                             </blockquote>
       </td></tr>
@@ -940,12 +945,12 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-					There is a sample configuration for IBM DB2 that ships with
-					every
-					release in:
-					<br />
-					/webapps/openmeetings/WEB-INF/classes/META-INF/db2_persistence.xml
+                                    <p>
+					There is a sample configuration for IBM DB2 that ships with
+					every
+					release in:
+					<br />
+					/webapps/openmeetings/WEB-INF/classes/META-INF/db2_persistence.xml
 				</p>
                             </blockquote>
       </td></tr>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Upgrade</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -863,9 +868,9 @@ limitations under the License.
       <tr><td>
         <blockquote>
                                     <p>You can find all current language files here: </p>
-                                                <p>
-				<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/" rel="nofollow">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/
-				</a>
+                                                <p>
+				<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/" rel="nofollow">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/
+				</a>
 			</p>
                                                 <p>Just take one file and translate it to your language. </p>
                             </blockquote>
@@ -882,17 +887,17 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <ul>
-				<li>
-					Use the
-					<a href="LanguageEditor.html">LanguageEditor</a>
-					for translation
-				</li>
-				<li>
-					with the
-					<a href="LanguageEditor.html">LanguageEditor</a>
-					you can import and export Language Files
-				</li>
+                                    <ul>
+				<li>
+					Use the
+					<a href="LanguageEditor.html">LanguageEditor</a>
+					for translation
+				</li>
+				<li>
+					with the
+					<a href="LanguageEditor.html">LanguageEditor</a>
+					you can import and export Language Files
+				</li>
 			</ul>
                             </blockquote>
         </p>
@@ -908,14 +913,14 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				Once you have finished the translation you can add a new node to:
-				<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/languages.xml" rel="nofollow">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/languages.xml
-				</a>
+                                    <p>
+				Once you have finished the translation you can add a new node to:
+				<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/languages.xml" rel="nofollow">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/WebContent/languages/languages.xml
+				</a>
 			</p>
-                                                <p>the name of the language should match the name of the file. Once
-				this is done the Language file will automatically be imported during
-				installation and will be an option at login.
+                                                <p>the name of the language should match the name of the file. Once
+				this is done the Language file will automatically be imported during
+				installation and will be an option at login.
 			</p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html Thu Apr 12 10:42:47 2012
@@ -267,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -508,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -790,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>