echo '<tr><td valign="top" colspan="2" align="center"><h3>'.$strexport.'</h3></td></tr>';
echo '<tr><td><label>'.$strexportaszip.'</label>';
-helpbutton('exportzip', '', 'data');
+helpbutton('exportzip', '', 'data', true, true);
echo '</td><td>';
$options = new object();
$options->action = 'export';
echo '</td></tr>';
echo '<tr><td><label>'.$strsaveaspreset.'</label>';
-helpbutton('savepreset', '', 'data');
+helpbutton('savepreset', '', 'data', true, true);
echo '</td><td>';
$options = new object();
$options->action = 'save1';
echo '</td></tr>';
echo '<tr><td valign="top" colspan="2" align="center"><h3>'.$strimport.'</h3></td></tr>';
echo '<tr><td><label for="fromfile">'.$strfromfile.'</label>';
-helpbutton('importfromfile', '', 'data');
+helpbutton('importfromfile', '', 'data', true, true);
echo '</td><td>';
echo '<form id="uploadpreset" method="post" action="preset.php">';
echo '<fieldset class="invisiblefieldset">';
echo '</td></tr>';
echo '<tr valign="top"><td><label>'.$strusestandard.'</label>';
-helpbutton('usepreset', '', 'data');
+helpbutton('usepreset', '', 'data', true, true);
echo '</td><td>';
echo '<form id="presets" method="post" action="preset.php" >';