Hi everybody, I have found pretty useful the following change in the zope OFS/renameForm.dtml Change the line <INPUT TYPE="TEXT" NAME="new_id" SIZE="20"> to <INPUT TYPE="TEXT" NAME="new_id" VALUE="<dtml-var id>" SIZE="20"> In this way, you do not have to rewrite the name of an object, only to correct it. Just my two cents. Paolo
On Fri, 12 May 2000, Paolo Bizzarri wrote:
I have found pretty useful the following change in the zope OFS/renameForm.dtml
<INPUT TYPE="TEXT" NAME="new_id" VALUE="<dtml-var id>" SIZE="20">
This is well-known patch. :) I don't know why it's not in the sources yet. Put it in the Collector, please. Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
Oleg Broytmann wrote:
On Fri, 12 May 2000, Paolo Bizzarri wrote:
I have found pretty useful the following change in the zope OFS/renameForm.dtml
<INPUT TYPE="TEXT" NAME="new_id" VALUE="<dtml-var id>" SIZE="20">
This is well-known patch. :) I don't know why it's not in the sources yet. Put it in the Collector, please.
Too late. :) It just made its way into the CVS repository. Shane
participants (3)
-
Oleg Broytmann -
Paolo Bizzarri -
Shane Hathaway