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:
599030d
)
Das Fenster zum Bearbeiten der Email-Einstellungen bei Mahnungen etwas größer öffnen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 4 May 2007 14:23:15 +0000
(14:23 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 4 May 2007 14:23:15 +0000
(14:23 +0000)
js/dunning.js
patch
|
blob
|
history
diff --git
a/js/dunning.js
b/js/dunning.js
index
7853d21
..
2766fc6
100644
(file)
--- a/
js/dunning.js
+++ b/
js/dunning.js
@@
-1,5
+1,5
@@
function set_email_window(input_subject, input_body, input_attachment) {
- var parm = centerParms(
600,500) + ",width=600,height=5
00,status=yes,scrollbars=yes";
+ var parm = centerParms(
800,600) + ",width=800,height=6
00,status=yes,scrollbars=yes";
var url = "dn.pl?" +
"action=set_email&" +
"login=" + encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+