You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/03/10 14:33:11 UTC

svn commit: r1786351 [2/4] - in /openmeetings/application: branches/3.2.x/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/ branches/3.2.x/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/ branches/3.2.x/openmee...

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.html (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.html Fri Mar 10 14:33:11 2017
@@ -7,105 +7,94 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-    	  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
-	<wicket:head>
-		<script type="text/javascript">
-			function oauthPanelInit() {
-				var documentHeight = $(document).height();
-				$('#adminForm').height(documentHeight-114);
-				$('#adminTable').height(documentHeight-144);
-			}
-		</script>
-	</wicket:head>
-	<wicket:panel>
-		<div class="adminPanel">
-			<div class="adminPanelColumnTable">
-				<span wicket:id="navigator">[dataview navigator]</span>
-				<table class="adminListTable">
-					<thead>
-						<tr>
-							<th class="two_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="1104" /></th>
-							<th class="two_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="1105" /></th>
-						</tr>
-					</thead>
-				</table>
-				<div class="tableWrapper" id="adminTable">
-					<table class="adminListTable">
-						<tbody wicket:id="listContainer">
-							<tr wicket:id="oauthServersList">
-								<td class="two_column_layout_column1"><div class="two_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
-								<td class="two_column_layout_column2"><div class="two_column_layout_divcolumn2"><span wicket:id="name"></span></div></td>
-							</tr>
-						</tbody>			
-					</table>
-				</div>
-			</div>
-			<div class="adminPanelColumnForm">
-				<form wicket:id="form" class="adminForm">
-					<div wicket:id="buttons"></div>
-					<div class="scrollcontent" id="adminForm">
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="1581" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="1574" /></label><input type="checkbox" class="formcheckbox" wicket:id="isEnabled"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1573" /></label><input type="text" wicket:id="name"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1575" /></label><input type="text" wicket:id="iconUrl"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1576" /></label><input type="text" wicket:id="clientId"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1577" /></label><input type="text" wicket:id="clientSecret"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1587" /></label><input type="text" readonly="readonly" wicket:id="redirectUri"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1578" /></label><input type="text" wicket:id="requestKeyUrl"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1579" /></label><input type="text" wicket:id="requestTokenUrl"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1586" /></label><input type="text" wicket:id="requestTokenAttributes"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1580" /></label><input type="text" wicket:id="requestInfoUrl"/>
-							</div>
-							<div class="formelement">
-								<label>Request method</label><select wicket:id="requestTokenMethod"></select>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1582" /></label><input type="text" wicket:id="loginParamName"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1583" /></label><input type="text" wicket:id="emailParamName"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1584" /></label><input type="text" wicket:id="firstnameParamName"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1585" /></label><input type="text" wicket:id="lastnameParamName"/>
-							</div>
-						</fieldset>
+<wicket:extend>
+	<div class="adminPanelColumnTable">
+		<span wicket:id="navigator">[dataview navigator]</span>
+		<table class="adminListTable">
+			<thead>
+				<tr>
+					<th class="two_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="1104" /></th>
+					<th class="two_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="1105" /></th>
+				</tr>
+			</thead>
+		</table>
+		<div class="tableWrapper" id="adminTable">
+			<table class="adminListTable">
+				<tbody wicket:id="listContainer">
+					<tr wicket:id="oauthServersList">
+						<td class="two_column_layout_column1"><div class="two_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
+						<td class="two_column_layout_column2"><div class="two_column_layout_divcolumn2"><span wicket:id="name"></span></div></td>
+					</tr>
+				</tbody>
+			</table>
+		</div>
+	</div>
+	<div class="adminPanelColumnForm">
+		<form wicket:id="form" class="adminForm">
+			<div wicket:id="buttons"></div>
+			<div class="scrollcontent" id="adminForm">
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="1581" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="1574" /></label><input type="checkbox" class="formcheckbox" wicket:id="isEnabled"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1573" /></label><input type="text" wicket:id="name"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1575" /></label><input type="text" wicket:id="iconUrl"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1576" /></label><input type="text" wicket:id="clientId"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1577" /></label><input type="text" wicket:id="clientSecret"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1587" /></label><input type="text" readonly="readonly" wicket:id="redirectUri"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1578" /></label><input type="text" wicket:id="requestKeyUrl"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1579" /></label><input type="text" wicket:id="requestTokenUrl"/>
 					</div>
-				</form>
+					<div class="formelement">
+						<label><wicket:message key="1586" /></label><input type="text" wicket:id="requestTokenAttributes"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1580" /></label><input type="text" wicket:id="requestInfoUrl"/>
+					</div>
+					<div class="formelement">
+						<label>Request method</label><select wicket:id="requestTokenMethod"></select>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1582" /></label><input type="text" wicket:id="loginParamName"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1583" /></label><input type="text" wicket:id="emailParamName"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1584" /></label><input type="text" wicket:id="firstnameParamName"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1585" /></label><input type="text" wicket:id="lastnameParamName"/>
+					</div>
+				</fieldset>
 			</div>
-		</div>
-	</wicket:panel>
+		</form>
+	</div>
+</wicket:extend>
 </html>
\ No newline at end of file

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.java (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/oauth/OAuthPanel.java Fri Mar 10 14:33:11 2017
@@ -85,5 +85,4 @@ public class OAuthPanel extends AdminPan
 		form.showNewRecord();
 		add(form);
 	}
-
 }

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html Fri Mar 10 14:33:11 2017
@@ -7,224 +7,222 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-    	  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
-	<wicket:panel>
-		<div class="adminPanel">
-			<div class="adminPanelColumnTable rooms">
-				<span wicket:id="navigator">[dataview navigator]</span>
-				<table class="adminListTable">
-					<thead>
-						<tr>
-							<th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="188" /></th>
-							<th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="189" /></th>
-							<th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByPublic"></span><wicket:message key="190" /></th>
-						</tr>	
-					</thead>
-				</table>
-				<div class="tableWrapper" id="adminTable">
+<wicket:extend>
+	<div class="adminPanelColumnTable rooms">
+		<span wicket:id="navigator">[dataview navigator]</span>
+		<table class="adminListTable">
+			<thead>
+				<tr>
+					<th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="188" /></th>
+					<th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="189" /></th>
+					<th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByPublic"></span><wicket:message key="190" /></th>
+				</tr>
+			</thead>
+		</table>
+		<div class="tableWrapper" id="adminTable">
+			<table class="adminListTable">
+				<tbody wicket:id="listContainer">
+					<tr wicket:id="roomList">
+						<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
+						<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="name"></span></div></td>
+						<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="ispublic"></span></div></td>
+					</tr>
+				</tbody>
+			</table>
+		</div>
+	</div>
+	<div class="adminPanelColumnForm">
+		<form wicket:id="form" class="adminForm">
+			<div wicket:id="buttons"></div>
+			<div class="scrollcontent" id="adminForm">
+
+				<!-- General -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="187" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="193" /></label><input type="text" wicket:id="name" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="482" /></label><select wicket:id="numberOfPartizipants"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="194" /></label><select wicket:id="type"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="196" /></label><textarea style="width: 200px; height: 100px;" wicket:id="comment"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="620" /></label><input type="checkbox" class="formcheckbox" wicket:id="appointment" />
+					</div>
+				</fieldset>
+
+				<!-- Groups -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="191" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="195" /></label><input type="checkbox" class="formcheckbox" wicket:id="ispublic" />
+					</div>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="828" /></div>
+						<label><wicket:message key="191" /></label><div class="om-select2"><select class="input" wicket:id="roomGroups"></select></div>
+					</div>
+				</fieldset>
+
+				<!-- Limitations -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="830" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="636" /></label><input type="checkbox" class="formcheckbox" wicket:id="isDemoRoom" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="637" /></label><input type="text" wicket:id="demoTime" />
+					</div>
+				</fieldset>
+
+				<!-- Rights -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="881" /></legend>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="880" /></div>
+						<label><wicket:message key="879" /></label><input type="checkbox" class="formcheckbox" wicket:id="allowUserQuestions" />
+					</div>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="1077" /></div>
+						<label><wicket:message key="1076" /></label><input type="checkbox" class="formcheckbox" wicket:id="audioOnly" />
+					</div>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="1101" /></div>
+						<label><wicket:message key="1099" /></label><input type="checkbox" class="formcheckbox" wicket:id="closed" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1100" /></label><input type="text" wicket:id="redirectURL" />
+					</div>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="1102" /></div>
+						<br/>
+						<label><wicket:message key="1356" /></label><input type="checkbox" class="formcheckbox" wicket:id="waitForRecording" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1355" /></label><input type="checkbox" class="formcheckbox" wicket:id="allowRecording" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1513" /></label><input type="checkbox" class="formcheckbox" wicket:id="chatModerated" />
+					</div>
+				</fieldset>
+
+				<!-- Room Layout options -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="1443" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="admin.room.hidden.elements" /></label>
+						<div class="om-select2"><select class="input" wicket:id="hiddenElements"></select></div>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1515" /></label><input type="checkbox" class="formcheckbox" wicket:id="chatOpened" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1516" /></label><input type="checkbox" class="formcheckbox" wicket:id="filesOpened" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1528" /></label><input type="checkbox" class="formcheckbox" wicket:id="autoVideoSelect" />
+					</div>
+				</fieldset>
+
+				<!-- Users in this Room -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="587" /></legend>
 					<table class="adminListTable">
-						<tbody wicket:id="listContainer">		
-							<tr wicket:id="roomList">
-								<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
-								<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="name"></span></div></td>
-								<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="ispublic"></span></div></td>
+						<thead>
+							<tr>
+								<th class="three_column_layout_column1 ui-widget-header"><wicket:message key="588" /></th>
+								<th class="three_column_layout_column2 ui-widget-header"><wicket:message key="589" /></th>
+								<th class="three_column_layout_column3 ui-widget-header"><wicket:message key="590" /></th>
 							</tr>
-						</tbody>
+						</thead>
 					</table>
-				</div>
-			</div>
-			<div class="adminPanelColumnForm">
-				<form wicket:id="form" class="adminForm">
-					<div wicket:id="buttons"></div>
-					<div class="scrollcontent" id="adminForm">
-						
-						<!-- General -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="187" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="193" /></label><input type="text" wicket:id="name" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="482" /></label><select wicket:id="numberOfPartizipants"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="194" /></label><select wicket:id="type"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="196" /></label><textarea style="width: 200px; height: 100px;" wicket:id="comment"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="620" /></label><input type="checkbox" class="formcheckbox" wicket:id="appointment" />
-							</div>
-						</fieldset>
-						
-						<!-- Groups -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="191" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="195" /></label><input type="checkbox" class="formcheckbox" wicket:id="ispublic" />
-							</div>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="828" /></div>
-								<label><wicket:message key="191" /></label><div class="om-select2"><select class="input" wicket:id="roomGroups"></select></div>
-							</div>
-						</fieldset>
-						
-						<!-- Limitations -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="830" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="636" /></label><input type="checkbox" class="formcheckbox" wicket:id="isDemoRoom" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="637" /></label><input type="text" wicket:id="demoTime" />
-							</div>
-						</fieldset>
-						
-						<!-- Rights -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="881" /></legend>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="880" /></div>
-								<label><wicket:message key="879" /></label><input type="checkbox" class="formcheckbox" wicket:id="allowUserQuestions" />
-							</div>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="1077" /></div>
-								<label><wicket:message key="1076" /></label><input type="checkbox" class="formcheckbox" wicket:id="audioOnly" />
-							</div>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="1101" /></div>
-								<label><wicket:message key="1099" /></label><input type="checkbox" class="formcheckbox" wicket:id="closed" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1100" /></label><input type="text" wicket:id="redirectURL" />
-							</div>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="1102" /></div>
-								<br/>
-								<label><wicket:message key="1356" /></label><input type="checkbox" class="formcheckbox" wicket:id="waitForRecording" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1355" /></label><input type="checkbox" class="formcheckbox" wicket:id="allowRecording" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1513" /></label><input type="checkbox" class="formcheckbox" wicket:id="chatModerated" />
-							</div>
-						</fieldset>
-						
-						<!-- Room Layout options -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="1443" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="admin.room.hidden.elements" /></label>
-								<div class="om-select2"><select class="input" wicket:id="hiddenElements"></select></div>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1515" /></label><input type="checkbox" class="formcheckbox" wicket:id="chatOpened" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1516" /></label><input type="checkbox" class="formcheckbox" wicket:id="filesOpened" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1528" /></label><input type="checkbox" class="formcheckbox" wicket:id="autoVideoSelect" />
-							</div>
-						</fieldset>
-						
-						<!-- Users in this Room -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="587" /></legend>
-							<table class="adminListTable">
-								<thead>
-									<tr>
-										<th class="three_column_layout_column1 ui-widget-header"><wicket:message key="588" /></th>
-										<th class="three_column_layout_column2 ui-widget-header"><wicket:message key="589" /></th>
-										<th class="three_column_layout_column3 ui-widget-header"><wicket:message key="590" /></th>
-									</tr>	
-								</thead>
+					<div class="tableWrapperSmall" id="adminTableSmall">
+						<table class="adminListTable">
+							<tbody wicket:id="clientsContainer">
+								<tr wicket:id="clients">
+									<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="clientId"></span></div></td>
+									<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="clientLogin"></span></div></td>
+									<td class="three_column_layout_column3"><div class="formCancelButton" wicket:id="clientDelete" wicket:message="title:604"></div></td>
+								</tr>
+							</tbody>
+						</table>
+					</div>
+				</fieldset>
+
+				<!-- Default moderators -->
+				<fieldset class="ui-widget-content">
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="823" /></div>
+						<label><wicket:message key="640" /></label><input type="checkbox" class="formcheckbox" wicket:id="moderated" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="816" /></label><div class="om-select2"><select wicket:id="moderator2add" class="input"></select></div>
+					</div>
+					<div class="formelement" wicket:id="moderatorContainer">
+						<table class="adminListTableSmall">
+							<thead>
+								<tr>
+									<th class="three_column_layout_column1 ui-widget-header" style="overflow: hidden;" wicket:message="title:817"><wicket:message key="817" /></th>
+									<th class="three_column_layout_column2 ui-widget-header"><wicket:message key="818" /></th>
+									<th class="three_column_layout_column3 ui-widget-header"><wicket:message key="819" /></th>
+									<th class="three_column_layout_column4 ui-widget-header"><wicket:message key="820" /></th>
+									<th class="three_column_layout_column5 ui-widget-header"><wicket:message key="827" /></th>
+								</tr>
+							</thead>
+						</table>
+						<div class="tableWrapperSmall" id="adminTableSmall">
+							<table class="adminListTableSmall">
+								<tbody>
+									<tr wicket:id="moderators">
+										<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><input type="checkbox" wicket:id="superModerator"/></div></td>
+										<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="userId"></span></div></td>
+										<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="uName"></span></div></td>
+										<td class="three_column_layout_column4"><div class="three_column_layout_divcolumn4" style="overflow: hidden;"><span wicket:id="email"></span></div></td>
+										<td style="width: 50px"><div style="width: 50px"><div class="formCancelButton" wicket:id="delete" wicket:message="title:274"></div></div></td>
+									</tr>
+								</tbody>
 							</table>
