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 2013/08/04 00:49:38 UTC

svn commit: r1510074 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web: pages/install/InstallWizard$ParamsStep2_pt_BR.html user/calendar/CalendarPanel.java

Author: sebawagner
Date: Sat Aug  3 22:49:38 2013
New Revision: 1510074

URL: http://svn.apache.org/r1510074
Log:
OPENMEETINGS-736 Add some comments to change the reference to the setCalendarHeight() function, once its working
Fix some HTML character in Installer

Modified:
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_pt_BR.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/CalendarPanel.java

Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_pt_BR.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep2_pt_BR.html?rev=1510074&r1=1510073&r2=1510074&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_pt_BR.html (original)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_pt_BR.html Sat Aug  3 22:49:38 2013
@@ -32,7 +32,7 @@
 			<li><label wicket:for="sendEmailWithVerficationCode">Novos Usu&aacute;rios precisam validar seus e-mails (sendEmailWithVerficationCode)</label>
 				<select wicket:id="sendEmailWithVerficationCode"></select>
 			</li>
-			<li><label wicket:for="createDefaultRooms">Todos os tipos de Salas padr&atilde;o ser&atildeo criadas</label>
+			<li><label wicket:for="createDefaultRooms">Todos os tipos de Salas padr&atilde;o ser&amp;atildeo criadas</label>
 				<select wicket:id="createDefaultRooms"></select>
 			</li>
 			<li><label wicket:for="cfg.mailReferer">E-mail do sistema (system_email_addr)</label>

Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/CalendarPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/CalendarPanel.java?rev=1510074&r1=1510073&r2=1510074&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/CalendarPanel.java (original)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/CalendarPanel.java Sat Aug  3 22:49:38 2013
@@ -52,7 +52,9 @@ public class CalendarPanel extends UserP
 	
 	/**
 	 * This constant is needed to adjust the calendar by default to the needed browser height
-	 * after loading it in the div.
+	 * after loading it in the div. If the method "setCalendarHeight()" is fixed to be working 
+	 * correctly (does not apply correctly height on second initialization of UI), it can be changed 
+	 * to use that.
 	 */
 	private static int MENU_BAR_HEIGHT = 110;