mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
no but this ugly html hack should
This commit is contained in:
@@ -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();">
|
||||
|
Reference in New Issue
Block a user