added Admin Modify User functionality
This commit is contained in:
@@ -219,6 +219,17 @@ public class ContentDialog implements Cloneable, ContentRender
|
||||
|
||||
} // end renderHere
|
||||
|
||||
/*--------------------------------------------------------------------------------
|
||||
* Operations usable only from derived classes
|
||||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
protected CDFormField modifyField(String name)
|
||||
{
|
||||
return (CDFormField)(form_fields.get(name));
|
||||
|
||||
} // end modifyField
|
||||
|
||||
/*--------------------------------------------------------------------------------
|
||||
* External operations
|
||||
*--------------------------------------------------------------------------------
|
||||
@@ -230,6 +241,12 @@ public class ContentDialog implements Cloneable, ContentRender
|
||||
|
||||
} // end setTitle
|
||||
|
||||
public void setSubtitle(String subtitle)
|
||||
{
|
||||
this.subtitle = subtitle;
|
||||
|
||||
} // end setSubtitle
|
||||
|
||||
public void setErrorMessage(String message)
|
||||
{
|
||||
this.error_message = message;
|
||||
|
||||
Reference in New Issue
Block a user