Revision a298090f
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
js/show_history.js | ||
---|---|---|
11 | 11 |
} |
12 | 12 |
|
13 | 13 |
function set_history_window(id) { |
14 |
var parm = centerParms(600,500) + ",width=600,height=500,status=yes,scrollbars=yes";
|
|
14 |
var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes";
|
|
15 | 15 |
var name = "History"; |
16 | 16 |
url = "common.pl?" + |
17 | 17 |
"action=show_history&" + |
Auch abrufbar als: Unified diff
Historie-Fenster etwas größer gemacht.