if (this.p != null) fetchLists();
if (this.p != null) performCreateList(this);
if (this.p != null) fetchLists();
if (this.p != null) {
if (gGettingListForEdit) getlistforedit_ds.doRequest();
else getlist_ds.doRequest();
}
if (this.p != null) getlist_ds.doRequest();
performToggleEntry(this); if (this.p != null) getlist_ds.doRequest();
if (this.p != null) getlist_ds.doRequest();
performEditList(this);
if (this.p != null) fetchLists();
showPane(sharelist, false); performSetupPrivateSharing(this);
showPane(sharelist, false); performStoppedPrivateSharing(this);
showPane(sharelist, false); handleErrorsPrivateSharing(this);
showPane(sharelist, false); performSetupPublicSharing(this);
showPane(sharelist, false); handleErrorsPublicSharing(this);
showPane(changepassword, false); performChangePassword(this);
showPane(changepassword, false); handleErrorsChangePassword(this);
showPane(changeemail, false); performChangeEmail(this);
showPane(changeemail, false); handleErrorsChangeEmail(this);
showPane(showlist, false); performMailList(this);
if (this.p != null) fetchLists();
authenticated_admin.setAttribute("visible", false);
if (this.isinited) {
if (login_field["hideError"])
login_field.hideError();
login_field.setText("");
if (password_field["hideError"])
password_field.hideError();
password_field.setText("");
}
super.display();
if (this.visible) {
LzFocus.setFocus(login_field);
authenticate_button.updateDefault();
}