Commit 7823e9d2 authored by Ryan Graham's avatar Ryan Graham Committed by ryan

more UI changes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5300 b35dd754-fafc-0310-a699-88a17e54d16e
parent f1679aff
...@@ -237,11 +237,8 @@ else if (updateSucess) { %> ...@@ -237,11 +237,8 @@ else if (updateSucess) { %>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<br/>
<input type="submit" name="update" value="<fmt:message key="global.save_settings" />">
</div> </div>
<input type="submit" name="update" value="<fmt:message key="global.save_settings" />">
</form> </form>
<!-- END manage updates settings --> <!-- END manage updates settings -->
......
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<br>
<input type="submit" name="update" value="<fmt:message key="groupchat.history.settings.save" />"/> <input type="submit" name="update" value="<fmt:message key="groupchat.history.settings.save" />"/>
</div> </div>
</form> </form>
......
...@@ -307,17 +307,17 @@ ...@@ -307,17 +307,17 @@
%> %>
<html> <html>
<head> <head>
<title><fmt:message key="muc.room.edit.form.title"/></title> <title><fmt:message key="muc.room.edit.form.title"/></title>
<% if (create) { %> <% if (create) { %>
<meta name="pageID" content="muc-room-create"/> <meta name="pageID" content="muc-room-create"/>
<% } else { %> <% } else { %>
<meta name="subPageID" content="muc-room-edit-form"/> <meta name="subPageID" content="muc-room-edit-form"/>
<% } %> <% } %>
<meta name="extraParams" content="<%= "roomName="+URLEncoder.encode(roomName, "UTF-8")+"&create="+create %>"/> <meta name="extraParams" content="<%= "roomName="+URLEncoder.encode(roomName, "UTF-8")+"&create="+create %>"/>
<meta name="helpPage" content="view_group_chat_room_summary.html"/> <meta name="helpPage" content="view_group_chat_room_summary.html"/>
</head> </head>
<body> <body>
<% if (!errors.isEmpty()) { %> <% if (!errors.isEmpty()) { %>
...@@ -351,8 +351,7 @@ ...@@ -351,8 +351,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div><br>
<br>
<% } else if (success || addsuccess) { %> <% } else if (success || addsuccess) { %>
......
...@@ -140,10 +140,14 @@ ...@@ -140,10 +140,14 @@
</td> </td>
<td width="45%" valign="middle"> <td width="45%" valign="middle">
<% if (room.getName().equals(room.getNaturalLanguageName())) { %> <% if (room.getName().equals(room.getNaturalLanguageName())) { %>
<%= room.getName() %> <a href="muc-room-edit-form.jsp?roomName=<%= URLEncoder.encode(room.getName(), "UTF-8") %>"title="<fmt:message key="global.click_edit" />">
<%= room.getName() %>
</a>
<% } <% }
else { %> else { %>
<a href="muc-room-edit-form.jsp?roomName=<%= URLEncoder.encode(room.getName(), "UTF-8") %>"title="<fmt:message key="global.click_edit" />">
<%= room.getNaturalLanguageName() %> (<%= room.getName() %>) <%= room.getNaturalLanguageName() %> (<%= room.getName() %>)
</a>
<% } %> <% } %>
</td> </td>
<td width="45%" valign="middle"> <td width="45%" valign="middle">
......
...@@ -155,9 +155,10 @@ ...@@ -155,9 +155,10 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<br>
<input type="submit" name="update" value="<fmt:message key="global.save_settings" />">
</div> </div>
<input type="submit" name="update" value="<fmt:message key="global.save_settings" />">
</form> </form>
<!-- END 'Set Conflict Policy' --> <!-- END 'Set Conflict Policy' -->
......
...@@ -12,6 +12,11 @@ BODY { ...@@ -12,6 +12,11 @@ BODY {
background-image : url("../images/page-background_new.gif"); background-image : url("../images/page-background_new.gif");
background-repeat : repeat-y; background-repeat : repeat-y;
} }
a {
color: #34679a;
}
P { P {
margin-top : 0px; margin-top : 0px;
} }
......
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