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 2021/06/28 04:41:48 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2632] settings->widgets look'n'feel is improved

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cc6ec4  [OPENMEETINGS-2632] settings->widgets look'n'feel is improved
0cc6ec4 is described below

commit 0cc6ec4483312e3a927ad2f44dfef7b8adc87800
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Jun 28 11:41:33 2021 +0700

    [OPENMEETINGS-2632] settings->widgets look'n'feel is improved
---
 .../org/apache/openmeetings/web/user/profile/WidgetsPanel.html   | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/profile/WidgetsPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/profile/WidgetsPanel.html
index 4a93aa8..d693306 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/profile/WidgetsPanel.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/profile/WidgetsPanel.html
@@ -21,11 +21,16 @@
 <!DOCTYPE html>
 <html xmlns:wicket="http://wicket.apache.org">
 <wicket:panel>
-	<table class="profile-panel widget">
+	<table class="widget table-striped table-hover">
+		<tr>
+			<th><wicket:message key="165"/></th>
+			<th><wicket:message key="lbl.description"/></th>
+			<th><wicket:message key="1590"/></th>
+		</tr>
 		<tr wicket:id="widgets">
 			<td wicket:id="name"></td>
 			<td wicket:id="description"></td>
-			<td><label wicket:for="display"><wicket:message key="1590"/></label>&nbsp;&nbsp;<input type="checkbox" wicket:id="display"/></td>
+			<td><input type="checkbox" wicket:id="display"/></td>
 		</tr>
 	</table>
 </wicket:panel>