projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ba158
)
Den "Nein"-Button, der nur mit Javascript zurückgehen soll, auch als <button> darstel...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 22 Jun 2007 10:44:20 +0000
(10:44 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 22 Jun 2007 10:44:20 +0000
(10:44 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
47f5b68
..
452613c
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-2076,8
+2076,8
@@
sub delete {
<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>