9 Dec
1999
9 Dec
'99
4:24 p.m.
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