Commit dc289467 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added edit link for editing MUC service name.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@185 b35dd754-fafc-0310-a699-88a17e54d16e
parent f254b34e
...@@ -73,9 +73,13 @@ Below is a list of information for this <fmt:message key="short.title" bundle="$ ...@@ -73,9 +73,13 @@ Below is a list of information for this <fmt:message key="short.title" bundle="$
<td class="jive-label"> <td class="jive-label">
Multi User Chat Server Name: Multi User Chat Server Name:
</td> </td>
<td colspan=2> <td>
<c:out value="${admin.multiUserChatServer.serviceName}" /> <c:out value="${admin.multiUserChatServer.serviceName}" />
</td> </td><td align=right nowrap>
<a href="muc-server-props-edit-form.jsp"
title="Click to edit..."
>Edit <img src="images/edit-16x16.gif" width="17" height="17" border="0"></a>
</td>
</tr> </tr>
</c:if> </c:if>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment