Skip to content
Snippets Groups Projects
Commit 3963cc07 authored by deuce's avatar deuce
Browse files

Bugs found by Fidde (thanks!)

parent 57b72516
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ else
template.title=system.name +" - Edit Your Profile";
use=new HTML_Profile(user.number);
usr=new HTML_Profile(user.number);
template.profile = new Array;
......
......@@ -38,7 +38,7 @@ if(is_sysop) {
if(system.newuser_questions & UQ_ADDRESS)
template.profile.push({html: '<tr><td class="userstatsright" align="right">Zip/Postal Code: </td><td class="userstats" align="left"><input type="text" name="zipcode" size="50" maxlength="50" value="' + usr.zipcode + '" /></td></tr>' });
if(system.newuser_questions & UQ_PHONE)
template.profile.push({html: '<tr><td class="userstatsright" align="right">Phone: </td><td class="userstats" align="left"><input type="text" name="phone" size="50" maxlength="50" value="' + usr.phonee + '" /></td></tr>' });
template.profile.push({html: '<tr><td class="userstatsright" align="right">Phone: </td><td class="userstats" align="left"><input type="text" name="phone" size="50" maxlength="50" value="' + usr.phone + '" /></td></tr>' });
template.profile.push({html: '<tr><td class="userstatsright" align="right">Last Connected Via: </td><td class="userstats" align="left"><input type="text" name="phone" size="50" maxlength="50" value="' + usr.connection + '" disabled="disabled" /></td></tr>' });
template.profile.push({html: '<tr><td class="userstatsright" align="right">Last Logon Date: </td><td class="userstats" align="left"><input type="text" name="phone" size="50" maxlength="50" value="' + usr.logon + '" disabled="disabled" /></td></tr>' });
template.profile.push({html: '</table>' });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment