Revision cbc360ad
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
<input type="hidden" name="yes_nextsub" value="delete_order_quotation">
|
||
<input name=action class=submit type=submit value="|
|
||
. $locale->text('Yes') . qq|">
|
||
<input name=action class=submit type=submit onclick="history.back()" value="|
|
||
. $locale->text('No') . qq|">
|
||
<button class=submit type=button onclick="history.back()">|
|
||
. $locale->text('No') . qq|</button>
|
||
</form>
|
||
|
||
</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.