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

Added alt value to the properties value column. JM-302


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1721 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6eeaca0a
...@@ -265,7 +265,7 @@ function dodelete(propName) { ...@@ -265,7 +265,7 @@ function dodelete(propName) {
<% if (n.indexOf("passwd") > -1 || n.indexOf("password") > -1 || n.indexOf("cookieKey") > -1) { %> <% if (n.indexOf("passwd") > -1 || n.indexOf("password") > -1 || n.indexOf("cookieKey") > -1) { %>
<span style="color:#999;"><i>hidden</i></span> <span style="color:#999;"><i>hidden</i></span>
<% } else { %> <% } else { %>
<%= ("".equals(v) ? "&nbsp;" : v) %> <span title="<%= ("".equals(v) ? "&nbsp;" : v) %>"><%= ("".equals(v) ? "&nbsp;" : v) %></span>
<% } %> <% } %>
</div> </div>
</td> </td>
......
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