mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
UI design improved
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2231 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
1a84f81fa7
commit
2e2da08a3f
1 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
<%--
|
<%--
|
||||||
- $$RCSfile$$
|
- $RCSfile$
|
||||||
- $$Revision$$
|
- $Revision$
|
||||||
- $$Date$$
|
- $Date$
|
||||||
-
|
-
|
||||||
- Copyright (C) 2002-2003 Jive Software. All rights reserved.
|
- Copyright (C) 2002-2003 Jive Software. All rights reserved.
|
||||||
-
|
-
|
||||||
|
@ -67,6 +67,7 @@
|
||||||
String group1 = getParameter(request, "group1");
|
String group1 = getParameter(request, "group1");
|
||||||
String group2 = getParameter(request, "group2");
|
String group2 = getParameter(request, "group2");
|
||||||
|
|
||||||
|
// Create a new entry in the roster that belongs to a certain groups
|
||||||
if (user != null) {
|
if (user != null) {
|
||||||
roster.createEntry(user, nickname, new String[] {group1, group2});
|
roster.createEntry(user, nickname, new String[] {group1, group2});
|
||||||
response.sendRedirect("viewRoster.jsp");
|
response.sendRedirect("viewRoster.jsp");
|
||||||
|
@ -83,7 +84,7 @@
|
||||||
<table width="100%" border="0">
|
<table width="100%" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><span id="bigBlack">Add contact to roster</span></td>
|
<td><span id="bigBlack">Add contact to roster</span></td>
|
||||||
<td width="24"><a href="viewRoster.jsp"><img src="images/address_book.png" alt="View roster" border="0"></a></td>
|
<td align="right"><a href="viewRoster.jsp"><img src="images/address_book.png" alt="View roster" border="0"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"> </td>
|
<td colspan="2"> </td>
|
||||||
|
|
Loading…
Reference in a new issue