no but this ugly html hack should

This commit is contained in:
Jacob Levine
2019-02-09 15:25:25 -06:00
parent 3a5629f0ba
commit 4529ee32e2
2 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
<table id="profileupd">
<tr class="profupdopt">
<td>
Username: <input type="text" name="NewDN" value="" id="newDN">
Username: <span contenteditable="true" id="newDN"></span>
</td>
<td>
<input type="button" name="upun" value="Update Username" onclick="updun();">
@@ -39,7 +39,7 @@
</tr>
<tr class="profileupdopt">
<td>
Email: <input type="text" name="NewEM" value="" id="newEM">
Email: <span contenteditable="true" id="newEM"></span>
</td>
<td>
<input type="button" name="updem" value="Update Email" onclick="updem();">