This commit is contained in:
zzz
2009-04-02 19:01:26 +00:00
parent f6bc9e8707
commit 49c7fc30c0

View File

@ -268,7 +268,7 @@
</div> </div>
<div id="portField" class="rowItem"> <div id="portField" class="rowItem">
<label for="encrypt" accesskey="e"> <label for="encrypt" accesskey="e">
Leaseset Encryption Key: Encryption Key:
</label> </label>
<textarea rows="1" cols="44" id="portField" name="encryptKey" title="Encrypt Key" wrap="off"><%=editBean.getEncryptKey(curTunnel)%></textarea> <textarea rows="1" cols="44" id="portField" name="encryptKey" title="Encrypt Key" wrap="off"><%=editBean.getEncryptKey(curTunnel)%></textarea>
</div> </div>