removed reset button

This commit is contained in:
Roland Gruber 2006-04-16 12:43:53 +00:00
parent faa7679d16
commit 429898620d
1 changed files with 1 additions and 2 deletions

View File

@ -383,8 +383,7 @@ echo "<tr>";
echo "<td align=\"left\"><pre>";
echo "<input tabindex=\"$tabindex\" type=\"submit\" name=\"submitconf\" value=\"" . _("Ok") . "\">";
$tabindex++;
echo "<input tabindex=\"$tabindex\" type=\"reset\" name=\"resetconf\" value=\"" . _("Reset") . "\">";
$tabindex++;
echo "&nbsp;";
echo "<input tabindex=\"$tabindex\" type=\"submit\" name=\"back\" value=\"" . _("Cancel") . "\"\n";
$tabindex++;