示例#1
0
 function _HTML_selectDestination()
 {
     $section_select = '<select class="searchform_element" name="move_destination">' . ContentMap_Select::getIndentedOptions_withNull() . '</select>';
     return "<span class='searchform_label'>Move To: &nbsp;</span>" . $section_select . "&nbsp;<input type='submit' class='searchform_element' name='" . $this->submitGroup . "[move]' value='Move'>&nbsp;" . "<input type='button' class='searchform_element' name='hideMove' value='Cancel' onclick='window.change_any(\"article_moveMenu\");'>";
 }