Author: solomax
Date: Fri May 24 04:13:09 2013
New Revision: 1485931
URL: http://svn.apache.org/r1485931
Log:
[OPENMEETINGS-615] proken panel is fixed
Modified:
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.html
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.java
Modified:
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.html?rev=1485931&r1=1485930&r2=1485931&view=diff
==============================================================================
---
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.html
(original)
+++
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.html
Fri May 24 04:13:09 2013
@@ -39,10 +39,10 @@
<div wicket:id="navigator"></div>
<table>
<tr>
- <th><wicket:message
key="1205"/></th>
- <th><wicket:message
key="1202"/></th>
- <th><wicket:message
key="1203"/></th>
- <th><wicket:message
key="1204"/></th>
+ <th><wicket:ommessage
key="1205"/></th>
+ <th><wicket:ommessage
key="1202"/></th>
+ <th><wicket:ommessage
key="1203"/></th>
+ <th><wicket:ommessage
key="1204"/></th>
</tr>
</table>
</div>
@@ -52,8 +52,8 @@
<div><b><wicket:ommessage
key="1188"/> (<span wicket:id="na1"></span>)</b></div>
<table>
<tr>
- <th><wicket:message
key="1180"/></th>
- <th><wicket:message
key="1186"/></th>
+ <th><wicket:ommessage
key="1180"/></th>
+ <th><wicket:ommessage
key="1186"/></th>
</tr>
</table>
</td>
Modified:
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.java
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.java?rev=1485931&r1=1485930&r2=1485931&view=diff
==============================================================================
---
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.java
(original)
+++
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/profile/MessagesContactsPanel.java
Fri May 24 04:13:09 2013
@@ -88,6 +88,9 @@ public class MessagesContactsPanel exten
});
unreadModel.setObject(getBean(PrivateMessagesDao.class).count(getUserId(),
null, false, false));
container.add(new Label("unread", unreadModel));
+ container.add(new WebMarkupContainer("navigator"));//FIXME
+ add(new WebMarkupContainer("pendingContacts"));//FIXME
+ add(new WebMarkupContainer("na1"));//FIXME
add(container.setOutputMarkupId(true));
}