-							<div class="tableWrapperSmall" id="adminTableSmall">
-								<table class="adminListTable">
-									<tbody wicket:id="clientsContainer">		
-										<tr wicket:id="clients">
-											<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="clientId"></span></div></td>
-											<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="clientLogin"></span></div></td>
-											<td class="three_column_layout_column3"><div class="formCancelButton" wicket:id="clientDelete" wicket:message="title:604"></div></td>
-										</tr>
-									</tbody>
-								</table>
-							</div>
-						</fieldset>
-						
-						<!-- Default moderators -->
-						<fieldset class="ui-widget-content">
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="823" /></div>
-								<label><wicket:message key="640" /></label><input type="checkbox" class="formcheckbox" wicket:id="moderated" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="816" /></label><div class="om-select2"><select wicket:id="moderator2add" class="input"></select></div>
-							</div>
-							<div class="formelement" wicket:id="moderatorContainer">
-								<table class="adminListTableSmall">
-									<thead>
-										<tr>
-											<th class="three_column_layout_column1 ui-widget-header" style="overflow: hidden;" wicket:message="title:817"><wicket:message key="817" /></th>
-											<th class="three_column_layout_column2 ui-widget-header"><wicket:message key="818" /></th>
-											<th class="three_column_layout_column3 ui-widget-header"><wicket:message key="819" /></th>
-											<th class="three_column_layout_column4 ui-widget-header"><wicket:message key="820" /></th>
-											<th class="three_column_layout_column5 ui-widget-header"><wicket:message key="827" /></th>
-										</tr>	
-									</thead>
-								</table>
-								<div class="tableWrapperSmall" id="adminTableSmall">
-									<table class="adminListTableSmall">
-										<tbody>		
-											<tr wicket:id="moderators">
-												<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><input type="checkbox" wicket:id="superModerator"/></div></td>
-												<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="userId"></span></div></td>
-												<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="uName"></span></div></td>
-												<td class="three_column_layout_column4"><div class="three_column_layout_divcolumn4" style="overflow: hidden;"><span wicket:id="email"></span></div></td>
-												<td style="width: 50px"><div style="width: 50px"><div class="formCancelButton" wicket:id="delete" wicket:message="title:274"></div></div></td>
-											</tr>
-										</tbody>
-									</table>
-								</div>
-							</div>
-						</fieldset>
-						<!--SIP Settings -->
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="1001" /></legend>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="1002" /></div>
-								<br/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1003" /></label><input type="text" wicket:id="confno" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1004" /></label><input type="text" wicket:id="pin" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1308" /></label><input type="text" wicket:id="ownerId" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1538" /></label><input type="checkbox" class="formcheckbox" wicket:id="sipEnabled" />
-							</div>
-						</fieldset>
+						</div>
+					</div>
+				</fieldset>
+				<!--SIP Settings -->
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="1001" /></legend>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="1002" /></div>
+						<br/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1003" /></label><input type="text" wicket:id="confno" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1004" /></label><input type="text" wicket:id="pin" />
 					</div>
-				</form>
+					<div class="formelement">
+						<label><wicket:message key="1308" /></label><input type="text" wicket:id="ownerId" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1538" /></label><input type="checkbox" class="formcheckbox" wicket:id="sipEnabled" />
+					</div>
+				</fieldset>
 			</div>
