From 6b49a454bb263417ad7f73eeb5bc4d24759d543a Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 19 Sep 2003 11:58:43 +0000 Subject: [PATCH] param.framewidth = 150 (hard-coded ;-( pour Hanane ;-(((((((((( --- helm/on-line/javascript/control.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 4da22fac9..79ed47fd7 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -201,7 +201,8 @@ function makeURL(type,uri,cicflags,typesflags) "¶m.encoding=iso-8859-1" + "¶m.media-type=text/html" + "¶m.keys=" + getCICHTMLKeys() + - "¶m.interfaceURL=" + escape(interfaceURL); + "¶m.interfaceURL=" + escape(interfaceURL) + + "¶m.framewidth=150"; } else if (format == "html" && type == "cic") { keys = getCICHTMLKeys() + "¶m.processorURL=" + escape(processorURL) + -- 2.39.2