Revision cbc360ad
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
2076 | 2076 |
<input type="hidden" name="yes_nextsub" value="delete_order_quotation"> |
2077 | 2077 |
<input name=action class=submit type=submit value="| |
2078 | 2078 |
. $locale->text('Yes') . qq|"> |
2079 |
<input name=action class=submit type=submit onclick="history.back()" value="|
|
|
2080 |
. $locale->text('No') . qq|">
|
|
2079 |
<button class=submit type=button onclick="history.back()">|
|
|
2080 |
. $locale->text('No') . qq|</button>
|
|
2081 | 2081 |
</form> |
2082 | 2082 |
|
2083 | 2083 |
</body> |
Auch abrufbar als: Unified diff
Den "Nein"-Button, der nur mit Javascript zurückgehen soll, auch als <button> darstellen. Wenn er ein <input type="submit"> ist, dann schickt Firefox das Formular trotzdem ab. Fix für Bug 701.