-		</div>
-	</wicket:panel>
+		</form>
+	</div>
+</wicket:extend>
 </html>

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.java (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.java Fri Mar 10 14:33:11 2017
@@ -24,7 +24,6 @@ import org.apache.openmeetings.db.dao.ro
 import org.apache.openmeetings.db.entity.room.Room;
 import org.apache.openmeetings.web.admin.AdminPanel;
 import org.apache.openmeetings.web.admin.SearchableDataView;
-import org.apache.openmeetings.web.common.BasePanel;
 import org.apache.openmeetings.web.common.PagedEntityListPanel;
 import org.apache.openmeetings.web.data.DataViewContainer;
 import org.apache.openmeetings.web.data.OmOrderByBorder;
@@ -33,7 +32,6 @@ import org.apache.wicket.AttributeModifi
 import org.apache.wicket.ajax.AjaxEventBehavior;
 import org.apache.wicket.ajax.AjaxRequestTarget;
 import org.apache.wicket.authroles.authorization.strategies.role.annotations.AuthorizeInstantiation;
-import org.apache.wicket.core.request.handler.IPartialPageRequestHandler;
 import org.apache.wicket.markup.head.IHeaderResponse;
 import org.apache.wicket.markup.head.JavaScriptHeaderItem;
 import org.apache.wicket.markup.html.WebMarkupContainer;
@@ -48,13 +46,6 @@ public class RoomsPanel extends AdminPan
 	final WebMarkupContainer listContainer = new WebMarkupContainer("listContainer");
 	private RoomForm form;
 
-	@Override
-	public BasePanel onMenuPanelLoad(IPartialPageRequestHandler handler) {
-		super.onMenuPanelLoad(handler);
-		handler.appendJavaScript("omRoomPanelInit();");
-		return this;
-	}
-
 	public RoomsPanel(String id) {
 		super(id);
 		SearchableDataView<Room> dataView = new SearchableDataView<Room>("roomList", new SearchableGroupAdminDataProvider<>(RoomDao.class)) {

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.html (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.html Fri Mar 10 14:33:11 2017
@@ -7,108 +7,97 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-    	  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
-	<wicket:head>
-		<script type="text/javascript">
-			function omServerPanelInit() {
-				var documentHeight = $(document).height();
-				$('#adminForm').height(documentHeight-114);
-				$('#adminTable').height(documentHeight-144);
-			}
-		</script>
-	</wicket:head>
-	<wicket:panel>
-		<div class="adminPanel">
-			<div class="adminPanelColumnTable">
-				<span wicket:id="navigator">[dataview navigator]</span>
-				<table class="adminListTable">
-					<thead>
-						<tr>
-							<th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="188" /></th>
-							<th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="1500" /></th>
-							<th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByAddress"></span><wicket:message key="1501" /></th>
-						</tr>	
-					</thead>
-				</table>
-				<div class="tableWrapper" id="adminTable">
-					<table class="adminListTable">
-						<tbody wicket:id="listContainer">	
-							<tr wicket:id="serverList">
-								<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
-								<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="name"></span></div></td>
-								<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="address"></span></div></td>
-							</tr>
-						</tbody>
-					</table>
-				</div>
-			</div>
-			<div class="adminPanelColumnForm">
-				<form wicket:id="form" class="adminForm">
-					<div wicket:id="buttons"></div>
-					<div class="scrollcontent" id="adminForm">
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="1502" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="1500" /></label><input type="text" wicket:id="name"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1525" /></label><input type="checkbox" class="formcheckbox" wicket:id="active" />
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1501" /></label><input type="text" wicket:id="address"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1519" /></label><input type="text" wicket:id="port"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1520" /></label><input type="text" wicket:id="user"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1521" /></label><input type="text" wicket:id="pass"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1522" /></label><input type="text" wicket:id="webapp"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1523" /></label><input type="text" wicket:id="protocol"/>
-							</div>
-							<div class="formelement">
-								<div class="info-text"><wicket:message key="1518" /></div>
-									<br/>
-								<label><wicket:message key="1517" /></label><span wicket:id="lastPing"/>
-								<!-- br/>
-								<label><wicket:message key="1524" /></label><span wicket:id="pingRunning"/-->
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1110" /></label><span wicket:id="inserted"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1111" /></label><span wicket:id="insertedby.login"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1112" /></label><span wicket:id="updated"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="1113" /></label><span wicket:id="updatedby.login"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="270" /></label><textarea wicket:id="comment"/>
-							</div>
-						</fieldset>
+<wicket:extend>
+	<div class="adminPanelColumnTable">
+		<span wicket:id="navigator">[dataview navigator]</span>
+		<table class="adminListTable">
+			<thead>
+				<tr>
+					<th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="188" /></th>
+					<th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByName"></span><wicket:message key="1500" /></th>
+					<th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByAddress"></span><wicket:message key="1501" /></th>
+				</tr>
+			</thead>
+		</table>
+		<div class="tableWrapper" id="adminTable">
+			<table class="adminListTable">
+				<tbody wicket:id="listContainer">
+					<tr wicket:id="serverList">
+						<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
+						<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="name"></span></div></td>
+						<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="address"></span></div></td>
+					</tr>
+				</tbody>
+			</table>
+		</div>
+	</div>
+	<div class="adminPanelColumnForm">
+		<form wicket:id="form" class="adminForm">
+			<div wicket:id="buttons"></div>
+			<div class="scrollcontent" id="adminForm">
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="1502" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="1500" /></label><input type="text" wicket:id="name"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1525" /></label><input type="checkbox" class="formcheckbox" wicket:id="active" />
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1501" /></label><input type="text" wicket:id="address"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1519" /></label><input type="text" wicket:id="port"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1520" /></label><input type="text" wicket:id="user"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1521" /></label><input type="text" wicket:id="pass"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1522" /></label><input type="text" wicket:id="webapp"/>
 					</div>
-				</form>
+					<div class="formelement">
+						<label><wicket:message key="1523" /></label><input type="text" wicket:id="protocol"/>
+					</div>
+					<div class="formelement">
+						<div class="info-text"><wicket:message key="1518" /></div>
+							<br/>
+						<label><wicket:message key="1517" /></label><span wicket:id="lastPing"/>
+						<!-- br/>
+						<label><wicket:message key="1524" /></label><span wicket:id="pingRunning"/-->
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1110" /></label><span wicket:id="inserted"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1111" /></label><span wicket:id="insertedby.login"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1112" /></label><span wicket:id="updated"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="1113" /></label><span wicket:id="updatedby.login"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="270" /></label><textarea wicket:id="comment"/>
+					</div>
+				</fieldset>
 			</div>
-		</div>
-	</wicket:panel>
+		</form>
+	</div>
+</wicket:extend>
 </html>

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.java (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/servers/ServersPanel.java Fri Mar 10 14:33:11 2017
@@ -22,7 +22,6 @@ import org.apache.openmeetings.db.dao.se
 import org.apache.openmeetings.db.entity.server.Server;
 import org.apache.openmeetings.web.admin.AdminPanel;
 import org.apache.openmeetings.web.admin.SearchableDataView;
-import org.apache.openmeetings.web.common.BasePanel;
 import org.apache.openmeetings.web.common.PagedEntityListPanel;
 import org.apache.openmeetings.web.data.DataViewContainer;
 import org.apache.openmeetings.web.data.OmOrderByBorder;
@@ -30,7 +29,6 @@ import org.apache.openmeetings.web.data.
 import org.apache.wicket.AttributeModifier;
 import org.apache.wicket.ajax.AjaxEventBehavior;
 import org.apache.wicket.ajax.AjaxRequestTarget;
-import org.apache.wicket.core.request.handler.IPartialPageRequestHandler;
 import org.apache.wicket.markup.html.WebMarkupContainer;
 import org.apache.wicket.markup.html.basic.Label;
 import org.apache.wicket.markup.repeater.Item;
@@ -46,13 +44,6 @@ public class ServersPanel extends AdminP
 	final WebMarkupContainer listContainer = new WebMarkupContainer("listContainer");
 	private ServerForm form;
 
-	@Override
-	public BasePanel onMenuPanelLoad(IPartialPageRequestHandler handler) {
-		super.onMenuPanelLoad(handler);
-		handler.appendJavaScript("omServerPanelInit();");
-		return this;
-	}
-
 	public ServersPanel(String id) {
 		super(id);
 		SearchableDataView<Server> dataView = new SearchableDataView<Server>("serverList",

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.html (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.html Fri Mar 10 14:33:11 2017
@@ -7,70 +7,59 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
-<wicket:head>
-	<script type="text/javascript">
-		function omUserPanelInit() {
-			var documentHeight = $(document).height();
-			$('#adminForm').height(documentHeight - 114);
-			$('#adminTable').height(documentHeight - 144);
-		}
-	</script>
-</wicket:head>
-<wicket:panel>
-	<div class="adminPanel">
-		<div class="adminPanelColumnTable">
-			<span wicket:id="navigator">[dataview navigator]</span>
+<wicket:extend>
+	<div class="adminPanelColumnTable">
+		<span wicket:id="navigator">[dataview navigator]</span>
+		<table class="adminListTable">
+			<thead>
+				<tr>
+					<th class="four_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span> <wicket:message key="146" /></th>
+					<th class="four_column_layout_column2 ui-widget-header"><span wicket:id="orderByLogin"></span> <wicket:message key="147" /></th>
+					<th class="four_column_layout_column3 ui-widget-header"><span wicket:id="orderByFirstName"></span> <wicket:message key="148" /></th>
+					<th class="four_column_layout_column4 ui-widget-header"><span wicket:id="orderByLastName"></span> <wicket:message key="149" /></th>
+				</tr>
+			</thead>
+		</table>
+		<div class="tableWrapper" id="adminTable">
 			<table class="adminListTable">
-				<thead>
-					<tr>
-						<th class="four_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span> <wicket:message key="146" /></th>
-						<th class="four_column_layout_column2 ui-widget-header"><span wicket:id="orderByLogin"></span> <wicket:message key="147" /></th>
-						<th class="four_column_layout_column3 ui-widget-header"><span wicket:id="orderByFirstName"></span> <wicket:message key="148" /></th>
-						<th class="four_column_layout_column4 ui-widget-header"><span wicket:id="orderByLastName"></span> <wicket:message key="149" /></th>
+				<tbody wicket:id="listContainer">
+					<tr wicket:id="userList">
+						<td class="four_column_layout_column1"><div
+								class="four_column_layout_divcolumn1">
+								<span wicket:id="id"></span>
+							</div></td>
+						<td class="four_column_layout_column2"><div
+								class="four_column_layout_divcolumn2">
+								<span wicket:id="login"></span>
+							</div></td>
+						<td class="four_column_layout_column3"><div
+								class="four_column_layout_divcolumn3">
+								<span wicket:id="firstname"></span>
+							</div></td>
+						<td class="four_column_layout_column4"><div
+								class="four_column_layout_divcolumn4">
+								<span wicket:id="lastname"></span>
+							</div></td>
 					</tr>
-				</thead>
+				</tbody>
 			</table>
-			<div class="tableWrapper" id="adminTable">
-				<table class="adminListTable">
-					<tbody wicket:id="listContainer">
-						<tr wicket:id="userList">
-							<td class="four_column_layout_column1"><div
-									class="four_column_layout_divcolumn1">
-									<span wicket:id="id"></span>
-								</div></td>
-							<td class="four_column_layout_column2"><div
-									class="four_column_layout_divcolumn2">
-									<span wicket:id="login"></span>
-								</div></td>
-							<td class="four_column_layout_column3"><div
-									class="four_column_layout_divcolumn3">
-									<span wicket:id="firstname"></span>
-								</div></td>
-							<td class="four_column_layout_column4"><div
-									class="four_column_layout_divcolumn4">
-									<span wicket:id="lastname"></span>
-								</div></td>
-						</tr>
-					</tbody>
-				</table>
-			</div>
-		</div>
-		<div class="adminPanelColumnForm">
-			<form wicket:id="form" class="adminForm"/>
 		</div>
 	</div>
+	<div class="adminPanelColumnForm">
+		<form wicket:id="form" class="adminForm"/>
+	</div>
 	<div wicket:id="warning"></div>
-</wicket:panel>
+</wicket:extend>
 </html>

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.java (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/users/UsersPanel.java Fri Mar 10 14:33:11 2017
@@ -26,7 +26,6 @@ import org.apache.openmeetings.db.entity
 import org.apache.openmeetings.web.admin.AdminPanel;
 import org.apache.openmeetings.web.admin.SearchableDataView;
 import org.apache.openmeetings.web.app.Application;
-import org.apache.openmeetings.web.common.BasePanel;
 import org.apache.openmeetings.web.common.PagedEntityListPanel;
 import org.apache.openmeetings.web.data.DataViewContainer;
 import org.apache.openmeetings.web.data.OmOrderByBorder;
@@ -56,14 +55,6 @@ public class UsersPanel extends AdminPan
 		public void onClose(IPartialPageRequestHandler handler, DialogButton button) {
 		}
 	};
-
-	@Override
-	public BasePanel onMenuPanelLoad(IPartialPageRequestHandler handler) {
-		super.onMenuPanelLoad(handler);
-		handler.appendJavaScript("omUserPanelInit();");
-		return this;
-	}
-
 	private UserForm form;
 
 	public UsersPanel(String id) {

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java Fri Mar 10 14:33:11 2017
@@ -366,10 +366,6 @@ public class Application extends Authent
 		return result;
 	}
 
-	public static int getClientsSize() {
-		return ONLINE_USERS.size();
-	}
-
 	public static Client getClientByKeys(Long userId, String sessionId) {
 		Client client = null;
 		for (Map.Entry<String, Client> e : ONLINE_USERS.entrySet()) {

Modified: openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-web/src/main/webapp/css/admin.css Fri Mar 10 14:33:11 2017
@@ -245,7 +245,9 @@ table.adminListTable td div.four_column_
 	word-wrap: break-word;
 	width: 132px;
 }
-
+table.adminListTable .one_sixth {
+	width: 16.67%;
+}
 .adminPanelColumnForm {
 	display: inline-block;
 	vertical-align: top;

Modified: openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/Client.java
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/Client.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/Client.java (original)
+++ openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/Client.java Fri Mar 10 14:33:11 2017
@@ -25,7 +25,6 @@ import java.util.Set;
 import java.util.UUID;
 
 import org.apache.openmeetings.db.dao.user.UserDao;
-import org.apache.openmeetings.db.entity.IDataProviderEntity;
 import org.apache.openmeetings.db.entity.room.Room.Right;
 import org.apache.openmeetings.db.entity.user.User;
 import org.apache.wicket.protocol.ws.api.registry.IKey;
@@ -35,7 +34,7 @@ import org.apache.wicket.protocol.ws.api
  * @author solomax
  *
  */
-public class Client implements IDataProviderEntity {
+public class Client implements IClient {
 	private static final long serialVersionUID = 1L;
 
 	public enum Activity {

Added: openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/IClient.java
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/IClient.java?rev=1786351&view=auto
==============================================================================
--- openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/IClient.java (added)
+++ openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/basic/IClient.java Fri Mar 10 14:33:11 2017
@@ -0,0 +1,31 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License") +  you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.openmeetings.db.entity.basic;
+
+import org.apache.openmeetings.db.entity.IDataProviderEntity;
+
+/**
+ * Temporary interface, will be removed after 2 types of cliens will be merged
+ * {@link org.apache.openmeetings.db.entity.room.Client}
+ * {@link org.apache.openmeetings.db.entity.basic.Client}
+ * @author solomax
+ *
+ */
+public interface IClient extends IDataProviderEntity {
+}

Modified: openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Client.java
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Client.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Client.java (original)
+++ openmeetings/application/trunk/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Client.java Fri Mar 10 14:33:11 2017
@@ -35,13 +35,13 @@ import javax.xml.bind.annotation.XmlAcce
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlRootElement;
 
-import org.apache.openmeetings.db.entity.IDataProviderEntity;
+import org.apache.openmeetings.db.entity.basic.IClient;
 import org.apache.openmeetings.db.entity.server.Server;
 import org.apache.openmeetings.util.CalendarPatterns;
 
 /**
  * Can be configured to be stored in memory or in database
- * 
+ *
  * @author sebawagner
  */
 @Entity
@@ -66,98 +66,98 @@ import org.apache.openmeetings.util.Cale
 @Table(name = "client")
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.FIELD)
-public class Client implements IDataProviderEntity {
+public class Client implements IClient {
 	private static final long serialVersionUID = 1L;
-	
+
 	@Id
 	@GeneratedValue(strategy = GenerationType.IDENTITY)
 	@Column(name = "id")
 	private Long id;
-	
+
 	/**
 	 * @see Client#getUsername()
 	 */
 	@Column(name = "username")
 	private String username = "";
-	
+
 	/**
 	 * @see Client#getStreamid()
 	 */
 	@Column(name = "streamid")
 	private String streamid = "";
-	
+
 	/**
 	 * @see Client#getScope()
 	 */
 	@Column(name = "scope")
 	private String scope = "";
-	
+
 	/**
 	 * @see Client#getVWidth()
 	 */
 	@Column(name = "vwidth")
 	private int vWidth = 0;
-	
+
 	/**
 	 * @see Client#getVHeight()
 	 */
 	@Column(name = "vheight")
 	private int vHeight = 0;
-	
+
 	/**
 	 * @see Client#getVX()
 	 */
 	@Column(name = "vx")
 	private int vX = 0;
-	
+
 	/**
 	 * @see Client#getVY()
 	 */
 	@Column(name = "vy")
 	private int vY = 0;
-	
+
 	/**
 	 * @see Client#getStreamPublishName()
 	 */
 	@Column(name = "stream_publish_name")
 	private String streamPublishName = "";
-	
+
 	/**
 	 * @see Client#getPublicSID()
 	 */
 	@Column(name = "public_sid")
 	private String publicSID = "";
-	
+
 	/**
 	 * @see Client#getIsMod()
 	 */
 	@Column(name = "is_mod", nullable = false)
 	private boolean isMod = false;
-	
+
 	/**
 	 * @see Client#getIsSuperModerator()
 	 */
 	@Column(name = "is_supermoderator", nullable = false)
 	private boolean isSuperModerator = false;
-	
+
 	/**
 	 * @see Client#getCanDraw()
 	 */
 	@Column(name = "can_draw", nullable = false)
 	private boolean canDraw = false;
-	
+
 	/**
 	 * @see Client#getCanShare()
 	 */
 	@Column(name = "can_share", nullable = false)
 	private boolean canShare = false;
-	
+
 	/**
 	 * @see Client#getCanRemote()
 	 */
 	@Column(name = "can_remote", nullable = false)
 	private boolean canRemote = false;
-	
+
 	/**
 	 * @see Client#getCanGiveAudio()
 	 */
@@ -172,115 +172,115 @@ public class Client implements IDataProv
 	 */
 	@Column(name = "connected_since")
 	private Date connectedSince;
-	
+
 	/**
 	 * @see Client#getFormatedDate()
 	 */
 	@Column(name = "formated_date")
 	private String formatedDate;
-	
+
 	/**
 	 * @see Client#isScreenClient()
 	 */
 	@Column(name = "is_screenclient", nullable = false)
 	private boolean screenClient;
-	
+
 	/**
 	 * @see Client#getUsercolor()
 	 */
 	@Column(name = "usercolor")
 	private String usercolor;
-	
+
 	/**
 	 * @see Client#getUserpos()
 	 */
 	@Column(name = "userpos")
 	private Integer userpos;
-	
+
 	/**
 	 * @see Client#getUserip()
 	 */
 	@Column(name = "userip")
 	private String userip;
-	
+
 	/**
 	 * @see Client#getUserport()
 	 */
 	@Column(name = "userport")
 	private int userport;
-	
+
 	/**
 	 * @see Client#getRoomId()
 	 */
 	@Column(name = "room_id")
 	private Long roomId;
-	
+
 	/**
 	 * @see Client#getRoomEnter()
 	 */
 	@Column(name = "room_enter")
 	private Date roomEnter = null;
-	
+
 	/**
 	 * @see Client#getBroadCastID()
 	 */
 	@Column(name = "broadcast_id")
 	private long broadCastID = -2;
-	
+
 	/**
 	 * @see Client#getUserId()
 	 */
 	@Column(name = "user_id")
 	private Long userId = null;
-	
+
 	/**
 	 * @see Client#getFirstname()
 	 */
 	@Column(name = "firstname")
 	private String firstname = "";
-	
+
 	/**
 	 * @see Client#getLastname()
 	 */
 	@Column(name = "lastname")
 	private String lastname = "";
-	
+
 	/**
 	 * @see Client#getMail()
 	 */
 	@Column(name = "email")
 	private String email;
-	
+
 	/**
 	 * @see Client#getLastLogin()
 	 */
 	@Column(name = "last_login")
 	private String lastLogin;
-	
+
 	/**
 	 * @see Client#getSecurityCode()
 	 */
 	@Column(name = "security_code")
 	private String securityCode;
-	
+
 	/**
 	 * @see Client#getPicture_uri()
 	 */
 	@Column(name = "picture_uri")
 	private String picture_uri;
-	
+
 	/**
 	 * @see Client#getLanguage()
 	 */
 	@Column(name = "language")
 	private String language = "";
-	
+
 	/**
 	 * @see Client#getAvsettings()
 	 */
 	@Column(name = "avsettings")
 	private String avsettings = "";
-	
+
 	/**
 	 * @see Client#getSwfurl()
 	 */
@@ -299,97 +299,97 @@ public class Client implements IDataProv
 	 */
 	@Column(name = "is_recording", nullable = false)
 	private boolean isRecording = false;
-	
+
 	/**
 	 * @see Client#getRoomRecordingName()
 	 */
 	@Column(name = "room_recording_name")
 	private String roomRecordingName;
-	
+
 	/**
 	 * @see Client#getRecordingId()
 	 */
 	@Column(name = "recording_id")
 	private Long recordingId;
-	
+
 	/**
 	 * @see Client#getRecordingMetaDataId()
 	 */
 	@Column(name = "recording_metadata_id")
 	private Long recordingMetaDataId;
-	
+
 	/**
 	 * @see Client#isStartRecording()
 	 */
 	@Column(name = "start_recording", nullable = false)
 	private boolean startRecording = false;
-	
+
 	/**
 	 * @see Client#isStartStreaming()
 	 */
 	@Column(name = "start_streaming", nullable = false)
 	private boolean startStreaming = false;
-	
+
 	/**
 	 * @see Client#isScreenPublishStarted()
 	 */
 	@Column(name = "screen_publish_started", nullable = false)
 	private boolean screenPublishStarted = false;
-	
+
 	/**
 	 * @see Client#isStreamPublishStarted()
 	 */
 	@Column(name = "stream_publish_started", nullable = false)
 	private boolean streamPublishStarted = false;
-	
+
 	/**
 	 * @see Client#getIsBroadcasting()
 	 */
 	@Column(name = "is_broadcasting", nullable = false)
 	private boolean isBroadcasting = false;
-	
+
 	/**
 	 * @see Client#getExternalUserId()
 	 */
 	@Column(name = "external_user_id")
 	private String externalUserId;
-	
+
 	/**
 	 * @see Client#getExternalUserType()
 	 */
 	@Column(name = "external_user_type")
 	private String externalUserType;
-	
+
 	/**
 	 * @see Client#getInterviewPodId()
 	 */
 	@Column(name = "interview_pod_id")
 	private Integer interviewPodId = null;
-	
+
 	/**
 	 * @see Client#isAllowRecording()
 	 */
 	@Column(name = "allow_recording", nullable = false)
 	private boolean allowRecording = true;
-	
+
 	/**
 	 * @see Client#getZombieCheckFlag()
 	 */
 	@Column(name = "zombie_check_flag", nullable = false)
 	private boolean zombieCheckFlag = false;
-	
+
 	/**
 	 * @see Client#getMicMuted()
 	 */
 	@Column(name = "mic_muted", nullable = false)
 	private boolean micMuted = false;
-	
+
 	/**
 	 * @see Client#isSipTransport()
 	 */
 	@Column(name = "sip_transport", nullable = false)
 	private boolean sipTransport = false;
-	
+
 	@Column(name = "mobile", nullable = false)
 	private boolean mobile = false;
 
@@ -426,7 +426,7 @@ public class Client implements IDataProv
 		this.firstname = firstname;
 		this.lastname = lastname;
 	}
-	
+
 	@Override
 	public Long getId() {
 		return id;
@@ -452,7 +452,7 @@ public class Client implements IDataProv
 	public void setIsMod(boolean isMod) {
 		this.isMod = isMod;
 	}
-	
+
 	public String getUsername() {
 		return username;
 	}
@@ -640,7 +640,7 @@ public class Client implements IDataProv
 	public String getPublicSID() {
 		return publicSID;
 	}
-	
+
 	public void setPublicSID(String publicSID) {
 		this.publicSID = publicSID;
 	}
@@ -648,7 +648,7 @@ public class Client implements IDataProv
 	public boolean getZombieCheckFlag() {
 		return zombieCheckFlag;
 	}
-	
+
 	public void setZombieCheckFlag(boolean zombieCheckFlag) {
 		this.zombieCheckFlag = zombieCheckFlag;
 	}
@@ -852,7 +852,7 @@ public class Client implements IDataProv
 	public void setSipTransport(boolean sipTransport) {
 		this.sipTransport = sipTransport;
 	}
-	
+
 	public Server getServer() {
 		return server;
 	}

Added: openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.html?rev=1786351&view=auto
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.html (added)
+++ openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.html Fri Mar 10 14:33:11 2017
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+
+-->
+<html xmlns:wicket="http://wicket.apache.org">
+<wicket:head>
+	<script type="text/javascript">
+		var ADMIN_TABLE_SHIIFT = 144;
+		function adminPanelInit() {
+			if (typeof extAdminPanelInit === 'function') {
+				extAdminPanelInit();
+			}
+			var documentHeight = $(document).height();
+			$('#adminForm').height(documentHeight - 114);
+			$('#adminTable').height(documentHeight - ADMIN_TABLE_SHIIFT);
+		};
+	</script>
+</wicket:head>
+<wicket:panel>
+	<div class="adminPanel">
+		<wicket:child/>
+	</div>
+</wicket:panel>
+</html>

Modified: openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.java (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminPanel.java Fri Mar 10 14:33:11 2017
@@ -20,6 +20,7 @@ package org.apache.openmeetings.web.admi
 
 import org.apache.openmeetings.web.common.BasePanel;
 import org.apache.wicket.authroles.authorization.strategies.role.annotations.AuthorizeInstantiation;
+import org.apache.wicket.core.request.handler.IPartialPageRequestHandler;
 
 @AuthorizeInstantiation("Admin")
 public abstract class AdminPanel extends BasePanel {
@@ -30,7 +31,14 @@ public abstract class AdminPanel extends
 	public AdminPanel(String id) {
 		super(id);
 	}
-	
+
+	@Override
+	public BasePanel onMenuPanelLoad(IPartialPageRequestHandler handler) {
+		super.onMenuPanelLoad(handler);
+		handler.appendJavaScript("adminPanelInit();");
+		return this;
+	}
+
 	protected StringBuilder getRowClass(Long id, Long selectedId) {
 		StringBuilder sb = new StringBuilder(ROW_CLASS);
 		if (id != null && id.equals(selectedId)) {

Modified: openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminSavePanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminSavePanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminSavePanel.html (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/AdminSavePanel.html Fri Mar 10 14:33:11 2017
@@ -7,16 +7,16 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
 	<wicket:extend>

Modified: openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.html (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.html Fri Mar 10 14:33:11 2017
@@ -7,77 +7,66 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-    	  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
-	<wicket:head>
-		<script type="text/javascript">
-			function omConfigPanelInit() {
-				var documentHeight = $(document).height();
-				$('#adminForm').height(documentHeight-114);
-				$('#adminTable').height(documentHeight-144);
-			}
-		</script>
-	</wicket:head>
-	<wicket:panel>	
-		<div class="adminPanel">
-			<div class="adminPanelColumnTable">
-				<span wicket:id="navigator">[dataview navigator]</span>
-				<table class="adminListTable">
-					<thead>
-						<tr>
-							<th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="264" /></th>
-							<th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByKey"></span><wicket:message key="265" /></th>
-							<th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByValue"></span><wicket:message key="598" /></th>
-						</tr>	
-					</thead>
-				</table>
-				<div class="tableWrapper" id="adminTable">
-					<table class="adminListTable">
-						<tbody wicket:id="listContainer" >	
-							<tr wicket:id="configList">
-								<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
-								<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="key"></span></div></td>
-								<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="value"></span></div></td>
-							</tr>
-						</tbody>
-					</table>
-				</div>
-			</div>
-			<div class="adminPanelColumnForm">
-				<form wicket:id="form" class="adminForm">
-					<div wicket:id="buttons"></div>
-					<div class="scrollcontent" id="adminForm">
-						<fieldset class="ui-widget-content">
-							<legend class="ui-widget-header"><wicket:message key="266" /></legend>
-							<div class="formelement">
-								<label><wicket:message key="267" /></label><input type="text" wicket:id="key"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="271" /></label><input type="text" wicket:id="value"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="268" /></label><span wicket:id="updated"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="269" /></label><span wicket:id="user.login"/>
-							</div>
-							<div class="formelement">
-								<label><wicket:message key="270" /></label><textarea wicket:id="comment"/>
-							</div>
-						</fieldset>
+<wicket:extend>
+	<div class="adminPanelColumnTable">
+		<span wicket:id="navigator">[dataview navigator]</span>
+		<table class="adminListTable">
+			<thead>
+				<tr>
+					<th class="three_column_layout_column1 ui-widget-header"><span wicket:id="orderById"></span><wicket:message key="264" /></th>
+					<th class="three_column_layout_column2 ui-widget-header"><span wicket:id="orderByKey"></span><wicket:message key="265" /></th>
+					<th class="three_column_layout_column3 ui-widget-header"><span wicket:id="orderByValue"></span><wicket:message key="598" /></th>
+				</tr>
+			</thead>
+		</table>
+		<div class="tableWrapper" id="adminTable">
+			<table class="adminListTable">
+				<tbody wicket:id="listContainer" >
+					<tr wicket:id="configList">
+						<td class="three_column_layout_column1"><div class="three_column_layout_divcolumn1"><span wicket:id="id"></span></div></td>
+						<td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="key"></span></div></td>
+						<td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="value"></span></div></td>
+					</tr>
+				</tbody>
+			</table>
+		</div>
+	</div>
+	<div class="adminPanelColumnForm">
+		<form wicket:id="form" class="adminForm">
+			<div wicket:id="buttons"></div>
+			<div class="scrollcontent" id="adminForm">
+				<fieldset class="ui-widget-content">
+					<legend class="ui-widget-header"><wicket:message key="266" /></legend>
+					<div class="formelement">
+						<label><wicket:message key="267" /></label><input type="text" wicket:id="key"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="271" /></label><input type="text" wicket:id="value"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="268" /></label><span wicket:id="updated"/>
 					</div>
-				</form>
+					<div class="formelement">
+						<label><wicket:message key="269" /></label><span wicket:id="user.login"/>
+					</div>
+					<div class="formelement">
+						<label><wicket:message key="270" /></label><textarea wicket:id="comment"/>
+					</div>
+				</fieldset>
 			</div>
-		</div>
-	</wicket:panel>
+		</form>
+	</div>
+</wicket:extend>
 </html>

Modified: openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.java
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.java?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.java (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/configurations/ConfigsPanel.java Fri Mar 10 14:33:11 2017
@@ -22,7 +22,6 @@ import org.apache.openmeetings.db.dao.ba
 import org.apache.openmeetings.db.entity.basic.Configuration;
 import org.apache.openmeetings.web.admin.AdminPanel;
 import org.apache.openmeetings.web.admin.SearchableDataView;
-import org.apache.openmeetings.web.common.BasePanel;
 import org.apache.openmeetings.web.common.PagedEntityListPanel;
 import org.apache.openmeetings.web.data.DataViewContainer;
 import org.apache.openmeetings.web.data.OmOrderByBorder;
@@ -30,7 +29,6 @@ import org.apache.openmeetings.web.data.
 import org.apache.wicket.AttributeModifier;
 import org.apache.wicket.ajax.AjaxEventBehavior;
 import org.apache.wicket.ajax.AjaxRequestTarget;
-import org.apache.wicket.core.request.handler.IPartialPageRequestHandler;
 import org.apache.wicket.markup.html.WebMarkupContainer;
 import org.apache.wicket.markup.html.basic.Label;
 import org.apache.wicket.markup.repeater.Item;
@@ -46,13 +44,6 @@ public class ConfigsPanel extends AdminP
 	private ConfigForm form;
 	private final WebMarkupContainer listContainer = new WebMarkupContainer("listContainer");
 
-	@Override
-	public BasePanel onMenuPanelLoad(IPartialPageRequestHandler handler) {
-		super.onMenuPanelLoad(handler);
-		handler.appendJavaScript("omConfigPanelInit();");
-		return this;
-	}
-
 	public ConfigsPanel(String id) {
 		super(id);
 
@@ -99,6 +90,5 @@ public class ConfigsPanel extends AdminP
 		form = new ConfigForm("form", listContainer, new Configuration());
 		form.showNewRecord();
 		add(form);
-
 	}
 }

Modified: openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html?rev=1786351&r1=1786350&r2=1786351&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html (original)
+++ openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/connection/ConnectionsPanel.html Fri Mar 10 14:33:11 2017
@@ -7,60 +7,52 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
       http://www.apache.org/licenses/LICENSE-2.0
-    	  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <html xmlns:wicket="http://wicket.apache.org">
-<wicket:panel>	
-	<div class="adminPanel">
-		<div class="adminPanelColumnTable">
-			<span wicket:id="navigator">[dataview navigator]</span>
+<wicket:extend>
+	<div class="adminPanelColumnTable">
+		<span wicket:id="navigator">[dataview navigator]</span>
+		<table class="adminListTable">
+			<thead>
+				<tr>
+					<th class="ui-widget-header one_sixth"><wicket:message key="599" /></th>
+					<th class="ui-widget-header one_sixth"><wicket:message key="600" /></th>
+					<th class="ui-widget-header one_sixth"><wicket:message key="601" /></th>
+					<th class="ui-widget-header one_sixth"><wicket:message key="602" /></th>
+					<th class="ui-widget-header one_sixth"><wicket:message key="603" /></th>
+					<th class="ui-widget-header one_sixth"><wicket:message key="1501" /></th>
+				</tr>
+			</thead>
+		</table>
+		<div class="tableWrapper" id="adminTable">
 			<table class="adminListTable">
-				<thead>
-					<tr>
-						<th class="ui-widget-header"><wicket:message key="599" /></th>
-						<th class="ui-widget-header"><wicket:message key="600" /></th>
-						<th class="ui-widget-header"><wicket:message key="601" /></th>
-						<th class="ui-widget-header"><wicket:message key="602" /></th>
-						<th class="ui-widget-header"><wicket:message key="603" /></th>
-						<th class="ui-widget-header"><wicket:message key="1501" /></th>
-					</tr>
-				</thead>
-				<tbody wicket:id="container" >
+				<tbody wicket:id="container">
 					<tr wicket:id="clientList">
-						<td wicket:id="streamid"></td>
-						<td wicket:id="username"></td>
-						<td wicket:id="connectedSince"></td>
-						<td wicket:id="scope"></td>
-						<td><a wicket:id="kick"><wicket:message key="603" /></a></td>
-						<td wicket:id="server"></td>
-					</tr>
-				</tbody>
-				<tbody wicket:id="containerWeb" >
-					<tr wicket:id="clientListWeb">
-						<td wicket:id="id"></td>
-						<td wicket:id="login"></td>
-						<td wicket:id="since"></td>
-						<td wicket:id="scope"></td>
-						<td><a wicket:id="kick"><wicket:message key="603" /></a></td>
-						<td>&nbsp;</td>
+						<td class="one_sixth" wicket:id="streamid"></td>
+						<td class="one_sixth" wicket:id="login"></td>
+						<td class="one_sixth" wicket:id="since"></td>
+						<td class="one_sixth" wicket:id="scope"></td>
+						<td class="one_sixth"><a wicket:id="kick"><wicket:message key="603" /></a></td>
+						<td class="one_sixth" wicket:id="server"></td>
 					</tr>
 				</tbody>
 			</table>
 		</div>
-		<div class="adminPanelColumnForm">
-			<table wicket:id="details" style="width: 450px;">
-				<tr wicket:id="line"><td wicket:id="name"></td><td wicket:id="value"></td></tr>
-			</table>
-		</div>
 	</div>
-</wicket:panel>
+	<div class="adminPanelColumnForm">
+		<table wicket:id="details" style="width: 450px;">
+			<tr wicket:id="line"><td wicket:id="name"></td><td wicket:id="value"></td></tr>
+		</table>
+	</div>
+</wicket:extend>
 </html>