[Zope-dev] A simple feature suggestion
Jim Cain
jec@mgmt-inc.com
Thu, 9 Dec 1999 11:24:20 -0500 (EST)
On Thu, 9 Dec 1999, Shane Hathaway wrote:
> Jim Cain wrote:
> >
> > When you click on the Rename button for an object and go to the rename
> > form, it would be nice if the text field was already populated with the
> > old name.
> >
>
> A good suggestion. You might try this simple fix:
>
> Edit <zope>/lib/python/OFS/renameForm.dtml. Change line 27 to read:
>
> <INPUT TYPE="TEXT" NAME="new_id" SIZE="20" value="&dtml-id;">
>
> I added 'value="&dtml-id;"' to the end of the tag.
>
> Hopefully DC will incorporate this small change.
>
> Shane
>
Yeah, I figured it would be this simple. I was just too lazy to track down
which file I had to change. :-)
Cheers,
Jim