25 echo
"<h2>Einstellungen</h2>";
26 echo
"<form action='edit.handle.php' method='POST'>";
28 $widget->display_dispName_edit();
35 $widget->display_required_edit();
37 $widget->display_display_as_drop_down_edit();
40 $widget->display_show_charts_edit();
42 $widget->display_chartType_edit();
46 $widget->display_columns_edit();
50 $widget->display_option_list_edit($poll->type);
53 echo
"<div class='form_save_container'>";
54 echo
"<input type='hidden' name='pollID' value='{$widget->pollID}'/>";
55 echo
"<input type='hidden' name='wID' value='{$widget->ID}'/>";
57 <input type='submit' name='save' value='Speichern'/>
58 <input type='submit' name='apply' value='Übernehmen'/>";
63 echo
"<div class='export_widget_box'>Frage <a href='action.widget.php?pollID={$poll->ID}&widgetID={$widget->ID}&action=export_XML_widget'>exportieren</a></div>";