forked from I2P_Developers/i2p.i2p
i2ptunnel: Revert user-select, already in css, doesn't work on input
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
</th>
|
||||
</tr><tr>
|
||||
<td>
|
||||
<div class="displayText" style="user-select: all;" title="<%=intl._t("Read Only: Local Destination (if known)")%>" tabindex="0" onblur="resetScrollLeft(this)"><%=editBean.getDestinationBase64(curTunnel)%></div>
|
||||
<div class="displayText" title="<%=intl._t("Read Only: Local Destination (if known)")%>" tabindex="0" onblur="resetScrollLeft(this)"><%=editBean.getDestinationBase64(curTunnel)%></div>
|
||||
</td><td>
|
||||
<% String value3 = editBean.getPrivateKeyFile(curTunnel);
|
||||
if (value3 == null || "".equals(value3.trim())) {
|
||||
@@ -514,7 +514,7 @@
|
||||
} // allowBlinding
|
||||
%>
|
||||
</td><td>
|
||||
<input type="<%=showSharedKey ? "text" : "hidden"%>" style="user-select: all;" size="44" id="leasesetKey" name="encryptKey" title="<%=intl._t("Encryption key required to access this service")%>" readonly="readonly" value="<%=editBean.getEncryptKey(curTunnel)%>" class="freetext"/>
|
||||
<input type="<%=showSharedKey ? "text" : "hidden"%>" size="44" id="leasesetKey" name="encryptKey" title="<%=intl._t("Encryption key required to access this service")%>" readonly="readonly" value="<%=editBean.getEncryptKey(curTunnel)%>" class="freetext"/>
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
@@ -548,7 +548,7 @@
|
||||
<tr>
|
||||
<td><input value="<%=i%>" type="checkbox" name="revokeClient" class="tickbox" />
|
||||
<input type="text" value="<%=cname%>" size="44" name="nofilter_clientName" class="freetext" /></td>
|
||||
<td><input type="text" id="leasesetKey" style="user-select: all;" value="<%=ckey%>" size="44" name="clientKey" readonly="readonly" class="freetext" />
|
||||
<td><input type="text" id="leasesetKey" value="<%=ckey%>" size="44" name="clientKey" readonly="readonly" class="freetext" />
|
||||
</tr>
|
||||
<%
|
||||
i++;
|
||||
|
||||
@@ -150,7 +150,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all; "title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
<div class="displayText" tabindex="0" "title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -171,7 +171,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.writeRemove(out); %></div>
|
||||
<div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.writeRemove(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -211,7 +211,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
%>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
<div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -244,7 +244,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
%>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
<div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -281,7 +281,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
<div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -318,7 +318,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
%>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
<div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -351,7 +351,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
props2.setProperty(HostTxtEntry.PROP_OLDDEST, b64);
|
||||
he2.signInner(spk);
|
||||
he2.sign(spk3);
|
||||
%><tr><td><div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he2.write(out); %></div></td></tr>
|
||||
%><tr><td><div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he2.write(out); %></div></td></tr>
|
||||
<tr><td class="infohelp"><%=intl._t("This will add an alternate destination for {0}", name)%></td></tr>
|
||||
<%
|
||||
} else {
|
||||
@@ -385,7 +385,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<div class="displayText" tabindex="0" style="user-select: all;" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
<div class="displayText" tabindex="0" title="<%=intl._t("Copy and paste this to the registration site")%>"><% he.write(out); %></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user