split out parental controls into a separate edit page

This commit is contained in:
Luke Pulverenti 2013-12-26 10:40:38 -05:00
parent c8cd49ffe7
commit c27d378e34
13 changed files with 234 additions and 123 deletions

View file

@ -22,7 +22,7 @@
html += "<li>";
html += "<a href='edituser.html?userId=" + user.Id + "'>";
html += "<a href='useredit.html?userId=" + user.Id + "'>";
if (user.PrimaryImageTag) {