Re: [Zope-dev] Old to new registerClass
I nuked it and everything is just fine, its defined in misc. Anyway works fine, will post a "package" shortly after some testing. -- Andy McKay. ----- Original Message ----- From: "Johan Carlsson" <johanc@torped.se> To: "Andy McKay" <andym@ActiveState.com> Sent: Wednesday, January 24, 2001 9:39 AM Subject: Re: [Zope-dev] Old to new registerClass
Lang is used in this line:
document.write("<SCR"+"IPT src=\"misc_/IEMethod/lang_"+lang+"\" type=\"text/javascript\"></SCR"+"IPT>");
I think that: The "lang" Javascript variable is either set to "sv" or "en" so the script include file should look for either "lang_sv" or "lang_en". The dictionary lang_ defined in __init__ isn't, as far as I can see, used anywhere.
So you don't need to worry about it much.
Kind of a bizarre line, but it looks like its setting the script source. Thanks, just doing a quick ZWiki-IEMethod merge so that you can edit a ZWiki standard style or using IEMethod.
Great, one less thing for me to do :-)
Johan
participants (1)
-
Andy McKay