Commit 38d96f73 authored by Bill Lynch's avatar Bill Lynch Committed by bill

UI improvements


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1057 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2e162d9e
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<div style="padding-top:0.5em;"> <div style="padding-top:0.5em;">
<p> <p>
<fmt:message key="locale.current" />: <%= locale.getDisplayName() %> (<%= locale %>) <fmt:message key="locale.current" />: <%= locale.getDisplayName() %>
</p> </p>
<% boolean usingPreset = false; <% boolean usingPreset = false;
...@@ -99,11 +99,11 @@ ...@@ -99,11 +99,11 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<input type="radio" name="localeCode" value="en_US" <%= ("en_US".equals(locale.toString()) ? "checked" : "") %> <input type="radio" name="localeCode" value="en" <%= ("en".equals(locale.toString()) ? "checked" : "") %>
id="loc01" /> id="loc01" />
</td> </td>
<td colspan="2"> <td colspan="2">
<label for="loc01">English (en_US)</label> <label for="loc01">English (en)</label>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -112,10 +112,10 @@ ...@@ -112,10 +112,10 @@
id="loc02" /> id="loc02" />
</td> </td>
<td> <td>
<label for="loc02">Chinese Simplified (zh_CN)</label> <a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="images/language_zh_CN.gif" border="0" /></a>
</td> </td>
<td> <td>
<img src="images/language_zh_CN.gif" border="0" /> <label for="loc02">Simplified Chinese (zh_CN)</label>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
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