the erbo_reorg_04202002 branch is no more...development continues on the
trunk while the stable_branch_04202002 branch takes the 'stable' role
This commit is contained in:
@@ -50,7 +50,8 @@ if ("GET"==rinput.verb)
|
||||
admuser = adm.getUserContext(uid);
|
||||
rc = new PhotoUploader("Upload User Photo","sysadmin/modify_photo.js.vs",LinkTypes.SERVLET);
|
||||
rc.addHiddenParameter("uid",uid);
|
||||
rc.photoTag = rinput.getUserPhotoTag(admuser.getContactInfo().photoURL);
|
||||
html = vlib.queryHTMLRendering(rinput);
|
||||
rc.photoTag = html.getUserPhotoTag(admuser.getContactInfo().photoURL);
|
||||
rc.label = "New user photo";
|
||||
|
||||
} // end try
|
||||
|
||||
Reference in New Issue
Block a user