From: Chris N. <pu...@po...> - 2001-11-06 09:08:30
|
At 12:16 +0300 2001.10.18, Alessio Bragadini wrote: >In Fry this problem seems to be addressed, but there are differences in >different areas of the code: > > <INPUT TYPE="SUBMIT" VALUE="Save"> > <INPUT TYPE="HIDDEN" NAME="op" VALUE="save"> > >looks safe to translate in the first line, because I suppose the script >relies on the value of 'op'. Yes. >Other piece of code: > ><INPUT TYPE="SUBMIT" NAME="op" VALUE="Update"> ><INPUT TYPE="SUBMIT" NAME="op" VALUE="GenQuickies"> > >looks unsafe to me - and maybe should be reported as a bug. >(this comes from slashcode/templates/subEdAdmin;submit;default but there >are a ton) > >Am I right? Well, right in that it would be nice to do something about it, but wrong in that it is a bug, IMO. A bad design decision, perhaps ... :/ it would be difficult to fix at this point, and I don't have a good idea of how it could be dealt with without much pain. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |