form.addWidget(new HTML("<em class='gallery-upload-note'><strong>Please Note:</strong><br />"
+ "When users add your tab from the gallery they will be making a copy of the tab. "
+ "Updates you make to the tab will not be reflected for users who have previously add it."));
form.addFormDivider();
form.addFormElement(new BasicDropDownFormElement("Tabs", "tab", startPageTabsDropDownValues, "-1",
tabDropDownInstructions, method == Method.INSERT));
form.addFormDivider();
form
.addFormElement(new BasicDropDownFormElement("Category", "category", categories, defaultCategory, "",
true));
form.addFormDivider();
form.addFormElement(new BasicTextBoxFormElement("Description:", "description", defaultDescription, "", true));