removed reset button
This commit is contained in:
parent
faa7679d16
commit
429898620d
|
@ -383,8 +383,7 @@ echo "<tr>";
|
||||||
echo "<td align=\"left\"><pre>";
|
echo "<td align=\"left\"><pre>";
|
||||||
echo "<input tabindex=\"$tabindex\" type=\"submit\" name=\"submitconf\" value=\"" . _("Ok") . "\">";
|
echo "<input tabindex=\"$tabindex\" type=\"submit\" name=\"submitconf\" value=\"" . _("Ok") . "\">";
|
||||||
$tabindex++;
|
$tabindex++;
|
||||||
echo "<input tabindex=\"$tabindex\" type=\"reset\" name=\"resetconf\" value=\"" . _("Reset") . "\">";
|
echo " ";
|
||||||
$tabindex++;
|
|
||||||
echo "<input tabindex=\"$tabindex\" type=\"submit\" name=\"back\" value=\"" . _("Cancel") . "\"\n";
|
echo "<input tabindex=\"$tabindex\" type=\"submit\" name=\"back\" value=\"" . _("Cancel") . "\"\n";
|
||||||
$tabindex++;
|
$tabindex++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue